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
2025-09-21
Add panic=immediate-abort
Ben Kimock
-0
/
+10
2025-08-27
Port the `#[link]` attribute to the new parser
Jonathan Brouwer
-217
/
+0
2025-07-24
generate elf symbol version in raw-dylib
usamoi
-0
/
+7
2025-06-25
Add runtime check to avoid overwrite arg easily in diag and store and restore...
xizheyin
-1
/
+2
2025-06-08
raw dylib: ensure that we have applied standard ABI checks
Ralf Jung
-9
/
+2
2025-05-19
Warning added when dependency crate has async drop types, and the feature is ...
Andrew Zhogin
-0
/
+10
2025-03-31
Add an error when full metadata was not found
Jakub Beránek
-0
/
+9
2025-03-17
Target modifiers fix for bool flags without value
Andrew Zhogin
-2
/
+34
2025-02-21
Inject `compiler_builtins` during postprocessing rather than via AST
Trevor Gross
-0
/
+6
2025-02-02
Target modifiers (special marked options) are recorded in metainfo and compar...
Andrew Zhogin
-0
/
+25
2025-01-23
Make the wasm_c_abi future compat warning a hard error
bjorn3
-0
/
+7
2024-11-24
Allow injecting a profiler runtime into `#![no_core]` crates
Zalathar
-4
/
+0
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-11
Ask the user to use `feature(rustc_private)` when linking to `rustc_driver`
John Kåre Alsaker
-0
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+4
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-4
/
+4
2024-05-22
Rename `FrameworkOnlyWindows` to `RawDylibOnlyWindows`
Tobias Bucher
-2
/
+2
2024-05-01
always print nice 'std not found error' when std is not found
Ralf Jung
-4
/
+1
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-1
/
+1
2024-03-16
Print the crates not available as static
John Kåre Alsaker
-0
/
+8
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-7
/
+7
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-9
/
+7
2024-02-21
Unify dylib loading between proc macros and codegen backends
bjorn3
-0
/
+1
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-0
/
+4
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-14
/
+14
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-11
/
+11
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-19
/
+12
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-6
/
+6
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-3
/
+3
2023-11-22
Call FileEncoder::finish in rmeta encoding
Ben Kimock
-7
/
+2
2023-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-8
/
+0
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-07-04
Suggest `x build library` for a custom toolchain that fails to load `core`
Mu001999
-4
/
+12
2023-07-03
Revert "Suggest `x build library` for a custom toolchain that fails to load `...
Nilstrieb
-10
/
+4
2023-07-02
Suggest `x build library` for a custom toolchain that fails to load `core`
Mu001999
-4
/
+10
2023-06-06
fix
Jing Peng
-7
/
+0
2023-06-06
Write to stdout if `-` is given as output file
Jing Peng
-0
/
+18
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-25
Revert "Remove #[alloc_error_handler] from the compiler and library"
Matthias Krüger
-0
/
+17
2023-04-16
Remove #[alloc_error_handler] from the compiler and library
Amanieu d'Antras
-17
/
+0
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
[next]