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_error_messages
Age
Commit message (
Expand
)
Author
Lines
2022-06-24
macros: use typed identifiers in diag derive
David Wood
-2
/
+2
2022-06-21
Migrate `builtin-macros-expected-one-cfg-pattern` to `SessionDiagnostic`
beetrees
-0
/
+2
2022-06-21
Migrate `builtin-macros-requires-cfg-pattern` to `SessionDiagnostic`
beetrees
-0
/
+4
2022-06-20
Rollup merge of #97912 - Kixunil:stabilize_path_try_exists, r=dtolnay
Yuki Okushi
-1
/
+0
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-1
/
+1
2022-06-16
Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`
Maybe Waffle
-1
/
+1
2022-06-14
Stabilize `Path::try_exists()` and improve doc
Martin Habovstiak
-1
/
+0
2022-06-14
Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk
Dylan DPC
-0
/
+3
2022-06-10
lint: add diagnostic translation migration lints
David Wood
-0
/
+3
2022-06-06
Deactivate feature gate explicit_generic_args_with_impl_trait
Nick Cameron
-6
/
+0
2022-05-31
migrate `check_for_for_in_in_typo` diagnostic
Christian Poveda
-0
/
+4
2022-05-31
merge diagnostics about incorrect uses of `.await`
Christian Poveda
-6
/
+2
2022-05-31
migrate `error_on_incorrect_await` diagnostic
Christian Poveda
-0
/
+5
2022-05-31
migrate `recover_from_await_method_call` diagnostic
Christian Poveda
-0
/
+4
2022-05-31
migrate `maybe_consume_incorrect_semicolon` diagnostic
Christian Poveda
-0
/
+5
2022-05-31
migrate `maybe_recover_from_bad_qpath_stage_2` diagnostic
Christian Poveda
-0
/
+4
2022-05-30
errors: simplify referring to fluent attributes
David Wood
-6
/
+66
2022-05-24
macros: introduce `fluent_messages` macro
David Wood
-3
/
+8
2022-05-16
migrate `maybe_recover_from_bad_type_plus` diagnostic
Christian Poveda
-0
/
+9
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
[prev]