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
2021-04-25
Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkor
bors
-1
/
+1
2021-04-21
Review comments
Jack Huey
-29
/
+25
2021-04-21
loosen ordering restricts for `const_generics_defaults`
lcnr
-1
/
+1
2021-04-21
Move nested quantification check to ast_validation
Jack Huey
-9
/
+38
2021-04-07
Disable using non-ascii identifiers in extern blocks.
Charles Lew
-1
/
+23
2021-03-23
progress, stuff compiles now
lcnr
-17
/
+9
2021-03-23
Some refactoring
varkor
-1
/
+1
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-0
/
+11
2021-02-18
ast: Keep expansion status for out-of-line module items
Vadim Petrochenkov
-2
/
+4
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-12
/
+18
2021-01-10
Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit...
bors
-8
/
+17
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-3
/
+3
2021-01-01
make `const_generics_defaults` use the unstable syntax mechanism
Rémy Rakic
-14
/
+0
2021-01-01
adjust const generics defaults FIXMEs to the new feature gate
Rémy Rakic
-1
/
+1
2021-01-01
first pass at default values for const generics
Julian Knodt
-2
/
+16
2020-12-31
Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkor
Dylan DPC
-25
/
+31
2020-12-30
Take type defaults into account in suggestions to reorder generic parameters
max-heller
-25
/
+31
2020-12-30
Rename kw::Invalid -> kw::Empty
Joshua Nelson
-1
/
+1
2020-12-26
stabilize min_const_generics
Bastian Kauschke
-6
/
+4
2020-12-21
add suggest for PatternsInWithoutBody
Daiki Ihara
-8
/
+17
2020-12-08
Clarify the 'default is only allowed on...' error
Camelid
-1
/
+1
2020-11-27
Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov
bors
-1
/
+3
2020-11-25
ast and parser
b-naber
-1
/
+3
2020-11-17
Use `span_suggestion_verbose` instead of `span_suggestion` for `fn` with qual...
ThePuzzlemaker
-1
/
+1
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-1
/
+1
2020-10-29
Fix typos
Dániel Buga
-1
/
+1
2020-10-16
Lower inline const's AST to HIR
Santiago Pastorino
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-4
/
+1
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-2
/
+2
2020-09-10
Syntactically permit unsafety on mods
David Tolnay
-2
/
+8
2020-08-30
mv compiler to compiler/
mark
-0
/
+1448