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
2025-07-18
AST lowering: More robustly deal with relaxed bounds
León Orell Valerian Liehr
-7
/
+0
2025-06-17
Reject union default field values
Jieyou Xu
-0
/
+7
2025-03-23
Stabilize precise_capturing_in_traits
Michael Goulet
-8
/
+0
2025-03-01
Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errors
Matthias Krüger
-3
/
+18
2025-02-28
Tweak invalid RTN errors
Esteban Küber
-3
/
+18
2025-02-28
Tweak incorrect ABI suggestion
Esteban Küber
-2
/
+3
2025-02-11
Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=Sparr...
Matthias Krüger
-2
/
+3
2025-02-09
compiler: remove `abi`-specific `extern "{abi}"` suggestions
Jubilee Young
-16
/
+1
2025-01-29
show supported register classes
Folkert de Vries
-2
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-09
Detect `struct S(ty = val);`
Esteban Küber
-0
/
+8
2024-12-09
Introduce `default_field_values` feature
Esteban Küber
-8
/
+0
2024-11-24
Make s390x non-clobber-only vector register support unstable
Taiki Endo
-0
/
+8
2024-11-16
Fix ICE when passing DefId-creating args to legacy_const_generics.
Luca Versari
-0
/
+23
2024-08-27
Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau
Matthias Krüger
-40
/
+40
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-1
/
+1
2024-08-16
Add `warn(unreachable_pub)` to `rustc_ast_lowering`.
Nicholas Nethercote
-40
/
+40
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+4
2024-06-28
Make sure we deny unimplemented RTN on qpath segments
Michael Goulet
-0
/
+5
2024-06-28
Change RTN to use .. again
Michael Goulet
-0
/
+6
2024-06-24
Deny use<> for RPITITs
Michael Goulet
-0
/
+8
2024-04-28
Add a note to the ArbitraryExpressionInPattern error
est31
-0
/
+2
2024-04-24
Error on using `yield` without also using `#[coroutine]` on the closure
Oli Scherer
-0
/
+9
2024-04-21
Pass translation closure to add_to_diag_with() as reference
Xiretza
-1
/
+1
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
[next]