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
/
src
/
librustc_ast_passes
/
ast_validation.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-1448
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-12
Flip order of const & type
kadmin
-1
/
+1
2020-08-10
Auto merge of #74953 - JulianKnodt:master, r=lcnr
bors
-7
/
+11
2020-08-09
Change Ord impl for ParamKindOrd
kadmin
-1
/
+0
2020-08-09
Switched to unordered field in ParamKindOrd
kadmin
-2
/
+6
2020-08-09
Add ParamKindOrd::ConstUnordered variant
kadmin
-2
/
+1
2020-08-09
Blessed old test where error message had changed
kadmin
-4
/
+1
2020-08-09
Test lifetimes after types after consts forbidden
kadmin
-6
/
+6
2020-08-09
Added +1 test for only works w/ feat const gen
kadmin
-2
/
+5
2020-08-08
Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov
bors
-5
/
+3
2020-08-08
Rm restriction on ord of default types w/ consts
kadmin
-1
/
+2
2020-08-08
Allow types to come after consts in AST validation
julianknodt
-0
/
+1
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-5
/
+3
2020-08-05
add min_const_generics feature gate
Bastian Kauschke
-1
/
+7
2020-07-23
tweak wording
Bastian Kauschke
-1
/
+1
2020-07-22
require type defaults to be after const generic parameters
Bastian Kauschke
-6
/
+19
2020-06-23
Record span of `const` kw in GenericParamKind
Ayaz Hafiz
-3
/
+3
2020-05-17
Disallow forbidden usage of non-ascii identifiers.
Charles Lew
-2
/
+37
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-1
/
+1
2020-05-04
Add docstring to `deny_equality_constraints`
Esteban Küber
-0
/
+2
2020-05-04
On incorrect equality constraint likely to be assoc type, suggest appropriate...
Esteban Küber
-11
/
+83
2020-04-13
allow const generics in const fn
Bastian Kauschke
-24
/
+1
2020-04-05
Reduce the visual clutter
Esteban Küber
-2
/
+7
2020-04-05
review comments: use `partition_map`
Esteban Küber
-21
/
+12
2020-03-29
review comment: wording
Esteban Küber
-8
/
+1
2020-03-29
Suggest correct order for arguments when encountering early constraints
Esteban Küber
-21
/
+35
2020-03-28
Suggest correct order for args and constraints
Esteban Küber
-0
/
+23
2020-03-28
Point at all constraints before args
Esteban Küber
-14
/
+28
2020-03-27
add the label back but make it shorter
Mazdak Farrokhzad
-1
/
+2
2020-03-27
address some review comments
Mazdak Farrokhzad
-5
/
+1
2020-03-27
parse: move constraint/arg restriction to ast_validation.
Mazdak Farrokhzad
-11
/
+45
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-2
/
+2
2020-03-26
simplify match stmt
Bastian Kauschke
-5
/
+1
2020-03-25
Rename `def_span` to `guess_head_span`
Esteban Küber
-2
/
+2
2020-03-21
Rollup merge of #70032 - lcnr:issue69970, r=varkor
Dylan DPC
-0
/
+2
2020-03-19
sort generic param order in generics_of
Bastian Kauschke
-0
/
+2
2020-03-15
Rollup merge of #69589 - petrochenkov:maccall, r=Centril
Mazdak Farrokhzad
-1
/
+1
2020-03-12
ast: `Mac`/`Macro` -> `MacCall`
Vadim Petrochenkov
-1
/
+1
2020-03-12
Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril
Mazdak Farrokhzad
-49
/
+77
2020-03-11
review comments
Esteban Küber
-51
/
+52
2020-03-10
review comments
Esteban Küber
-37
/
+16
2020-03-06
review comment
Esteban Küber
-15
/
+10
2020-03-06
Suggest removal of auto trait super traits and type params
Esteban Küber
-1
/
+13
2020-03-06
Further tweak spans in ast validation errors
Esteban Küber
-11
/
+48
2020-03-05
review comments
Esteban Küber
-28
/
+24
2020-03-04
Tweak output for invalid negative impl AST errors
Esteban Küber
-10
/
+18
2020-03-01
ast: Unmerge structures for associated items and foreign items
Vadim Petrochenkov
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-5
/
+5
2020-02-27
Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakis
bors
-65
/
+17
[next]