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-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
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
[next]