The Wayback Machine - https://web.archive.org/web/20221025023201/https://github.com/rust-lang/edition-guide/commits/master
Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Aug 15, 2022

  1. Merge pull request #280 from salewski/ads/use-title--the-rust-edition…

    …-guide--everywhere
    
    use title "The Rust Edition Guide" everywhere
    ehuss committed Aug 15, 2022
  2. Merge pull request #279 from salewski/ads/new-proj-ex-w-edition-opt

    "Creating a new project": add example using 'cargo new --edition YEAR'
    ehuss committed Aug 15, 2022
  3. 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
    ehuss committed Aug 15, 2022
  4. 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]>
    salewski committed Aug 15, 2022
  5. "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]>
    salewski committed Aug 15, 2022

Commits on Aug 14, 2022

  1. 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]>
    salewski committed Aug 14, 2022

Commits on Feb 21, 2022

  1. Merge pull request #276 from ehuss/no-nightly

    Remove `+nightly` for `cargo new`
    rylev committed Feb 21, 2022

Commits on Feb 20, 2022

  1. Remove +nightly for cargo new

    ehuss committed Feb 20, 2022

Commits on Dec 5, 2021

  1. Merge pull request #274 from dark/master

    Fix typo (neccesary -> necessary)
    ehuss committed Dec 5, 2021

Commits on Nov 12, 2021

  1. Merge pull request #273 from tatsuya6502/fix-broken-link

    Fix a broken link in the Disjoint Capture in Closure chapter
    ehuss committed Nov 12, 2021

Commits on Nov 8, 2021

  1. Merge pull request #271 from TonalidadeHidrica/missing-period

    Add a missing period
    rylev committed Nov 8, 2021

Commits on Nov 4, 2021

  1. Add missing period

    TonalidadeHidrica committed Nov 4, 2021

Commits on Nov 2, 2021

  1. Merge pull request #269 from minstrel1977/master

    Fixed an example error of prelude.md
    nikomatsakis committed Nov 2, 2021

Commits on Nov 1, 2021

Commits on Oct 5, 2021

  1. Merge pull request #267 from ehuss/resolver-workspace

    Clarify cargo resolver behavior in a workspace.
    rylev committed Oct 5, 2021

Commits on Oct 4, 2021

Commits on Aug 31, 2021

  1. Merge pull request #266 from ehuss/2021-stabilization

    Update for 2021 stabilization
    m-ou-se committed Aug 31, 2021

Commits on Aug 28, 2021

  1. Update for 2021 stabilization.

    ehuss committed Aug 28, 2021

Commits on Jul 26, 2021

  1. Merge pull request #263 from rylev/cleanup

    Add more consistent headings and add a migration section to reserving-syntax
    ehuss committed Jul 26, 2021
  2. Revert broken change

    rylev committed Jul 26, 2021
  3. Merge pull request #249 from joshtriplett/master

    reserving-syntax.md: Expand and add detail
    rylev committed Jul 26, 2021

Commits on Jul 22, 2021

  1. Merge pull request #262 from rylev/typo

    Fix typo in or-patterns section
    ehuss committed Jul 22, 2021
  2. Fix typo in or-patterns section

    rylev committed Jul 22, 2021
  3. Merge pull request #261 from louy2/patch-1

    Fix typo
    ehuss committed Jul 22, 2021
  4. Add more on migrations

    joshtriplett committed Jul 22, 2021

Commits on Jul 21, 2021

  1. Fix typo

    louy2 committed Jul 21, 2021

Commits on Jul 20, 2021

  1. Merge pull request #258 from rylev/panic-macro-consistency

    Add migration section for panic-macro-consistency
    nikomatsakis committed Jul 20, 2021
  2. Merge pull request #255 from ehuss/new-transitioning

    Update transitioning chapter.
    nikomatsakis committed Jul 20, 2021
Older