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_ast_lowering
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2024-04-15
Validation and other things
Michael Goulet
-0
/
+7
2024-03-11
Rename `AddToDiagnostic` as `Subdiagnostic`.
Nicholas Nethercote
-3
/
+3
2024-03-11
Remove unused impls from some subdiagnostics.
Nicholas Nethercote
-2
/
+2
2024-03-11
Remove unused impls for some diagnostics.
Nicholas Nethercote
-26
/
+26
2024-03-08
Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu
Matthias Krüger
-0
/
+10
2024-03-05
Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.
Nicholas Nethercote
-2
/
+2
2024-02-28
Rename `DiagnosticArgFromDisplay` as `DiagArgFromDisplay`.
Nicholas Nethercote
-3
/
+2
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-24
Add asm label support to AST and HIR
Gary Guo
-0
/
+10
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-2
/
+7
2024-02-10
Add a helpful suggestion
Michael Goulet
-0
/
+2
2024-02-10
No more associated type bounds in dyn trait
Michael Goulet
-3
/
+2
2024-02-08
Add `SubdiagnosticMessageOp` as a trait alias.
Nicholas Nethercote
-9
/
+5
2024-02-06
Auto merge of #120361 - compiler-errors:async-closures, r=oli-obk
bors
-7
/
+0
2024-02-06
Make async closures directly lower to ClosureKind::CoroutineClosure
Michael Goulet
-7
/
+0
2024-01-31
Error on incorrect item kind in async bound
Michael Goulet
-0
/
+15
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-10
/
+10
2024-01-16
Async closures will move params into the future always
Michael Goulet
-8
/
+0
2024-01-09
Add error code for missing base expression in struct update syntax
clubby789
-2
/
+2
2024-01-07
Split note, fix const/static impl trait error
Michael Goulet
-0
/
+1
2024-01-01
Deny defaults for higher-ranked generic parameters
León Orell Valerian Liehr
-2
/
+2
2023-12-26
fallback `default` to `None` during ast-loweing for lifetime binder
bohan
-0
/
+7
2023-12-03
Disallow arm bodies on never patterns
Nadrieril
-0
/
+9
2023-12-03
Disallow guards on never patterns
Nadrieril
-0
/
+8
2023-12-03
Disallow an arm without a body (except for never patterns)
Nadrieril
-0
/
+9
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-10-13
Deprecate E0706
Michael Goulet
-11
/
+0
2023-08-08
feat: `riscv-interrupt-{m,s}` calling conventions
Seth Pellegrino
-0
/
+17
2023-04-27
Make async removal span more resilient to macro expansions
Michael Goulet
-1
/
+1
2023-04-12
Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk
Matthias Krüger
-7
/
+1
2023-04-10
Remove `..` from return type notation
Michael Goulet
-7
/
+1
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-03-28
Add `(..)` syntax for RTN
Michael Goulet
-1
/
+7
2023-03-28
Add tests and error messages
Michael Goulet
-0
/
+16
2023-03-02
Restrict `#[rustc_box]` to `Box::new` calls
clubby789
-7
/
+0
2023-02-22
Move associated type bounds check to ast lowering
Michael Goulet
-0
/
+8
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+1
2022-10-26
Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]
Xiretza
-1
/
+2
2022-10-23
Migrate all diagnostics
Nilstrieb
-51
/
+51
2022-10-17
ast_lowering: use derive more
David Wood
-41
/
+18
2022-10-10
errors: `AddToDiagnostic::add_to_diagnostic_with`
David Wood
-3
/
+12
2022-09-22
Improve the help message for an invalid calling convention
khyperia
-2
/
+16
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-33
/
+33
2022-09-21
UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic
Jhonny Bill Mena
-3
/
+3
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-33
/
+33
2022-09-09
Make async fn in traits work
Michael Goulet
-0
/
+11
2022-08-27
remove span_fatal from ast_lowering
Jean CASPAR
-0
/
+7
[next]