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-08-27
Remove path prefixes from NodeKind
varkor
-3
/
+3
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-2
/
+2
2018-08-25
Properly prevent the promotion of unstable const fns
Oliver Schneider
-3
/
+0
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-22
Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez
bors
-1
/
+3
2018-08-22
Rollup merge of #53504 - ekse:suggestions-applicability-2, r=estebank
Guillaume Gomez
-1
/
+3
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-3
/
+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-11
Clean up and add extra tests
varkor
-2
/
+2
2018-08-11
Emit an error during parsing
varkor
-13
/
+8
2018-08-11
Improve diagnostics
varkor
-2
/
+10
2018-08-11
Fix handling of trait methods with bodies and improve efficiency
varkor
-12
/
+14
2018-08-11
Suggest replacing patterns with underscores
varkor
-2
/
+5
2018-08-11
Emit error for pattern arguments in trait methods
varkor
-1
/
+13
2018-08-09
[nll] librustc_passes: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-08-07
Add HirId to VisibilityKind::Restricted
Mark Rousskov
-2
/
+2
2018-08-04
Use diagnostic API on Session
Mark Rousskov
-1
/
+1
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
[prev]
[next]