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
Age
Commit message (
Expand
)
Author
Lines
2018-09-04
Properly prevent the promotion of unstable const fns
Oliver Schneider
-3
/
+0
2018-07-29
Change order of copy and borrow to avoid conflict
Matthew Jasper
-1
/
+2
2018-07-28
Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis
kennytm
-1
/
+1
2018-07-27
Use slices where a vector is not necessary
ljedrz
-1
/
+1
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-12
/
+2
2018-07-16
ExprKind
csmoe
-37
/
+37
2018-07-16
DeclKind
csmoe
-2
/
+2
2018-07-16
StmtKind
csmoe
-3
/
+3
2018-07-16
BinOpKind
csmoe
-3
/
+3
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
[next]