xizheyin
d054690049
Unify the format of rustc cli flags
...
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-04-24 12:54:40 +08:00
David Wood
d6bb98e757
span: add a "future" edition
...
It's hard to implement edition migrations without having a perma-unstable
"future" edition to target.
2025-02-24 14:35:30 +00:00
Eric Huss
31c9222639
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
Nicholas Nethercote
4814fd0a4b
Remove extern crate rustc_macros from numerous crates.
2024-04-29 10:21:54 +10:00
Eric Huss
f481596ee4
Remove edition umbrella features.
2023-12-10 13:03:28 -08:00
Michael Goulet
846cc63e38
Make it clearer that edition functions are >=, not ==
2023-07-19 16:38:35 +00:00
Maybe Waffle
9fe8ae792e
Rename rust_2015 => is_rust_2015
2023-02-02 08:17:13 +00:00
Maybe Waffle
ef6b583a80
Don't accept Edition by ref
2023-01-31 10:09:23 +00:00
Maybe Waffle
5d90413d75
Document rust_2015 methods
2023-01-31 10:09:22 +00:00
nils
fd7a159710
Fix uninlined_format_args for some compiler crates
...
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).
2023-01-05 19:01:12 +01:00
Jacob Pratt
6b75406f5a
Create 2024 edition
2022-04-02 02:45:49 -04:00
Mara Bos
6adbbb6be7
Update LATEST_STABLE_EDITION to 2021.
2021-08-30 15:33:09 +02:00
HTG-YT
388d90ac4c
make edition 2021 stable
2021-08-30 15:27:00 +02:00
ltoddy
37543ce656
fix: wrong word
2021-03-10 09:09:37 +08:00
Mara Bos
f16ef7d7ce
Add edition 2021.
2020-12-31 19:06:09 +01:00
pierwill
a8775d44e9
Edit rustc_span documentation
...
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-12-25 14:02:52 -08:00
mark
9e5f7d5631
mv compiler to compiler/
2020-08-30 18:45:07 +03:00