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_mir
/
build
Age
Commit message (
Expand
)
Author
Lines
2019-12-05
Handle non_exhaustive in borrow checking
Matthew Jasper
-1
/
+1
2019-10-22
Move Place::elem methods and friends to TyCtxt
Santiago Pastorino
-35
/
+39
2019-10-22
Intern place projection
Santiago Pastorino
-23
/
+30
2019-10-22
Pattern match over PlaceRef rather than Place
Santiago Pastorino
-49
/
+46
2019-10-12
fix #[unwind(abort)] for Rust ABIs
Ralf Jung
-8
/
+5
2019-10-09
Revert "Make `into` schedule drop for the destination"
Matthew Jasper
-144
/
+59
2019-10-07
Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk
bors
-82
/
+160
2019-10-04
Make `into` schedule drop for the destination
Matthew Jasper
-65
/
+151
2019-10-04
clean up GeneratorSubsts
csmoe
-1
/
+1
2019-10-02
Rollup merge of #64922 - spastorino:make-place-builder, r=nikomatsakis
Mazdak Farrokhzad
-30
/
+114
2019-10-02
Use PlaceBuilder to avoid a lot of slice -> vec -> slice convertions
Santiago Pastorino
-30
/
+114
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-4
/
+4
2019-09-29
remove bit_set re-export from rustc_data_structures
csmoe
-3
/
+3
2019-09-29
Get the type of a local from `local_decls` in `schedule_drop`
Matthew Jasper
-17
/
+9
2019-09-28
rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.
Eduard-Mihai Burtescu
-4
/
+21
2019-09-26
Rename `hair::Pattern` to `hair::Pat`
varkor
-14
/
+14
2019-09-26
Rename `PatternTypeProjection` to `PatTyProj`
varkor
-1
/
+1
2019-09-26
Rename `hair::PatternRange` to `hair::PatRange`
varkor
-5
/
+5
2019-09-26
Rename `hair::PatternKind` to `hair::PatKind`
varkor
-58
/
+58
2019-09-26
Rename `hair::FieldPattern` to `hair::FieldPat`
varkor
-2
/
+2
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-3
/
+3
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-1
/
+1
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-2
/
+2
2019-09-26
Auto merge of #64513 - varkor:sty-begone, r=eddyb
bors
-9
/
+9
2019-09-25
Rename `sty` to `kind`
varkor
-9
/
+9
2019-09-25
Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasper
Mazdak Farrokhzad
-3
/
+3
2019-09-19
whoops, only trigger this path for avoiding DROP, not StorageDead
Niko Matsakis
-8
/
+8
2019-09-19
avoid generating drops for moved operands of calls
Niko Matsakis
-4
/
+92
2019-09-19
make clear that `invalidate` just replaces with `default`
Niko Matsakis
-2
/
+1
2019-09-19
replace boolean with lazy iteration
Niko Matsakis
-19
/
+20
2019-09-16
Use while let slice_pattern instead of carrying an index around
Santiago Pastorino
-2
/
+3
2019-09-16
or-patterns: HAIR: `Arm.patterns: Vec<Pattern<'_>>` -> `.pattern: Pattern<'_>`.
Mazdak Farrokhzad
-3
/
+3
2019-09-13
Auto merge of #63420 - spastorino:place2_5, r=oli-obk
bors
-56
/
+55
2019-09-13
Make all projection base names be proj_base
Santiago Pastorino
-3
/
+3
2019-09-13
Avoid math and use patterns to grab projection base
Santiago Pastorino
-10
/
+6
2019-09-11
Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes
Santiago Pastorino
-16
/
+24
2019-09-09
Use rposition to find the position of an elem
Santiago Pastorino
-8
/
+7
2019-09-09
Convert Place's projection to a boxed slice
Santiago Pastorino
-33
/
+29
2019-09-08
Update bind_and_guard_matched_candidate docs.
Mazdak Farrokhzad
-7
/
+3
2019-08-29
Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank
Mazdak Farrokhzad
-1
/
+1
2019-08-28
Add Option<Span> to `require_lang_item`
Yuki Okushi
-1
/
+1
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-2
/
+2
2019-08-26
Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obk
bors
-2
/
+2
2019-08-25
Permit unwinding through FFI by default
Mark Rousskov
-1
/
+1
2019-08-22
Move def_id out add substsref
Wesley Wiser
-1
/
+2
2019-08-22
Move promoted out of mir::Body
Wesley Wiser
-1
/
+0
2019-08-17
initial implementation of or-pattern parsing
Dan Robertson
-2
/
+1
2019-08-17
Initial implementation of or patterns
varkor
-0
/
+12
[next]