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_passes
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-30
Rename doc(primitive) into rustc_doc_primitive
Guillaume Gomez
-4
/
+0
2023-03-14
Simplify proc macro signature validity check
Michael Goulet
-43
/
+2
2023-02-26
Merge the two diagnostics.
Camille GILLOT
-11
/
+5
2023-02-22
Add check for invalid \`#[macro_export]\` arguments
blyxyas
-2
/
+10
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-47
/
+45
2023-02-01
Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwco
bors
-0
/
+28
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-0
/
+7
2023-01-26
Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors
Matthias Krüger
-0
/
+50
2023-01-24
Move FFI attribute validation to `check_attr`
inquisitivecrystal
-0
/
+28
2023-01-12
[RFC 2397] Deny incorrect locations
Caio
-0
/
+7
2023-01-12
Improve proc macro attribute diagnostics
mejrs
-0
/
+50
2022-11-11
Print all labels, even if they have no span. Fall back to main item's span.
Oli Scherer
-0
/
+3
2022-11-05
Specify that `break` cannot be used outside of loop *or* labeled block
clubby789
-0
/
+1
2022-11-04
Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco
Matthias Krüger
-1
/
+59
2022-11-04
Use `derive(Subdiagnostic)` for `ChangeFieldsToBeOfUnitType`.
Charles Lew
-23
/
+3
2022-11-01
Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco
Manish Goregaokar
-1
/
+1
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+5
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-8
/
+0
2022-10-31
Add more track_caller
mejrs
-0
/
+5
2022-10-26
Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]
Xiretza
-1
/
+1
2022-10-24
Port `dead_code` lints to be translatable.
Charles Lew
-1
/
+79
2022-10-23
Migrate all diagnostics
Nilstrieb
-201
/
+200
2022-10-14
Add missing checks for `doc(cfg_hide(...))` attribute
Guillaume Gomez
-0
/
+4
2022-10-07
avoid string dispatch in fluent
Nathan Stocks
-7
/
+36
2022-10-07
avoid string dispatch in fluent
Nathan Stocks
-7
/
+15
2022-10-07
Remove code that was removed in master, and the corresponding diagnostic
Nathan Stocks
-9
/
+0
2022-10-07
First batch of review feedback changes from #102110
Nathan Stocks
-9
/
+1
2022-10-07
migrate stability.rs to translateable diagnostics
Nathan Stocks
-0
/
+113
2022-10-07
migrate the rest of check_attr.rs to translateable diagnostics
Nathan Stocks
-0
/
+41
2022-10-07
migrate dead.rs to translateable diagnostics
Nathan Stocks
-1
/
+8
2022-10-07
migrate lang_items.rs to translateable diagnostics
Nathan Stocks
-0
/
+74
2022-10-07
migrate entry.rs to translateable diagnostics
Nathan Stocks
-2
/
+130
2022-10-07
migrate naked_functions.rs to translateable diagnostics
Nathan Stocks
-0
/
+76
2022-10-07
migrate loops.rs to translateable diagnostics
Nathan Stocks
-2
/
+119
2022-10-07
migrate check_const.rs to translateable diagnostics
Nathan Stocks
-0
/
+18
2022-10-07
migrate lib_features.rs to translateable diagnostics
Nathan Stocks
-0
/
+20
2022-10-07
migrate layout_test.rs to translateable diagnostics
Nathan Stocks
-0
/
+57
2022-10-07
migrate diagnostic_items.rs to translateable diagnostics
Nathan Stocks
-0
/
+20
2022-10-07
use cherry-picked commit from #100754 to emit note without error
Nathan Stocks
-1
/
+4
2022-10-07
migrate the rest of weak_lang_items.rs to translateable diagnostics
Nathan Stocks
-7
/
+8
2022-10-07
resolve merge conflict from cherry-picking 6a47326a0452cc8d5cb57676508b5469d6...
Diego de Oliveira
-0
/
+7
2022-10-07
Migrate InvalidAttrAtCrateLevel
rdvdev2
-1
/
+31
2022-10-07
Migrate derivable diagnostics in check_attr.rs
rdvdev2
-0
/
+11
2022-10-07
Migrate derivable diagnostics in lang_items.rs
rdvdev2
-0
/
+21
2022-10-07
Migrate weak_lang_items.rs
rdvdev2
-0
/
+17
2022-09-26
Rollup merge of #101851 - Xiretza:diagnostic-derive-cleanups, r=davidtwco
fee1-dead
-2
/
+2
2022-09-23
Rollup merge of #101815 - diegooliveira:master, r=davidtwco
Matthias Krüger
-0
/
+7
2022-09-22
Add missing code="" attributes to suggestion subdiagnostics
Xiretza
-2
/
+2
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-2
/
+2
[next]