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_metadata
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-11
/
+12
2023-02-06
Add extended error message for E0523
Matthew Kelly
-8
/
+0
2023-01-03
Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514
bors
-0
/
+8
2022-12-31
Add help for the error message when missing rustc_driver
bjorn3
-0
/
+8
2022-12-31
refactor: merge `E0465` into `E0464`
Ezra Shaw
-12
/
+2
2022-12-16
Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obk
bors
-8
/
+0
2022-11-20
Fix CrateLocationUnknownType error
Steven Tang
-0
/
+1
2022-11-03
Stabilize default_alloc_error_handler
Amanieu d'Antras
-8
/
+0
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+2
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-0
/
+25
2022-10-31
Add more track_caller
mejrs
-0
/
+2
2022-10-23
Migrate all diagnostics
Nilstrieb
-93
/
+93
2022-10-13
Add suggestion to the "missing native library" error
Wesley Wiser
-1
/
+35
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-77
/
+77
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-79
/
+79
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-2
/
+2
2022-09-12
change rlib format to discern native dependencies
Daniil Belov
-0
/
+6
2022-09-11
Add diagnostic arg 'current_crate'
Jan Niehusmann
-0
/
+1
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-6
/
+6
2022-08-31
port 5 new diagnostics that appeared in master
Nathan Stocks
-0
/
+36
2022-08-31
respond to review feedback: mainly eliminate as many conversions as possible...
Nathan Stocks
-103
/
+112
2022-08-31
port of locator.rs to SessionDiagnostics, fix some of the errors
Nathan Stocks
-5
/
+252
2022-08-31
port fs.rs to SessionDiagnostics
Nathan Stocks
-0
/
+26
2022-08-31
port creader.rs to SessionDiagnostics
Nathan Stocks
-0
/
+52
2022-08-31
port encoder.rs to SessionDiagnostics
Nathan Stocks
-0
/
+18
2022-08-31
port native_libs.rs to SessionDiagnostics
Nathan Stocks
-0
/
+232
2022-08-31
set up rustc_metadata for SessionDiagnostics, port dependency_format.rs
Nathan Stocks
-0
/
+52