| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-24 | Unify the format of rustc cli flags | xizheyin | -1/+1 | |
| Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn> | ||||
| 2025-02-24 | span: add a "future" edition | David Wood | -2/+27 | |
| It's hard to implement edition migrations without having a perma-unstable "future" edition to target. | ||||
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -2/+2 | |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -1/+1 | |
| 2023-12-10 | Remove edition umbrella features. | Eric Huss | -10/+0 | |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -3/+3 | |
| 2023-02-02 | Rename `rust_2015` => `is_rust_2015` | Maybe Waffle | -1/+1 | |
| 2023-01-31 | Don't accept `Edition` by ref | Maybe Waffle | -14/+14 | |
| 2023-01-31 | Document `rust_2015` methods | Maybe Waffle | -0/+1 | |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -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-02 | Create 2024 edition | Jacob Pratt | -2/+28 | |
| 2021-08-30 | Update LATEST_STABLE_EDITION to 2021. | Mara Bos | -1/+1 | |
| 2021-08-30 | make edition 2021 stable | HTG-YT | -1/+1 | |
| 2021-03-10 | fix: wrong word | ltoddy | -1/+1 | |
| 2020-12-31 | Add edition 2021. | Mara Bos | -2/+12 | |
| 2020-12-25 | Edit rustc_span documentation | pierwill | -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-30 | mv compiler to compiler/ | mark | -0/+73 | |
