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
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