master
Name already in use
Commits on Aug 15, 2022
-
Merge pull request #280 from salewski/ads/use-title--the-rust-edition…
…-guide--everywhere use title "The Rust Edition Guide" everywhere
-
Merge pull request #279 from salewski/ads/new-proj-ex-w-edition-opt
"Creating a new project": add example using 'cargo new --edition YEAR'
-
Merge pull request #278 from salewski/ads/issue-277-note-rust-1.0-rel…
…ease-date fixes #277: mention rust 1.0 release month and year
-
use title "The Rust Edition Guide" everywhere
Makes consistent the following references to the title: "The Edition Guide" (book.toml -- document title) (src/SUMMARY.md) (README.md ["License" section text]) "The Rust Edition Guide" (README.md [heading]) "the Rust Edition Guide" (src/introduction.md) "this Edition Migration Guide" (src/editions/index.md) Signed-off-by: Alan D. Salewski <[email protected]>
-
"Creating a new project": add example using 'cargo new --edition YEAR'
Also tighten-up existing prose, and use conventional '$' for (non-root) POSIX shell prompt. Signed-off-by: Alan D. Salewski <[email protected]>
Commits on Aug 14, 2022
-
fixes #277: mention rust 1.0 release month and year
In the "What are Editions?" section, note that Rust 1.0 was released in May 2015, since it answers a likely question in the mind of the reader considering the preceding commentary referencing that time frame. Writing in Q3 2022, noting the date also helps establish the Rust project's credible commitment to the rule of supporting stable features in perpetuity. It is not something that was just thought up recently -- the project has been adhering to it for more than seven years. Signed-off-by: Alan D. Salewski <[email protected]>
Commits on Feb 21, 2022
-
Merge pull request #276 from ehuss/no-nightly
Remove `+nightly` for `cargo new`
Commits on Feb 20, 2022
Commits on Dec 5, 2021
-
Merge pull request #274 from dark/master
Fix typo (neccesary -> necessary)
-
Commits on Nov 12, 2021
-
Merge pull request #273 from tatsuya6502/fix-broken-link
Fix a broken link in the Disjoint Capture in Closure chapter
Commits on Nov 8, 2021
-
Merge pull request #271 from TonalidadeHidrica/missing-period
Add a missing period
Commits on Nov 4, 2021
Commits on Nov 3, 2021
-
Merge pull request #270 from TonalidadeHidrica/fix-syntax-error
Fix syntax error in code example
Commits on Nov 2, 2021
-
Merge pull request #269 from minstrel1977/master
Fixed an example error of prelude.md
Commits on Nov 1, 2021
Commits on Oct 5, 2021
-
Merge pull request #267 from ehuss/resolver-workspace
Clarify cargo resolver behavior in a workspace.
Commits on Oct 4, 2021
Commits on Aug 31, 2021
-
Merge pull request #266 from ehuss/2021-stabilization
Update for 2021 stabilization
Commits on Aug 28, 2021
Commits on Jul 26, 2021
-
Merge pull request #263 from rylev/cleanup
Add more consistent headings and add a migration section to reserving-syntax
-
-
Merge pull request #249 from joshtriplett/master
reserving-syntax.md: Expand and add detail
Commits on Jul 22, 2021
-
Merge pull request #262 from rylev/typo
Fix typo in or-patterns section
-
-
-
Commits on Jul 20, 2021
-
Merge pull request #258 from rylev/panic-macro-consistency
Add migration section for panic-macro-consistency
-
Merge pull request #255 from ehuss/new-transitioning
Update transitioning chapter.