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-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
2017-12-28
Prefer to use attr::contains_name() and attr::find_by_name()
Seiichi Uchida
-3
/
+2
2017-12-21
Add GenericParam, refactor Generics in ast, hir, rustdoc
Jonas Platte
-14
/
+34
2017-12-14
add trait aliases to AST
Alex Burka
-0
/
+14
2017-12-07
remove unnecessary change
Agustin Chiappe Berrini
-1
/
+1
2017-12-07
address comments
Agustin Chiappe Berrini
-18
/
+15
2017-12-06
and refactor to just move the checking
Agustin Chiappe Berrini
-6
/
+23
2017-11-30
Implement RFC 2128 (use_nested_groups)
Pietro Albini
-7
/
+19
2017-11-21
Support `::crate` in paths
Vadim Petrochenkov
-13
/
+0
2017-11-11
Always report patterns more complex than `mut IDENT` as errors
Vadim Petrochenkov
-10
/
+16
2017-11-11
Accept interpolated patterns in trait method parameters
Vadim Petrochenkov
-25
/
+10
2017-11-04
Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov
bors
-0
/
+10
2017-11-03
Implemented RFC 2008 for enums (not including variants) and structs.
David Wood
-0
/
+10
2017-11-03
Parse auto traits the same as traits.
leonardo.yvens
-1
/
+16
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-1
/
+1
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-1
/
+1
2017-10-14
Implement `dyn Trait` syntax
Vadim Petrochenkov
-1
/
+1
2017-09-20
Implement underscore lifetimes
Taylor Cramer
-8
/
+0
2017-08-19
Desugar parenthesized generic arguments in HIR
Vadim Petrochenkov
-8
/
+0
2017-08-13
ast_validation: forbid "nonstandard" literal patterns
Ariel Ben-Yehuda
-6
/
+21
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-5
/
+6
2017-07-27
Give span to angle bracketed generic arguments
Vadim Petrochenkov
-8
/
+8
2017-07-27
Discern between `Path` and `Path<>` in AST
Vadim Petrochenkov
-3
/
+3
2017-07-18
Support generic lifetime arguments in method calls
Vadim Petrochenkov
-12
/
+3
2017-07-10
Store all generic arguments for method calls in AST
Vadim Petrochenkov
-0
/
+17
2017-06-27
syntax: allow negative integer literal expression to be interpolated as pattern
Alex Burka
-0
/
+26
2017-05-30
Turn sufficiently old compatibility lints into hard errors
Vadim Petrochenkov
-18
/
+7
2017-05-25
Hygienize lifetimes.
Jeffrey Seyfried
-2
/
+2
2017-05-08
Remove need for &format!(...) or &&"" dances in `span_label` calls
Oliver Schneider
-3
/
+3
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-3
/
+1
2017-01-28
rustc: always keep an explicit lifetime in trait objects.
Eduard-Mihai Burtescu
-0
/
+11
2017-01-24
Refactor parsing of generic arguments/parameters and where clauses
Vadim Petrochenkov
-0
/
+26
2017-01-17
Rename ObjectSum into TraitObject in AST/HIR
Vadim Petrochenkov
-1
/
+1
2017-01-17
AST/HIR: Merge ObjectSum and PolyTraitRef
Vadim Petrochenkov
-2
/
+1
[next]