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
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
2024-05-22
Rollup merge of #125391 - nnethercote:serialize-rs-tweaks, r=compiler-errors
León Orell Valerian Liehr
-8
/
+8
2024-05-22
Fix up whitespace in `compiler/rustc_macros/src/serialize.rs`.
Nicholas Nethercote
-8
/
+8
2024-05-21
Fix subdiagnostic-only enum variants not generating code
Xiretza
-2
/
+2
2024-05-21
Add note_once/help_once to diagnostic derives
Xiretza
-4
/
+30
2024-05-10
Lift `Lift`
Michael Goulet
-1
/
+1
2024-04-21
Allow nesting subdiagnostics
Xiretza
-12
/
+26
2024-04-21
Pass translation closure to add_to_diag_with() as reference
Xiretza
-1
/
+1
2024-03-11
Rename diagnostic derive things.
Nicholas Nethercote
-9
/
+9
2024-03-11
Rename `DecorateLint` as `LintDiagnostic`.
Nicholas Nethercote
-1
/
+1
2024-03-11
Rename `AddToDiagnostic` as `Subdiagnostic`.
Nicholas Nethercote
-3
/
+3
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-6
/
+3
2024-03-05
Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`
Jason Newcomb
-3
/
+10
2024-03-05
Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.
Nicholas Nethercote
-1
/
+1
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-1
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-6
/
+6
2024-02-25
Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin
bors
-4
/
+24
2024-02-21
Docs for extension proc-macro
Michael Goulet
-0
/
+14
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-3
/
+7
2024-02-17
Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote
Matthias Krüger
-38
/
+1
2024-02-17
Make synstructure underscore_const(true) the default
Urgau
-4
/
+24
2024-02-16
Nits
Michael Goulet
-1
/
+8
2024-02-16
Move trait into attr so it's greppable
Michael Goulet
-14
/
+25
2024-02-16
Add a simple extension trait derive
Michael Goulet
-0
/
+142
2024-02-15
errors: only eagerly translate subdiagnostics
David Wood
-38
/
+1
2024-02-09
Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco
Matthias Krüger
-2
/
+0
2024-02-08
Add `SubdiagnosticMessageOp` as a trait alias.
Nicholas Nethercote
-4
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-3
/
+3
2024-01-25
Remove unused features
clubby789
-1
/
+0
2024-01-24
Correctly explain `ensure_forwards_result_if_red`
Oli Scherer
-1
/
+2
2024-01-23
Rename `LintContext::struct_span_lint` as `LintContext::span_lint`.
Nicholas Nethercote
-1
/
+1
[next]