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
2024-06-21
Do not allow safe usafe on static and fn items
Santiago Pastorino
-0
/
+14
2024-06-17
Detect duplicates
Michael Goulet
-0
/
+9
2024-06-17
Rework precise capturing syntax
Michael Goulet
-0
/
+8
2024-06-05
Make MISSING_UNSAFE_ON_EXTERN lint emit future compat info with suggestion to...
Santiago Pastorino
-0
/
+7
2024-06-04
Fail when using safe/unsafe items inside unadorned extern blocks
Santiago Pastorino
-0
/
+9
2024-05-26
Rollup merge of #124048 - veera-sivarajan:bugfix-123773-c23-variadics, r=comp...
Jubilee
-7
/
+0
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-0
/
+2
2024-04-21
Pass translation closure to add_to_diag_with() as reference
Xiretza
-2
/
+2
2024-04-16
Support C23's Variadics Without a Named Parameter
Veera
-7
/
+0
2024-04-12
Improve diagnostic by suggesting to remove visibility qualifier
morine0122
-0
/
+6
2024-04-04
Fix diagnostic for qualifier in extern block
Arthur Carcano
-2
/
+1
2024-03-11
Rename `AddToDiagnostic` as `Subdiagnostic`.
Nicholas Nethercote
-5
/
+5
2024-03-05
Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.
Nicholas Nethercote
-3
/
+3
2024-02-29
Detect empty leading where-clauses on type aliases
León Orell Valerian Liehr
-11
/
+19
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-4
/
+3
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-3
/
+14
2024-02-08
Add `SubdiagnosticMessageOp` as a trait alias.
Nicholas Nethercote
-15
/
+3
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-19
/
+19
2024-01-12
Allow `~const` on assoc ty bounds again
León Orell Valerian Liehr
-0
/
+17
2024-01-05
Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errors
Matthias Krüger
-0
/
+7
2024-01-05
Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors
Michael Goulet
-2
/
+2
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-2
/
+2
2024-01-02
E0379: Provide suggestions
León Orell Valerian Liehr
-1
/
+18
2024-01-02
E0379: Make diagnostic more precise
León Orell Valerian Liehr
-0
/
+1
2023-12-28
Deny parenthetical notation for negative bounds
León Orell Valerian Liehr
-0
/
+7
2023-12-27
Introduce `const Trait` (always-const trait bounds)
León Orell Valerian Liehr
-0
/
+7
2023-12-22
Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler...
bors
-3
/
+4
2023-12-21
Simple modification of diagnostic information
surechen
-2
/
+2
2023-12-20
Refactor AST trait bound modifiers
León Orell Valerian Liehr
-3
/
+4
2023-12-18
Deny ~const trait bounds in inherent impl headers
León Orell Valerian Liehr
-0
/
+5
2023-12-12
Correctly gate the parsing of match arms without body
Nadrieril
-0
/
+9
2023-11-12
Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-dead
bors
-2
/
+14
2023-11-12
Deny more `~const` trait bounds
León Orell Valerian Liehr
-2
/
+14
2023-10-30
Explicitly reject const C-variadic functions
Nicholas Bishop
-0
/
+11
2023-10-30
Fix bad-c-variadic error being emitted multiple times
Nicholas Bishop
-1
/
+1
2023-09-11
Move let expression checking to parsing
Matthew Jasper
-19
/
+0
2023-08-24
Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov
bors
-0
/
+27
2023-08-24
Parse unnamed fields and anonymous structs or unions
Frank King
-0
/
+27
2023-08-10
Unlock trailing where-clauses for lazy type aliases
León Orell Valerian Liehr
-2
/
+28
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
[prev]
[next]