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
/
test
/
run-pass
/
dynamic-drop.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-25
Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj
kennytm
-1
/
+1
2018-03-21
Make resuming generators unsafe instead of the creation of immovable generato...
John Kåre Alsaker
-1
/
+1
2018-03-20
Stabilize slice patterns without `..`
Vadim Petrochenkov
-1
/
+2
2018-02-17
Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis
bors
-0
/
+46
2018-02-08
add transform for uniform array move out
Mikhail Modin
-0
/
+46
2018-01-22
Add dynamic-drop test to nll tests also
Santiago Pastorino
-0
/
+3
2017-12-02
create a drop ladder for an array if any value is moved out
Mikhail Modin
-1
/
+37
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-0
/
+2
2017-10-17
look past the next drop for the drop panic target
Ariel Ben-Yehuda
-5
/
+17
2017-10-17
fix generator drop caching
Ariel Ben-Yehuda
-1
/
+23
2017-08-10
For box expressions, use NZ drop instead of a free block
Ariel Ben-Yehuda
-0
/
+6
2017-06-28
re-add the call to `super_statement` in EraseRegions
Ariel Ben-Yehuda
-0
/
+15
2017-05-28
move "ADT master drop flag" logic to `open_drop_for_adt_contents`
Ariel Ben-Yehuda
-0
/
+25
2017-05-28
translate array drop glue using MIR
Ariel Ben-Yehuda
-0
/
+11
2016-09-16
fix dynamic drop for unions
Ariel Ben-Yehuda
-1
/
+24
2016-08-24
Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.
Eduard Burtescu
-4
/
+0
2016-06-04
fix translation of terminators in MSVC cleanup blocks
Ariel Ben-Yehuda
-17
/
+73
2016-06-03
implement drop elaboration
Ariel Ben-Yehuda
-0
/
+100