COMMITS
/ compiler/rustc_errors/Cargo.toml February 4, 2026
J
Convert to inline diagnostics in `rustc_errors`
Jonathan Brouwer committed
January 9, 2026
B
Remove old error emitter
bjorn3 committed
December 1, 2025
S
chore: Update annotate-snippets to 0.12.10
Scott Schafer committed
November 18, 2025
S
feat: Enable annotate-snippets' simd feature
Scott Schafer committed
November 15, 2025
S
chore: Update annotate-snippets to 0.12.9
Scott Schafer committed
October 28, 2025
S
chore: Update annotate-snippets to 0.12.8
Scott Schafer committed
March 29, 2025
S
chore: Update to the latest annotate-snippets
Scott Schafer committed
June 4, 2025
S
refactor: Move to anstream + anstyle for styling
Scott Schafer committed
September 2, 2025
N
Revert introduction of `[workspace.dependencies]`.
Nicholas Nethercote committed
August 27, 2025
N
Add `serde_json` to `[workspace.dependencies]`.
Nicholas Nethercote committed
August 22, 2025
N
Add `tracing` to `[workspace.dependencies]`.
Nicholas Nethercote committed
J
Refactor lint buffering to avoid requiring a giant enum
Josh Triplett committed
August 11, 2025
J
Support lints in early attribute parsing
Jana Dönszelmann committed
August 14, 2025
J
Split `rustc_hir_id` out of `rustc_hir`
Josh Triplett committed
J
Move `IntoDiagArg` earlier in the dependency chains
Josh Triplett committed
July 31, 2025
J
remove rustc_attr_data_structures
Jana Dönszelmann committed
July 4, 2025
K
bump termize dep
klensy committed
May 17, 2025
K
compiler & tools: bump windows crate to dedupe versions
klensy committed
March 10, 2025
许
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe) committed
March 6, 2025
N
Specify rust lints for `compiler/` crates via Cargo.
Nicholas Nethercote committed
February 9, 2025
J
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann committed
February 20, 2025
M
Upgrade the compiler to edition 2024
Michael Goulet committed
February 15, 2025
January 14, 2025
K
bumpt compiler and tools to windows 0.59
klensy committed
December 16, 2024
H
Fix logical error with what text is considered whitespace.
Harrison Kaiser committed
October 28, 2024
N
Delete the `cfg(not(parallel))` serial compiler
Noratrieb committed
J
compiler: Add rustc_abi dependence to the compiler
Jubilee Young committed
September 24, 2024
K
bump few deps
klensy committed
August 19, 2024
X
Update annotate-snippets to 0.11
Xiretza committed
July 9, 2024
E
Be more accurate about calculating `display_col` from a `BytePos`
Esteban Küber committed
February 18, 2024
K
windows bump to 0.52
klensy committed
January 13, 2024
N
Stop using `String` for error codes.
Nicholas Nethercote committed
December 30, 2023
K
annotate-snippets: update to 0.10
klensy committed
October 20, 2023
N
Clean up `rustc_*/Cargo.toml`.
Nicholas Nethercote committed
July 25, 2023
O
Replace the many arguments of `EmitterWriter::stderr` with builder methods
Oli Scherer committed
December 19, 2022
T
Add a simple markdown parser for formatting `rustc --explain`
Trevor Gross committed
May 9, 2023
K
bump windows crate 0.46 -> 0.48 in workspace
klensy committed
April 16, 2023
N
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb committed
January 15, 2023
A
migrate compiler, bootstrap, and compiletest to windows-rs
Andy Russell committed
November 17, 2022
J
UPDATE - migrate fn simd_simple_float_intrinsic error messages
Jhonny Bill Mena committed
November 19, 2022
M
Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk
Matthias Krüger committed
November 6, 2022
C
Enable icu sync feature for parallel compiler
Charles Lew committed
October 16, 2022
J
Use IsTerminal in rustc_errors
Josh Triplett committed
September 11, 2022
R
Remove from compiler/ crates
reez12g committed
September 14, 2022
X
Implement IntoDiagnosticArg for rustc_ast::Path
Xiretza committed
September 1, 2022
L
translations(rustc_session): migrate output.rs
Luis Cardoso committed
August 26, 2022
N
respond to review feedback: mainly eliminate as many conversions as possible...
Nathan Stocks committed
July 31, 2022
K
dedupe 'annotate-snippets' crate versions
klensy committed
June 29, 2022
M
Implement IntoDiagnosticArg for hir::ConstContext
Michael Goulet committed
June 3, 2021
B
Use serde_json for json error messages
bjorn3 committed