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-11-07
Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco
kennytm
-1
/
+1
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-11-03
Extended elaboration for trait aliases to include arbitrary bounds.
Alexander Regueiro
-19
/
+0
2018-10-23
fix typos in various places
Matthias Krüger
-8
/
+8
2018-09-17
Fill in suggestions Applicability according to @estebank
Vitaly _Vi Shukela
-1
/
+1
2018-09-16
Remove usages of span_suggestion without Applicability
Vitaly _Vi Shukela
-1
/
+2
2018-09-12
Rollup merge of #54031 - ljedrz:cleanup_passes, r=oli-obk
kennytm
-30
/
+23
2018-09-07
A few cleanups and minor improvements to rustc_passes
ljedrz
-30
/
+23
2018-09-07
Added note referencing issue which added error.
David Wood
-0
/
+3
2018-09-02
Moved let-chain warning/error to ast_validation and changed to unconditional ...
David Wood
-0
/
+48
2018-08-22
Rollup merge of #53504 - ekse:suggestions-applicability-2, r=estebank
Guillaume Gomez
-1
/
+3
2018-08-20
Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb
bors
-4
/
+3
2018-08-20
Fix diagnostic regression
varkor
-1
/
+3
2018-08-20
Set applicability for more suggestions.
Sébastien Duquette
-1
/
+3
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-19
Address minor comments
varkor
-4
/
+1
2018-08-04
Use diagnostic API on Session
Mark Rousskov
-1
/
+1
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
[next]