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_passes
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2023-06-27
remove an unused struct `ForbiddenNonLifetimeParam`
Takayuki Maeda
-7
/
+0
2023-05-02
Disallow associated type constraints on negative bounds
Michael Goulet
-0
/
+7
2023-05-02
Implement negative bounds
Michael Goulet
-0
/
+8
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-03
Make "unneccesary visibility qualifier" error much more clear
Tam Pham
-6
/
+8
2023-02-25
Complete migrating `ast_passes` to derive diagnostics
clubby789
-1
/
+475
2023-02-22
Move associated type bounds check to ast lowering
Michael Goulet
-7
/
+0
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-3
/
+3
2023-01-19
Autoderive ExternBlockSuggestion
mejrs
-25
/
+17
2022-10-23
Migrate all diagnostics
Nilstrieb
-27
/
+27
2022-10-17
ast_passes: use derive more
David Wood
-17
/
+0
2022-10-10
errors: `AddToDiagnostic::add_to_diagnostic_with`
David Wood
-3
/
+9
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-27
/
+27
2022-09-09
Make async fn in traits work
Michael Goulet
-11
/
+0
2022-08-29
Migrate stable let_chains error to session diagnostics
Nilstrieb
-0
/
+8
2022-08-22
Replace #[error(..)] etc. to #[diag(..)]
finalchild
-23
/
+23
2022-08-22
Migrate forbidden_default and *_without_body
finalchild
-2
/
+98
2022-08-22
Support #[fatal(..)]
finalchild
-1
/
+1
2022-08-22
Migrate fn_param_forbidden_self and rename others to have prefix fn_param_
finalchild
-10
/
+19
2022-08-22
Rename c_var_args_without_named_arg to c_var_args_is_sole_param
finalchild
-2
/
+2
2022-08-22
Migrate doc_comment_on_fn_param, forbidden_attr_on_fn_param
finalchild
-0
/
+15
2022-08-22
Migrate forbidden_lifetime_bound, forbidden_non_lifetime_param, too_many_para...
finalchild
-0
/
+36
2022-08-22
Migrate trait_fn_const
finalchild
-0
/
+8
2022-08-22
Migrate trait_fn_async
finalchild
-0
/
+11
2022-08-22
Tidy
finalchild
-1
/
+1
2022-08-22
Migrate deprecated_where_clause_location, forbidden_assoc_constraint, keyword...
finalchild
-2
/
+43
2022-08-22
Migrate forbidden_let
finalchild
-0
/
+32