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-05-12
typeck: port "no resolve overridden impl substs"
David Wood
-0
/
+2
2022-05-12
typeck: port "manual implementations"
David Wood
-0
/
+5
2022-05-12
typeck: port "missing type params"
David Wood
-0
/
+22
2022-05-12
typeck: simplify error type using `()` field
David Wood
-3
/
+1
2022-05-10
Auto merge of #96715 - cjgillot:trait-alias-loop, r=compiler-errors
bors
-0
/
+1
2022-05-09
Point to the empty trait alias.
Camille GILLOT
-0
/
+1
2022-05-06
typeck: port "explicit generic args w/ impl trait"
David Wood
-0
/
+8
2022-05-06
typeck: port "unconstrained opaque type" diag
David Wood
-0
/
+3
2022-04-29
macros: subdiagnostic derive
David Wood
-0
/
+8
2022-04-26
separate messages by a newline
Christian Poveda
-0
/
+1
2022-04-25
migrate ambiguous plus diagnostic
Christian Poveda
-0
/
+3
2022-04-19
Rollup merge of #96029 - IsakNyberg:error-messages-fix, r=Dylan-DPC
Dylan DPC
-8
/
+2
2022-04-16
Update compiler/rustc_error_messages/src/lib.rs
Isak Nyberg
-1
/
+1
2022-04-14
Refactor loop into iterator; simplify negation logic.
Isak Nyberg
-8
/
+2
2022-04-13
errors: lazily load fallback fluent bundle
David Wood
-15
/
+32
2022-04-12
sess: try sysroot candidates for fluent bundle
David Wood
-30
/
+39
2022-04-07
Suggest replacing typeof(...) with an actual type
Maybe Waffle
-0
/
+1
2022-04-05
errors: support fluent + parallel compiler
David Wood
-3
/
+19
2022-04-05
errors: use `impl Into<FluentId>`
David Wood
-5
/
+2
2022-04-05
session: opt for enabling directionality markers
David Wood
-3
/
+6
2022-04-05
errors: add links to fluent documentation
David Wood
-1
/
+5
2022-04-05
errors: don't try load default locale from sysroot
David Wood
-3
/
+9
2022-04-05
macros: translatable struct attrs and warnings
David Wood
-1
/
+86
2022-04-05
errors: disable directionality isolation markers
David Wood
-0
/
+9
2022-04-05
errors: implement sysroot/testing bundle loading
David Wood
-12
/
+158
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-17
/
+63
2022-04-05
span: move `MultiSpan`
David Wood
-0
/
+183