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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_error_messages
Age
Commit message (
Expand
)
Author
Lines
2022-10-29
Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obk
Matthias Krüger
-1
/
+1
2022-10-27
tidy + move logic to fn
Boxy
-2
/
+2
2022-10-27
use proper spans
Boxy
-1
/
+3
2022-10-27
DoIt
Boxy
-0
/
+2
2022-10-25
Split diagnostic details out into a separate function and fluent files
Oli Scherer
-0
/
+9
2022-10-23
Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s
Jakub Beránek
-0
/
+2
2022-10-22
Note scope of TAIT more accurately
Michael Goulet
-1
/
+1
2022-10-21
Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors
Dylan DPC
-1
/
+7
2022-10-17
Rollup merge of #102454 - chenyukang:fix-102396-missing-parentheses, r=lcnr
Matthias Krüger
-0
/
+4
2022-10-17
infer: use derive more
David Wood
-1
/
+3
2022-10-17
session: use derive more
David Wood
-0
/
+4
2022-10-17
trivial fix for comments feedback
yukang
-1
/
+1
2022-10-14
Add missing checks for `doc(cfg_hide(...))` attribute
Guillaume Gomez
-0
/
+3
2022-10-14
Auto merge of #102684 - JhonnyBillM:delete-target-data-layout-errors-wrapper,...
bors
-14
/
+14
2022-10-13
Add suggestion to the "missing native library" error
Wesley Wiser
-0
/
+2
2022-10-12
ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors
Jhonny Bill Mena
-14
/
+14
2022-10-12
Rollup merge of #102719 - Nilstrieb:tidy-alphabetical, r=jackh726
Dylan DPC
-0
/
+2
2022-10-12
Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors
Dylan DPC
-1
/
+30
2022-10-12
Use `tidy-alphabetical` in the compiler
Nilstrieb
-0
/
+2
2022-10-12
Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco
Dylan DPC
-81
/
+487
2022-10-11
Rollup merge of #102893 - TaKO8Ki:fix-102878, r=davidtwco
Matthias Krüger
-13
/
+0
2022-10-11
fix #102878
Takayuki Maeda
-13
/
+0
2022-10-10
query_system: finish migration
David Wood
-0
/
+2
2022-10-10
errors: `DiagnosticMessage::Eager`
David Wood
-1
/
+28
2022-10-07
avoid string dispatch in fluent
Nathan Stocks
-17
/
+19
2022-10-07
avoid string dispatch in fluent
Nathan Stocks
-5
/
+21
2022-10-07
First batch of review feedback changes from #102110
Nathan Stocks
-1
/
+10
2022-10-07
migrate stability.rs to translateable diagnostics
Nathan Stocks
-0
/
+50
2022-10-07
migrate the rest of check_attr.rs to translateable diagnostics
Nathan Stocks
-0
/
+36
2022-10-07
migrate dead.rs to translateable diagnostics
Nathan Stocks
-0
/
+6
2022-10-07
migrate lang_items.rs to translateable diagnostics
Nathan Stocks
-3
/
+27
2022-10-07
migrate entry.rs to translateable diagnostics
Nathan Stocks
-0
/
+39
2022-10-07
migrate naked_functions.rs to translateable diagnostics
Nathan Stocks
-0
/
+28
2022-10-07
migrate loops.rs to translateable diagnostics
Nathan Stocks
-0
/
+34
2022-10-07
migrate check_const.rs to translateable diagnostics
Nathan Stocks
-0
/
+7
2022-10-07
migrate lib_features.rs to translateable diagnostics
Nathan Stocks
-0
/
+6
2022-10-07
migrate layout_test.rs to translateable diagnostics
Nathan Stocks
-0
/
+21
2022-10-07
migrate diagnostic_items.rs to translateable diagnostics
Nathan Stocks
-1
/
+11
2022-10-07
use cherry-picked commit from #100754 to emit note without error
Nathan Stocks
-2
/
+4
2022-10-07
migrate the rest of weak_lang_items.rs to translateable diagnostics
Nathan Stocks
-3
/
+3
2022-10-07
resolve merge conflict from cherry-picking 6a47326a0452cc8d5cb57676508b5469d6...
Diego de Oliveira
-0
/
+3
2022-10-07
always put ftl message on next line, resolve all but 1 output comparison error
Nathan Stocks
-89
/
+180
2022-10-07
Migrate InvalidAttrAtCrateLevel
rdvdev2
-0
/
+3
2022-10-07
Migrate derivable diagnostics in check_attr.rs
rdvdev2
-0
/
+2
2022-10-07
Migrate derivable diagnostics in lang_items.rs
rdvdev2
-0
/
+8
2022-10-07
Migrate weak_lang_items.rs
rdvdev2
-0
/
+9
2022-10-07
ADD - implement IntoDiagnostic for thorin::Error wrapper
Jhonny Bill Mena
-3
/
+76
2022-10-07
Address PR comments
Jhonny Bill Mena
-8
/
+2
2022-10-07
ADD - initial port of link.rs
Jhonny Bill Mena
-0
/
+25
2022-10-07
DELETE - unused error after PR# 100101 was merged
Jhonny Bill Mena
-2
/
+0
[next]