index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_macros
/
src
Age
Commit message (
Expand
)
Author
Lines
2025-06-08
Remove all unused feature gates from the compiler
bjorn3
-1
/
+0
2025-05-20
Allow trailing comma after argument in query definition
Michael Goulet
-0
/
+1
2025-05-17
Enable rust-analyzer to go from query definition to the corresponding provide...
Lukas Wirth
-0
/
+14
2025-05-13
Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errors
bors
-1
/
+0
2025-05-12
Fix typos
omahs
-1
/
+1
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-04-29
Rename `rustc_query_append!` to `rustc_with_all_queries!`
Zalathar
-3
/
+15
2025-04-25
Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr
Matthias Krüger
-1
/
+1
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-04-23
Remove `synstructure::Structure::underscore_const` calls.
Nicholas Nethercote
-24
/
+4
2025-04-16
Move eager translation to a method on `Diag`
Jake Goulding
-11
/
+4
2025-04-15
Split TypeFolder and FallibleTypeFolder
Michael Goulet
-17
/
+43
2025-04-10
Allow drivers to supply a list of extra symbols to intern
Alex Macleod
-9
/
+16
2025-03-15
Move codec module back into middle
Michael Goulet
-18
/
+8
2025-03-15
Use {Decodable,Encodable}_NoContext in type_ir
Michael Goulet
-8
/
+8
2025-03-15
Fold visit into ty
Michael Goulet
-6
/
+6
2025-03-15
Squash fold into ty
Michael Goulet
-3
/
+3
2025-03-12
Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...
Matthias Krüger
-1
/
+0
2025-03-11
Rollup merge of #138063 - compiler-errors:improve-attr-unpretty, r=jdonszelmann
Jakub Beránek
-11
/
+16
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-10
Fix pretty printing of parsed attrs in hir_pretty
Michael Goulet
-8
/
+13
2025-03-10
Rename print_something to should_render
Michael Goulet
-5
/
+5
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-02-24
pretty print hir attributes
Jana Dönszelmann
-0
/
+154
2025-02-22
Fix binding mode problems
Michael Goulet
-2
/
+2
2025-02-19
Make fewer crates depend on rustc_ast_ir
Michael Goulet
-3
/
+3
2025-02-08
Rustfmt
bjorn3
-18
/
+24
2025-02-01
Rename `ensure_forwards_result_if_red` to `return_result_from_ensure_ok`
Zalathar
-10
/
+16
2025-01-07
Avoid naming variables `str`
Josh Triplett
-8
/
+8
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-10-27
give a better error for tuple structs in `derive(Diagnostic)`
jyn
-3
/
+6
2024-10-27
Use LLVM-C APIs for getting/setting visibility
Zalathar
-0
/
+2
2024-10-26
Add a macro that derives `TryFrom<u32>` for fieldless enums
Zalathar
-0
/
+63
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-53
/
+44
2024-08-29
Add `warn(unreachable_pub)` to `rustc_metadata`.
Nicholas Nethercote
-7
/
+21
2024-08-29
Add `warn(unreachable_pub)` to `rustc_macros`.
Nicholas Nethercote
-16
/
+17
2024-08-26
Remove a couple of unused feature enables
bjorn3
-2
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-29
/
+34
2024-07-17
lift_to_tcx -> lift_to_interner
Michael Goulet
-1
/
+1
2024-07-14
Suppress some fallout from gen in synstructure
Michael Goulet
-0
/
+8
2024-07-10
Make sure that labels are defined after the primary span in diagnostics
Michael Goulet
-0
/
+9
2024-06-18
Remove redundant argument from `subdiagnostic` method
Oli Scherer
-1
/
+1
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-1
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-2
/
+4
2024-06-06
Make the panic info more useful
Oli Scherer
-2
/
+19
2024-06-03
Nits and formatting
Michael Goulet
-3
/
+6
2024-05-27
Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote
bors
-21
/
+13
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-20
/
+12
2024-05-23
Slightly clean up some lint infra code
León Orell Valerian Liehr
-1
/
+1
[next]