Skip to content

Rust 2024#68

Merged
Phosphorus-M merged 987 commits intomainfrom
only-new-async
Jun 1, 2025
Merged

Rust 2024#68
Phosphorus-M merged 987 commits intomainfrom
only-new-async

Conversation

@Phosphorus-M
Copy link
Copy Markdown
Member

This is a very early translation of the new chapters from the PR:
rust-lang/book#3909

@RustLangES/content-team
@RustLangES/traductores

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 25, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 29c4cc1

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 25, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 29c4cc1

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 8, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) e66e486

@Phosphorus-M
Copy link
Copy Markdown
Member Author

Falta traducir el capitulo 17 y revisar el pipeline si es que va todo bien

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 8, 2024

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) e66e486

@Phosphorus-M Phosphorus-M changed the title [WIP] async and .await chapter [WIP] Rust 2024 Dec 9, 2024
chriskrycho and others added 24 commits December 11, 2024 13:07
…-objects.md

ch17-02: Monomorphization applies to generics in general
…n.rs

Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
Fixed grammatical error in the comment on line 22
fix: make the reason more understandable
Simplify note about functions in ch13-01-closures.md
Co-authored-by: Chris Krycho <hello@chriskrycho.com>
* Matching Named Variables: mention `if let`/`while let`

    `if let` and `while let` introduce new scope for named variables just like `match`. However, they do not support match guards yet, see RFC 2497.

* Ch. 19: further clarify discussion of `if|while let` patterns

    - While keeping the note about `if let` and `while let` when introducing
      the discussion of matching named variables, bring the phrasing back
      closer to the original.
    - Move the distinction that `if let` and `while let` do not have the
      equivalent of match guards down to the discussion of match guards.
    - Line wrapping.

---------

Co-authored-by: Chris Krycho <hello@chriskrycho.com>
Fix misleading explanation of comma in `$(),*`
This is not technically part of the 2024 Edition, since it is available
on the 2021 edition as well, but it *will* be an important update for
the 2024 Edition revision of the print book!
- Merge in changes from `main`, including moving the chapter.
- Merge in newly-written introduction of `let-else` in the same section
  as the `if let` discussion.
- Rewrap lines.
- Merge in `main` and resolve merge conflicts.
- Integrate both branches’ suggestions, then rephrase to stay closer to
  the original output.
Ch. 10: clarify note about compiler errors and `'static`
Ch. 20: conclude §01 with a reference to the Rustonomicon
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 19, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) cb1d6a7

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 603c5f8

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 603c5f8

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 603c5f8

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 603c5f8

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async 🔨 Building (Logs) waiting...

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 603c5f8

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 8cfb9fd

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 8cfb9fd

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 8cfb9fd

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 8cfb9fd

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 8cfb9fd

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 8cfb9fd

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2025

⚡ Cloudflare Pages Deployment

Name Status Preview
preview-only-new-async ✅ Ready (Logs) 8cfb9fd

@Phosphorus-M Phosphorus-M changed the title [WIP] Rust 2024 Rust 2024 Jun 1, 2025
@Phosphorus-M
Copy link
Copy Markdown
Member Author

Quizás debamos ir actualizandolo de a poco porque siguen editando el libro, esto es en base a lo que se publico en la edición 2024 pero siguen cambiando cosas importantes inclusive ya habiendo cerrado el Q1 y comenzando el Q2 :P

@Phosphorus-M Phosphorus-M merged commit 2331737 into main Jun 1, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.