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
/
src
/
librustc_passes
/
ast_validation.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-27
Use slices where a vector is not necessary
ljedrz
-1
/
+1
2018-07-14
Address comments
Vadim Petrochenkov
-1
/
+1
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-13
/
+15
2018-07-01
Auto merge of #51883 - estebank:placement-suggestion, r=varkor
bors
-6
/
+21
2018-06-28
Suggest correct comparison against negative literal
Esteban Küber
-6
/
+21
2018-06-27
Generate the `NodeId` for `existential type` in the AST
Oliver Schneider
-3
/
+3
2018-06-21
Explicitly ban async in trait impls
Taylor Cramer
-0
/
+1
2018-06-21
Async methods
Taylor Cramer
-0
/
+8
2018-06-21
Parse async fn header.
Without Boats
-2
/
+2
2018-06-20
Make GenericBound explicit
varkor
-3
/
+3
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-1
/
+1
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-2
/
+2
2018-06-20
Take advantage of the lifetime refactoring
varkor
-2
/
+2
2018-06-20
Lift bounds into GenericParam
varkor
-7
/
+7
2018-06-20
Rename structures in ast
varkor
-8
/
+8
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-24
/
+19
2018-06-20
Remove AngleBracketedArgs impl
varkor
-7
/
+10
2018-06-20
Remove methods from ast::GenericParam and ast::Generics
varkor
-1
/
+1
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-48
/
+40
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-9
/
+9
2018-06-20
Make method and variable names more consistent
varkor
-6
/
+6
2018-06-20
Rename "parameter" to "arg"
varkor
-10
/
+10
2018-05-30
rustc: don't visit lifetime parameters through visit_lifetime.
Eduard-Mihai Burtescu
-0
/
+7
2018-05-25
pacify the mercilous tidy
Niko Matsakis
-1
/
+2
2018-05-24
restore emplacement syntax (obsolete)
Niko Matsakis
-0
/
+6
2018-05-17
Turn some functions from `token.rs` into methods on `Ident`
Vadim Petrochenkov
-4
/
+2
2018-05-13
Macros: Add a 'literal' fragment specifier
Dan Aloni
-1
/
+1
2018-04-23
Auto merge of #49372 - Phlosioneer:inherent-impl-default-error-message, r=nagisa
bors
-1
/
+3
2018-04-16
Changed help message to note
Phlosioneer
-1
/
+1
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-17
/
+18
2018-04-03
expand macro invocations in `extern {}` blocks
Austin Bonander
-1
/
+17
2018-03-27
Add emit call to error message
Phlosioneer
-1
/
+1
2018-03-26
Better error message when trying to write default impls
Phlosioneer
-1
/
+3
2018-03-23
Merge branch 'master' of https://github.com/Lymia/rust into rollup
Alex Crichton
-2
/
+2
2018-03-19
#49133 - Reworded the Error message: "`pub` not needed here" message
Dileep Bapat
-1
/
+1
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-2
/
+2
2018-03-17
syntax: Make `_` an identifier
Vadim Petrochenkov
-2
/
+4
2018-03-06
make bounds on higher-kinded lifetimes a hard error in ast_validation
Ralf Jung
-0
/
+41
2018-02-24
Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakis
Manish Goregaokar
-0
/
+135
2018-02-18
Change ast::Visibility to Spanned type
Seiichi Uchida
-15
/
+14
2018-02-13
Disallow projections from impl Trait types
Taylor Cramer
-1
/
+67
2018-02-13
Make nested impl Trait a hard error
Taylor Cramer
-0
/
+69
2018-01-22
AST/HIR: Add a separate structure for labels
Vadim Petrochenkov
-8
/
+5
2018-01-15
Rollup merge of #47417 - petrochenkov:noasm, r=estebank
kennytm
-0
/
+3
2018-01-14
syntax: Rewrite parsing of impls
Vadim Petrochenkov
-2
/
+14
2018-01-13
Move "no asm" check into AST validation
Vadim Petrochenkov
-0
/
+3
2018-01-13
Re-add support for `impl Trait for ..` to the parser
Vadim Petrochenkov
-1
/
+6
2018-01-13
Address review.
leonardo.yvens
-3
/
+3
2018-01-13
Remove wfcheck for auto traits, remove dead error codes
leonardo.yvens
-6
/
+6
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-3
/
+0
[next]