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
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
2022-08-22
Resolve conflicts
Jean CASPAR
-18
/
+18
2022-08-22
Changes made in response to feedback
Jean CASPAR
-7
/
+7
2022-08-22
Migrate all span_err(...) in ast_lowering to SessionDiagnostic
Jean CASPAR
-0
/
+21
2022-08-22
Migrate ast_lowering::pat to SessionDiagnostic
Jean CASPAR
-1
/
+37
2022-08-22
Migrate ast_lowering::ast to SessionDiagnostic
Jean CASPAR
-1
/
+123
2022-08-22
Migrate ast_lowering::expr to SessionDiagnostic
Jean CASPAR
-4
/
+74
2022-08-22
Migrate ast_lowering::lib and ast_lowering::item to SessionDiagnostic
Jean CASPAR
-1
/
+52
2022-08-22
Migrate ast_lowering::path to SessionDiagnostic
Jean CASPAR
-0
/
+29