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
/
src
Age
Commit message (
Expand
)
Author
Lines
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-12
Re-format let-else per rustfmt update
Mark Rousskov
-7
/
+17
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
2023-05-08
Make spans a bit better
Michael Goulet
-13
/
+23
2023-05-08
Diagnostic args are still args if they're documented
Michael Goulet
-8
/
+7
2023-05-08
Suggest let for possible binding with ty
yukang
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-392
/
+0
2023-04-16
Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obk
fee1-dead
-8
/
+0
2023-04-11
Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errors
bors
-2
/
+4
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-2
/
+4
2023-04-09
Inline format_args
Nilstrieb
-1
/
+1
2023-04-09
Fix some clippy::complexity
Nilstrieb
-2
/
+2
2023-04-09
Some simple `clippy::perf` fixes
Nilstrieb
-1
/
+1
2023-04-08
Remove `remap_env_constness` in queries
Deadbeef
-8
/
+0
2023-04-06
address comments
Deadbeef
-45
/
+50
2023-04-06
fix errors
Deadbeef
-1
/
+2
2023-04-06
fix and bless ui tests 1/2
Deadbeef
-1
/
+19
2023-04-06
migrate rustc_macros to syn 2.0
Deadbeef
-336
/
+255
2023-03-31
Don't emit the OS error in a note
est31
-3
/
+6
2023-03-31
Use std::fs::read_to_file in fluent_messages macro
est31
-11
/
+3
2023-03-29
Check for escape sequences in Fluent resources
clubby789
-0
/
+12
2023-02-27
Allow using `bool` for optional diagnostics
clubby789
-5
/
+18
2023-02-25
Emit the enum discriminant separately for the Encodable macro
John Kåre Alsaker
-17
/
+30
2023-02-22
Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk
bors
-6
/
+6
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-6
/
+6
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-241
/
+230
2023-02-14
Use derive attributes for uninteresting traversals
Alan Egerton
-7
/
+64
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-4
/
+4
2023-02-01
Forbid #[suggestion_*(...)] on Vecs
Xiretza
-43
/
+66
2023-01-27
Detect references to non-existant messages in Fluent resources
clubby789
-2
/
+32
2023-01-17
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
-1
/
+1
2023-01-11
Support eager subdiagnostics again
mejrs
-4
/
+21
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-24
/
+19
2023-01-04
Simplify some iterator combinators
Michael Goulet
-2
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-12-20
Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk
bors
-102
/
+53
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-25
/
+13
[next]