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
/
src
Age
Commit message (
Expand
)
Author
Lines
2024-12-31
Convert some Into impls into From impls
Michael Goulet
-3
/
+3
2024-11-12
Delete the `cfg(not(parallel))` serial compiler
Noratrieb
-24
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-08-27
Add `warn(unreachable_pub)` to `rustc_error_messages`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-15
/
+12
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-2
/
+4
2024-05-27
Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote
bors
-11
/
+0
2024-05-23
Remove `DelayDm`
León Orell Valerian Liehr
-11
/
+0
2024-03-05
Rename `SubdiagnosticMessage` as `SubdiagMessage`.
Nicholas Nethercote
-23
/
+22
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-42
/
+38
2024-02-20
Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)
Peter Jaszkowiak
-1
/
+0
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_error_messages`.
Nicholas Nethercote
-3
/
+1
2024-02-15
errors: only eagerly translate subdiagnostics
David Wood
-22
/
+14
2024-02-13
Remove `good_path_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2024-02-09
Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco
Matthias Krüger
-2
/
+0
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-02-05
Split `Level::DelayedBug` in two.
Nicholas Nethercote
-1
/
+1
2024-01-25
Remove unused features
clubby789
-1
/
+0
2023-11-26
Remove `rustc_error_messages/messages.ftl`.
Nicholas Nethercote
-3
/
+0
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-2
/
+2
2023-10-16
docs: add Rust logo to more compiler crates
Michael Howell
-0
/
+2
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-5
/
+5
2023-07-24
borrowck/errors: fix i18n error in delayed bug
David Wood
-0
/
+8
2023-07-19
On nightly, dump ICE backtraces to disk
Esteban Küber
-0
/
+7
2023-07-07
Require TAITs to be mentioned in the signatures of functions that register hi...
Oli Scherer
-2
/
+1
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-0
/
+4
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-18
/
+14
2023-05-06
correct literals for dyn thread safe
SparrowLii
-4
/
+4
2023-05-06
introduce `DynSend` and `DynSync` auto trait
SparrowLii
-6
/
+7
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-10
/
+26
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+2
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-23
Handle selecting the default locale better
mejrs
-2
/
+5
2023-02-22
various: translation resources from cg backend
David Wood
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-41
/
+1
2023-02-16
Remove save-analysis.
Nicholas Nethercote
-1
/
+0
2023-01-30
incremental: migrate diagnostics
David Wood
-0
/
+1
2023-01-17
Handle diagnostics customization on the fluent side
Oli Scherer
-0
/
+15
2022-12-24
Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk
Matthias Krüger
-3
/
+1
2022-12-23
Rollup merge of #106057 - jyn514:trimmed-def-paths-ice, r=compiler-errors
Matthias Krüger
-1
/
+1
2022-12-22
Give a more helpful error for "trimmed_def_paths construted"
Joshua Nelson
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-3
/
+1
2022-12-17
Resolve various merge conflicts
mejrs
-1
/
+1
2022-12-17
Migrate "function cannot return without recursing" diagnostic
TheOddGarlic
-0
/
+1
2022-11-21
Match crate and slug names
mejrs
-1
/
+1
2022-11-20
Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebank
Matthias Krüger
-0
/
+1
2022-11-18
Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth
bors
-2
/
+91
[next]