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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_ast_passes
/
src
/
ast_validation.rs
Age
Commit message (
Expand
)
Author
Lines
2024-04-11
fix attribute validation on associated items in traits
gvozdvmozgu
-0
/
+1
2024-03-07
Rollup merge of #122004 - fmease:astvalidator-min-fix, r=compiler-errors
Guillaume Gomez
-27
/
+30
2024-03-05
Move visitor utils to `rustc_ast_ir`
Jason Newcomb
-2
/
+1
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-4
/
+4
2024-03-05
AST validation: Improve handling of inherent impls nested within functions an...
León Orell Valerian Liehr
-27
/
+30
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2024-02-29
Detect empty leading where-clauses on type aliases
León Orell Valerian Liehr
-28
/
+35
2024-02-29
AST: Refactor type alias where clauses
León Orell Valerian Liehr
-14
/
+13
2024-02-21
Remove an `unchecked_error_guaranteed` call.
Nicholas Nethercote
-3
/
+4
2024-02-15
Add an `ErrorGuaranteed` to `ast::TyKind::Err`.
Nicholas Nethercote
-1
/
+2
2024-02-13
Rollup merge of #120751 - estebank:issue-68982, r=nnethercote
Matthias Krüger
-35
/
+89
2024-02-12
check uniqueness of nested fields
Frank King
-1
/
+1
2024-02-12
Lower anonymous structs or unions to HIR
Frank King
-1
/
+1
2024-02-08
Do not leave stray commas after applying suggestion
Esteban Küber
-61
/
+56
2024-02-07
Provide more suggestions on invalid equality where bounds
Esteban Küber
-4
/
+63
2024-01-12
Allow `~const` on assoc ty bounds again
León Orell Valerian Liehr
-5
/
+33
2024-01-05
Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errors
Matthias Krüger
-5
/
+16
2024-01-02
E0379: Provide suggestions
León Orell Valerian Liehr
-34
/
+96
2024-01-02
E0379: Make diagnostic more precise
León Orell Valerian Liehr
-1
/
+1
2023-12-28
Deny parenthetical notation for negative bounds
León Orell Valerian Liehr
-5
/
+16
2023-12-27
Introduce `const Trait` (always-const trait bounds)
León Orell Valerian Liehr
-2
/
+5
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-28
/
+28
2023-12-22
Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler...
bors
-16
/
+17
2023-12-20
Refactor AST trait bound modifiers
León Orell Valerian Liehr
-16
/
+17
2023-12-20
Give `VariantData::Struct` named fields, to clairfy `recovered`.
Alona Enraght-Moony
-2
/
+2
2023-12-18
Auto merge of #117818 - fmease:properly-reject-defaultness-on-free-consts, r=...
bors
-5
/
+7
2023-12-18
Auto merge of #119069 - matthiaskrgr:rollup-xxk4m30, r=matthiaskrgr
bors
-2
/
+10
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `AstValidator::err_handler` as `AstValidator::dcx`.
Nicholas Nethercote
-41
/
+38
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-2
/
+2
2023-12-18
Deny ~const trait bounds in inherent impl headers
León Orell Valerian Liehr
-2
/
+10
2023-12-10
remove redundant imports
surechen
-2
/
+2
2023-12-08
Rename some more coro_kind -> coroutine_kind
Michael Goulet
-2
/
+2
2023-12-08
Make some matches exhaustive to avoid bugs, fix tools
Michael Goulet
-5
/
+6
2023-12-08
coro_kind -> coroutine_kind
Michael Goulet
-1
/
+1
2023-12-04
Address code review feedback
Eric Holk
-1
/
+1
2023-12-04
Option<CoroutineKind>
Eric Holk
-2
/
+7
2023-12-04
Merge Async and Gen into CoroutineKind
Eric Holk
-1
/
+1
2023-11-24
Add `Span` to `TraitBoundModifier`
Deadbeef
-3
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-10
/
+8
2023-11-12
Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-dead
bors
-45
/
+30
2023-11-12
Deny more `~const` trait bounds
León Orell Valerian Liehr
-45
/
+30
2023-11-11
Reject defaultness on free consts
León Orell Valerian Liehr
-5
/
+7
2023-10-31
Use `if let` to reduce some excessive indentation.
Nicholas Nethercote
-53
/
+45
2023-10-30
Explicitly reject const C-variadic functions
Nicholas Bishop
-2
/
+17
2023-10-30
Fix bad-c-variadic error being emitted multiple times
Nicholas Bishop
-5
/
+13
2023-10-13
Format all the let chains in compiler
Michael Goulet
-28
/
+40
2023-09-30
Validate `~const` trait bounds on associated fns.
Raekye
-22
/
+34
[next]