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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_macros
Age
Commit message (
Expand
)
Author
Lines
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-2
/
+7
2023-12-19
Streamline `Diagnostic` proc macro.
Nicholas Nethercote
-83
/
+45
2023-12-19
Remove unnecessary `use` items in derived `IntoDiagnostic` impls.
Nicholas Nethercote
-3
/
+0
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `__diagnostic_handler_sess` as `_sess`.
Nicholas Nethercote
-4
/
+5
2023-12-18
Rename `DiagnosticDeriveKind::Diagnostic::handler` as `DiagnosticDeriveKind::...
Nicholas Nethercote
-10
/
+10
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-1
/
+1
2023-12-16
Simplify lint decorator derive too
Michael Goulet
-2
/
+2
2023-12-10
remove redundant imports
surechen
-3
/
+3
2023-11-21
Unify HashStable implementations
Michael Goulet
-64
/
+49
2023-11-21
Add HashStable_NoContext to simplify HashStable implementations in rustc_type_ir
Michael Goulet
-0
/
+51
2023-11-18
Begin nightly-ifying rustc_type_ir
Michael Goulet
-334
/
+0
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-1
/
+3
2023-11-10
Factor out some duplicated code.
Nicholas Nethercote
-42
/
+31
2023-11-10
Update instructions in a comment.
Nicholas Nethercote
-10
/
+3
2023-11-10
Minor cleanups.
Nicholas Nethercote
-11
/
+14
2023-11-10
Simplify the `current_rustc_version` macro.
Nicholas Nethercote
-29
/
+11
2023-11-04
Derive TyEncodable/TyDecodable implementations that are parameterized over in...
Michael Goulet
-10
/
+20
2023-10-30
Clean up `rustc_*/Cargo.toml`.
Nicholas Nethercote
-2
/
+4
2023-10-28
Rollup merge of #117256 - dtolnay:currentversion, r=compiler-errors
Jubilee
-0
/
+65
2023-10-27
Rollup merge of #117241 - compiler-errors:auto-trait-leak-cycle, r=oli-obk
Matthias Krüger
-0
/
+8
2023-10-26
Parse rustc version at compile time
David Tolnay
-0
/
+65
2023-10-26
Stash and cancel cycle errors for auto trait leakage in opaques
Michael Goulet
-0
/
+8
2023-10-26
Fix symbols::tests::test_symbols
David Tolnay
-1
/
+9
2023-10-26
Improve span of env-related errors
David Tolnay
-7
/
+7
2023-10-26
Continue generating other symbols if an expr is not supported
David Tolnay
-9
/
+14
2023-10-26
Support environment variable for interned Symbol value
David Tolnay
-4
/
+58
2023-10-26
Move symbols macro map into a struct
David Tolnay
-20
/
+32
2023-10-26
Delete counter from symbols proc macro in favor of hashmap as source of truth
David Tolnay
-18
/
+24
2023-10-26
Add a Parse impl for symbol Value
David Tolnay
-2
/
+8
2023-10-26
Represent symbol value as enum to prepare for supporting env vars
David Tolnay
-4
/
+10
2023-10-26
Touch up syn parsing in symbols macro
David Tolnay
-4
/
+2
2023-10-23
Allow `ensure` queries to return `Result<(), ErrorGuaranteed>`
Oli Scherer
-0
/
+10
2023-10-18
Use v0.0.0 in compiler crates
Michael Goulet
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-19
/
+23
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-18
Make enum decoding errors more informative.
Nicholas Nethercote
-2
/
+2
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-07-26
Bump syn now that it doesn't affect diagnostics anymore
Oli Scherer
-2
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-7
/
+17
2023-07-02
Downgrade tracing and syn
Nilstrieb
-1
/
+2
2023-06-28
Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco
bors
-4
/
+57
2023-06-23
avoid `&format` in error message code
Takayuki Maeda
-8
/
+6
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-23
/
+43
2023-05-26
Fix diagnostics with errors
clubby789
-13
/
+6
2023-05-26
Validate fluent variable references with `debug_assertions`
clubby789
-4
/
+64
2023-05-18
Merge query property modules into one
John Kåre Alsaker
-3
/
+3
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-3
/
+3
2023-05-09
Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=Nilstrieb
Dylan DPC
-1
/
+1
[next]