about summary refs log tree commit diff
path: root/compiler/rustc_span/src/edition.rs
AgeCommit message (Collapse)AuthorLines
2025-04-24Unify the format of rustc cli flagsxizheyin-1/+1
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-02-24span: add a "future" editionDavid Wood-2/+27
It's hard to implement edition migrations without having a perma-unstable "future" edition to target.
2024-11-22Stabilize the 2024 editionEric Huss-2/+2
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-1/+1
2023-12-10Remove edition umbrella features.Eric Huss-10/+0
2023-07-19Make it clearer that edition functions are >=, not ==Michael Goulet-3/+3
2023-02-02Rename `rust_2015` => `is_rust_2015`Maybe Waffle-1/+1
2023-01-31Don't accept `Edition` by refMaybe Waffle-14/+14
2023-01-31Document `rust_2015` methodsMaybe Waffle-0/+1
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-1/+1
Convert all the crates that have had their diagnostic migration completed (except save_analysis because that will be deleted soon and apfloat because of the licensing problem).
2022-04-02Create 2024 editionJacob Pratt-2/+28
2021-08-30Update LATEST_STABLE_EDITION to 2021.Mara Bos-1/+1
2021-08-30make edition 2021 stableHTG-YT-1/+1
2021-03-10fix: wrong wordltoddy-1/+1
2020-12-31Add edition 2021.Mara Bos-2/+12
2020-12-25Edit rustc_span documentationpierwill-9/+10
Various changes to the `rustc_span` docs, including the following: - Additions to top-level docs - Edits to the source_map module docs - Edits to documentation for `Span` and `SpanData` - Added intra-docs links - Documentation for Levenshtein distances - Fixed missing punctuation
2020-08-30mv compiler to compiler/mark-0/+73