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-07-20
clippy::perf fixes
Matthias Krüger
-4
/
+4
2022-07-15
macros: support adding warnings to diags
David Wood
-22
/
+48
2022-07-15
macros: support `MultiSpan` in diag derives
David Wood
-59
/
+88
2022-07-08
Use dashes instead of underscores in fluent names
Michael Goulet
-2
/
+6
2022-07-06
Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk
Dylan DPC
-628
/
+812
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-13
/
+35
2022-07-05
macros: add diagnostic derive for lints
David Wood
-603
/
+787
2022-07-05
macros: move `sess` out of builder
David Wood
-6
/
+4
2022-07-05
macros: introduce `build_field_mapping`
David Wood
-20
/
+22
2022-07-05
macros: fix documentation link for diag derive
David Wood
-1
/
+1
2022-06-24
macros: use typed identifiers in subdiag derive
David Wood
-15
/
+75
2022-06-24
macros: use typed identifiers in diag derive
David Wood
-192
/
+320
2022-06-08
Auto merge of #94732 - nnethercote:infallible-encoder, r=bjorn3
bors
-17
/
+9
2022-06-08
Folding revamp.
Nicholas Nethercote
-2
/
+2
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-17
/
+9
2022-06-03
Inline many methods of Encoder
bjorn3
-14
/
+8
2022-06-03
Remove all names from Encoder
bjorn3
-22
/
+2
2022-05-30
errors: simplify referring to fluent attributes
David Wood
-38
/
+20
2022-05-28
Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...
Michael Goulet
-2
/
+2
2022-05-28
Move things to rustc_type_ir
Wilco Kusee
-2
/
+2
2022-05-24
macros: introduce `fluent_messages` macro
David Wood
-0
/
+319
2022-05-24
macros: change code block language
David Wood
-4
/
+4
2022-05-19
formatting
Christian Poveda
-1
/
+2
2022-05-19
let `generate_field_attrs_code` create `FieldInfo`
Christian Poveda
-46
/
+14
2022-05-18
remove unnecessary generics
Christian Poveda
-4
/
+4
2022-05-18
move misplaced comment
Christian Poveda
-4
/
+4
2022-05-18
generate `set_arg` code inside `generate_field_attrs_code`
Christian Poveda
-99
/
+101
2022-05-17
generate code for `subdiagnostic` fields in the second `match`
Christian Poveda
-18
/
+56
2022-05-12
errors: `set_arg` takes `IntoDiagnosticArg`
David Wood
-2
/
+2
2022-05-12
macros: spanless subdiagnostics from `()` fields
David Wood
-33
/
+75
2022-05-06
macros: allow `Vec` fields in diagnostic derive
David Wood
-39
/
+85
2022-04-29
macros: add interop between diagnostic derives
David Wood
-1
/
+3
2022-04-29
macros: allow setting applicability in attribute
David Wood
-51
/
+75
2022-04-29
macros: add more documentation comments
David Wood
-1
/
+13
2022-04-29
macros: reuse `SetOnce` trait in diagnostic derive
David Wood
-60
/
+11
2022-04-29
macros: add helper functions for invalid attrs
David Wood
-229
/
+149
2022-04-29
macros: split diagnostic derives into modules
David Wood
-1593
/
+1631
2022-04-29
macros: subdiagnostic derive
David Wood
-132
/
+772
2022-04-25
fix formatting
Christian Poveda
-3
/
+1
2022-04-25
use `ParseSess` instead of `Session` in `into_diagnostic`
Christian Poveda
-2
/
+4
2022-04-21
macros: update doc comment for diagnostic derive
David Wood
-8
/
+18
2022-04-13
couple of clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-04-05
macros: support translatable suggestions
David Wood
-66
/
+93
2022-04-05
macros: note/help in `SessionDiagnostic` derive
David Wood
-9
/
+45
2022-04-05
macros: support translatable labels
David Wood
-34
/
+75
2022-04-05
macros: optional error codes
David Wood
-23
/
+19
2022-04-05
macros: add `#[no_arg]` to skip `set_arg` call
David Wood
-1
/
+12
2022-04-05
macros: rename `#[message]` to `#[primary_span]`
David Wood
-7
/
+4
2022-04-05
macros: translatable struct attrs and warnings
David Wood
-116
/
+274
2022-04-05
macros: update session diagnostic errors
David Wood
-9
/
+9
[prev]
[next]