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
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-6
/
+6
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-15
/
+15
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-9
/
+9
2022-09-21
UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-19
/
+19
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-1
/
+1
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-15
Auto merge of #101173 - jyn514:simplify-macro-arguments, r=cjgillot
bors
-22
/
+7
2022-09-14
Update compiler/rustc_macros/src/query.rs
Camille Gillot
-1
/
+1
2022-09-09
Move `TRY_LOAD_FROM_DISK` out of `rustc_queries` to `rustc_query_impl`
Joshua Nelson
-5
/
+4
2022-09-09
Don't create a new `try_load_from_disk` closure for each query
Joshua Nelson
-1
/
+1
2022-09-09
Remove dead `load_cached` code in rustc_query
Joshua Nelson
-33
/
+2
2022-09-09
Simplify the implementation of `rustc_queries`
Joshua Nelson
-35
/
+18
2022-09-09
Make the `storage` query modifier less general
Joshua Nelson
-12
/
+8
2022-09-06
Get rid of the emitted `rustc_query_names` and `rustc_cached_queries` macro
Joshua Nelson
-22
/
+7
2022-09-06
Support doc-comments in `define_dep_nodes`
Joshua Nelson
-2
/
+6
2022-09-06
Further simplify the macros generated by `rustc_queries`
Joshua Nelson
-13
/
+9
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-1
/
+1
2022-09-01
Allow deriving multiple subdiagnostics using one SessionSubdiagnostic
Xiretza
-96
/
+120
2022-09-01
Revert parts of "use derive proc macro to impl SessionDiagnostic"
Xiretza
-249
/
+445
2022-08-31
Rollup merge of #101165 - ldm0:drain_to_iter, r=cjgillot
Matthias Krüger
-1
/
+1
2022-08-31
use derive proc macro to impl SessionDiagnostic
Yuanheng Li
-445
/
+249
2022-08-30
Rework SessionSubdiagnostic derive to support multipart_suggestion
Xiretza
-219
/
+394
2022-08-30
SessionSubdiagnostic: make `#[applicability]` optional
Xiretza
-8
/
+4
2022-08-30
Use span_suggestion_with_style in SessionSubdiagnostic derive
Xiretza
-39
/
+65
2022-08-30
Use more `into_iter` rather than `drain(..)`
Donough Liu
-1
/
+1
2022-08-29
Rollup merge of #100959 - LuisCardosoOliveira:translation-rename-attr-warning...
Matthias Krüger
-19
/
+22
2022-08-27
Auto merge of #100946 - jyn514:query-system-3, r=cjgillot
bors
-11
/
+11
2022-08-25
Auto merge of #100748 - SparrowLii:query_depth, r=cjgillot
bors
-1
/
+12
2022-08-25
Auto merge of #100436 - jyn514:macro-query-system, r=cjgillot
bors
-3
/
+1
2022-08-24
translations: rename warn_ to warning
Luis Cardoso
-19
/
+22
2022-08-24
Auto merge of #100803 - klensy:do-not-encode-preinterned-symbols, r=bjorn3
bors
-1
/
+1
2022-08-24
Remove the `$tcx:tt` parameter from `rustc_query_description`
Joshua Nelson
-5
/
+5
2022-08-24
Simplify the syntax for macros generated by `rustc_queries`
Joshua Nelson
-6
/
+6
2022-08-23
Remove `$tcx` metavariable from `rustc_query_append`
Joshua Nelson
-3
/
+1
2022-08-24
add `depth_limit` in `QueryVTable`
SparrowLii
-1
/
+12
2022-08-23
Auto merge of #100675 - Xiretza:fluent-mandate-crate-prefix, r=davidtwco
bors
-9
/
+21
2022-08-23
Rollup merge of #100857 - camsteffen:query-parse-refactor, r=davidtwco
Dylan DPC
-260
/
+125
2022-08-22
fluent: point to path containing error instead of module name
Xiretza
-5
/
+5
2022-08-22
fluent: mandate slug names to be prefixed by crate name
Xiretza
-5
/
+17
2022-08-21
Refactor query modifier parsing
Cameron Steffen
-260
/
+125
2022-08-22
Fix `build_format` not unescaping braces properly
finalchild
-27
/
+32
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-23
/
+6
2022-08-21
Disallow #[primary_span] on LintDiagnostics
Xiretza
-4
/
+13
2022-08-21
Make derived SessionDiagnostics generic on diagnostic level
Xiretza
-105
/
+60
2022-08-20
symbols: add `is_preinterned` fn to check if symbol was preinterned in compiler
klensy
-1
/
+1
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-08-12
Change fluent_messages macro to expect _ slugs instead of - slugs
est31
-5
/
+27
2022-08-12
Update rustdoc to new slug style
est31
-13
/
+13
2022-08-02
dedupe 'annotate-snippets' crate versions
klensy
-1
/
+1
[prev]
[next]