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_monomorphize
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-06
Add support for shortening `Instance` and use it
Esteban Küber
-10
/
+13
2025-06-14
Remove all support for wasm's legacy ABI
bjorn3
-9
/
+0
2025-05-09
Remove mono item collection strategy override from -Zprint-mono-items
Tomasz Miąsko
-6
/
+0
2025-04-20
make abi_unsupported_vector_types a hard error
Ralf Jung
-2
/
+4
2025-04-01
Make missing optimized MIR error more informative
Oli Scherer
-0
/
+1
2025-03-25
add FCW to warn about wasm ABI transition
Ralf Jung
-0
/
+9
2025-02-20
vectorcall ABI: error if sse2 is not available
Ralf Jung
-0
/
+13
2025-02-20
mono-time abi_check: unify error paths for call and definition sites
Ralf Jung
-22
/
+8
2025-02-15
abi_unsupported_vector_types: say which type is the problem
Ralf Jung
-2
/
+7
2024-12-06
Remove polymorphization
Ben Kimock
-25
/
+0
2024-11-12
ABI checks: add support for tier2 arches
Luca Versari
-0
/
+14
2024-11-01
Emit warning when calling/declaring functions with unavailable vectors.
Luca Versari
-0
/
+18
2024-10-25
Revert "Emit error when calling/declaring functions with unavailable vectors."
Rémy Rakic
-18
/
+0
2024-10-25
Emit error when calling/declaring functions with unavailable vectors.
Luca Versari
-0
/
+18
2024-08-29
Add `warn(unreachable_pub)` to `rustc_monomorphize`.
Nicholas Nethercote
-9
/
+9
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-07-02
Re-implement a type-size based limit
Michael Goulet
-13
/
+0
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-3
/
+3
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-4
/
+3
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-0
/
+1
2024-01-10
Stop mentioning internal lang items in no_std binary errors
Nilstrieb
-0
/
+5
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-1
/
+1
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-8
/
+5
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-1
/
+1
2023-10-18
Remove `UnknownPartitionStrategy` error.
Nicholas Nethercote
-4
/
+0
2023-08-30
Emit error instead of ICE when optimized MIR is missing
Martin Nordholts
-1
/
+9
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+2
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-0
/
+14
2023-01-09
Use newtype for unused generic parameters
Nilstrieb
-2
/
+2
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-1
/
+1
2022-12-14
add `-Z dump-mono-stats`
Rémy Rakic
-0
/
+6
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+1
2022-10-31
Add more track_caller
mejrs
-0
/
+1
2022-10-29
Use tcx.require_lang_item
Cameron Steffen
-6
/
+0
2022-10-23
Migrate all diagnostics
Nilstrieb
-11
/
+10
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
-6
/
+6
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-8
/
+8
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-1
/
+1
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-2
/
+3
2022-08-25
allow non-monomorphize modules to access hard-coded error message through new...
Nathan Stocks
-3
/
+3
2022-08-25
remove stray comment
Nathan Stocks
-1
/
+0
2022-08-25
replace some usages of [Span]FatalError with error-specific types
Nathan Stocks
-8
/
+12
2022-08-25
rebased: convert rustc_monomorphize errors to SessionDiagnostic
Nathan Stocks
-0
/
+81