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_passes
Age
Commit message (
Expand
)
Author
Lines
2018-07-14
Auto merge of #52318 - TheDarkula:master, r=oli-obk
bors
-129
/
+196
2018-07-14
Removed the promotable field from CheckCrateVisitor and replaced it with the ...
Meade Kincke
-129
/
+196
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-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+2
2018-07-07
General fixes and cleanup.
Meade Kincke
-31
/
+24
2018-07-07
Omitted the walk in visit_expr()
Meade Kincke
-65
/
+174
2018-07-02
Fix issue-50585 test
varkor
-2
/
+2
2018-07-02
Fix an ICE using break and continue as array lengths
varkor
-1
/
+6
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-23
Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov
bors
-2
/
+2
2018-06-23
Rename ExprAgain to ExprContinue
varkor
-2
/
+2
2018-06-21
Explicitly ban async in trait impls
Taylor Cramer
-0
/
+1
2018-06-21
Async methods
Taylor Cramer
-0
/
+9
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
-5
/
+5
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
Use ParamBounds in WhereRegionPredicate
varkor
-4
/
+4
2018-06-20
Lift bounds into GenericParam
varkor
-11
/
+11
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-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-2
/
+2
2018-06-03
Do not promote union field accesses
Oliver Schneider
-1
/
+8
2018-06-01
also check `let` arms and nested patterns for mutable borrows
Niko Matsakis
-5
/
+34
2018-05-31
Auto merge of #51182 - eddyb:not-just-visibility, r=nikomatsakis
bors
-8
/
+8
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-8
/
+8
2018-05-30
rustc: don't visit lifetime parameters through visit_lifetime.
Eduard-Mihai Burtescu
-0
/
+7
2018-05-29
rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.
Felix S. Klock II
-0
/
+1
2018-05-25
pacify the mercilous tidy
Niko Matsakis
-1
/
+2
2018-05-24
restore emplacement syntax (obsolete)
Niko Matsakis
-0
/
+6
2018-05-24
Enforce stability of const fn in promoteds
Oliver Schneider
-4
/
+24
2018-05-23
Rollup merge of #50849 - est31:visit_closure_args, r=michaelwoerister
kennytm
-1
/
+2
2018-05-20
Rollup merge of #50829 - est31:master, r=estebank
kennytm
-0
/
+2
2018-05-17
CheckLoopVisitor: also visit closure arguments
est31
-1
/
+2
2018-05-17
Turn some functions from `token.rs` into methods on `Ident`
Vadim Petrochenkov
-4
/
+2
2018-05-17
CheckLoopVisitor: also visit break expressions
est31
-0
/
+2
2018-05-17
Rollup merge of #50793 - jrlusby:master, r=petrochenkov
kennytm
-10
/
+95
2018-05-17
Rollup merge of #50788 - varkor:missing-const-cast, r=cramertj
kennytm
-1
/
+1
2018-05-16
Address review comments
est31
-11
/
+11
2018-05-16
Add feature gate label_break_value
est31
-0
/
+1
[prev]
[next]