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
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
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-52
/
+52
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-52
/
+52
2022-09-14
Migrated the rustc_passes lint for annotations without effect to the new diag...
Diego de Oliveira
-0
/
+7
2022-09-07
ssa: implement `#[collapse_debuginfo]`
David Wood
-0
/
+9
2022-08-24
translations: rename warn_ to warning
Luis Cardoso
-8
/
+8
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-85
/
+85
2022-08-21
Disallow #[primary_span] on LintDiagnostics
Xiretza
-1
/
+0
2022-08-03
fix tidy
yukang
-1
/
+1
2022-08-03
check link ordinal make sure target is foreign function
yukang
-0
/
+7
2022-07-27
lint: add bad opt access internal lint
David Wood
-0
/
+18
2022-07-25
passes: port more of `check_attr` module
David Wood
-1
/
+266
2022-07-17
rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers
Michael Howell
-2
/
+2
2022-07-15
passes: migrate half of `check_attr`
David Wood
-0
/
+362
[prev]