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-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
2022-10-21
Remove needless special cases and dead code
Oli Scherer
-49
/
+3
2022-10-21
Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors
Dylan DPC
-3
/
+6
2022-10-20
Improve "`~const` is not allowed here" message
Deadbeef
-20
/
+43
2022-10-17
ast_passes: use derive more
David Wood
-3
/
+6
2022-10-10
Rename AssocItemKind::TyAlias to AssocItemKind::Type
Michael Goulet
-2
/
+2
2022-09-26
Allow `~const` bounds on non-const functions
woppopo
-4
/
+3
2022-09-12
Remove unused span argument from `walk_fn`.
Nicholas Nethercote
-1
/
+1
2022-09-12
Remove `path_span` argument to the `visit_path_segment` methods.
Nicholas Nethercote
-5
/
+3
2022-09-09
Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwU
Dylan DPC
-2
/
+2
2022-09-09
Make async fn in traits work
Michael Goulet
-7
/
+0
2022-09-08
update `ParamKindOrd`
lcnr
-2
/
+2
2022-09-02
Refactor and re-use BindingAnnotation
Cameron Steffen
-2
/
+2
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-29
Migrate stable let_chains error to session diagnostics
Nilstrieb
-23
/
+2
[next]