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
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
2023-09-11
Move let expression checking to parsing
Matthew Jasper
-103
/
+0
2023-08-24
Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov
bors
-1
/
+84
2023-08-24
Parse unnamed fields and anonymous structs or unions
Frank King
-1
/
+84
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-2
/
+10
2023-08-10
Unlock trailing where-clauses for lazy type aliases
León Orell Valerian Liehr
-44
/
+55
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-6
/
+3
2023-07-11
Lint against misplaced where-clauses on assoc tys in traits
León Orell Valerian Liehr
-15
/
+16
2023-06-27
Simplify some conditions
Maybe Waffle
-4
/
+3
2023-06-12
Fix debug ICE for extern type with where clauses
许杰友 Jieyou Xu (Joe)
-5
/
+15
2023-05-25
Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth
bors
-1
/
+1
2023-05-24
Use `is_some_and`/`is_ok_and` in less obvious spots
Maybe Waffle
-1
/
+1
2023-05-22
Run AST validation on match guards correctly
Matthew Jasper
-3
/
+2
2023-05-02
Disallow associated type constraints on negative bounds
Michael Goulet
-0
/
+12
2023-05-02
Implement negative bounds
Michael Goulet
-1
/
+4
2023-04-12
Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk
Matthias Krüger
-2
/
+0
2023-04-11
Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiser
Yuki Okushi
-14
/
+19
2023-04-10
Remove `..` from return type notation
Michael Goulet
-2
/
+0
2023-04-09
Fix some clippy::complexity
Nilstrieb
-1
/
+1
2023-04-04
Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`
Oli Scherer
-2
/
+2
2023-04-04
box a bunch of large types
Oli Scherer
-3
/
+3
2023-04-04
Split out ast::ItemKind::Const into its own struct
Oli Scherer
-9
/
+7
2023-04-04
rust-analyzer guided tuple field to named field
Oli Scherer
-1
/
+1
2023-04-04
rust-analyzer guided enum variant structification
Oli Scherer
-2
/
+2
2023-04-03
Make "unneccesary visibility qualifier" error much more clear
Tam Pham
-14
/
+19
2023-03-28
Add `(..)` syntax for RTN
Michael Goulet
-5
/
+9
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-4
/
+4
2023-03-04
Remove `allow(potential_query_instability)` from `ast_passes`
clubby789
-2
/
+2
2023-03-03
Match unmatched backticks in comments in compiler/
est31
-1
/
+1
2023-02-25
Complete migrating `ast_passes` to derive diagnostics
clubby789
-382
/
+176
2023-02-22
Move associated type bounds check to ast lowering
Michael Goulet
-32
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-3
/
+4
2023-02-21
Use `ThinVec` in `ast::AngleBracketedArgs`.
Nicholas Nethercote
-1
/
+2
2023-02-17
Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot
Matthias Krüger
-34
/
+0
2023-02-16
Replace some `then`s with some `then_some`s
Maybe Waffle
-1
/
+1
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-1
/
+1
2023-02-16
Add feature gate for non_lifetime_binders
Michael Goulet
-34
/
+0
2023-01-19
Autoderive ExternBlockSuggestion
mejrs
-7
/
+8
2022-12-15
Allow `impl ~const Trait` opaque types
Deadbeef
-7
/
+1
2022-12-01
Auto merge of #104861 - nnethercote:attr-cleanups, r=petrochenkov
bors
-1
/
+1
2022-11-29
`rustc_ast_passes`: remove `ref` patterns
Maybe Waffle
-50
/
+45
2022-11-29
Avoid unnecessary `MetaItem`/`Attribute` conversions.
Nicholas Nethercote
-1
/
+1
2022-11-16
Use `as_deref` in compiler (but only where it makes sense)
Maybe Waffle
-1
/
+1
2022-11-08
Visit attributes of trait impl items during AST validation
León Orell Valerian Liehr
-1
/
+2
2022-10-23
Migrate all diagnostics
Nilstrieb
-3
/
+3
2022-10-22
Rollup merge of #103351 - oli-obk:tilde_const_impls, r=fee1-dead
Matthias Krüger
-49
/
+3
[next]