rust/src/librustc_trans
bors 339a409bfd Auto merge of #31430 - nagisa:mir-dyndrop, r=nikomatsakis
Zeroing on-drop seems to work fine. Still thinking about the best way to approach zeroing on-move.

(based on top of the other drop PR; only the last 2 commits are relevant)
2016-03-01 23:30:49 +00:00
..
back #31820 - Utilize if..let instead of single match branch 2016-02-23 21:21:51 +05:30
save Split ast::PatKind::Enum into tuple struct and path patterns 2016-02-13 15:51:27 +03:00
trans Auto merge of #31430 - nagisa:mir-dyndrop, r=nikomatsakis 2016-03-01 23:30:49 +00:00
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
diagnostics.rs
lib.rs Warn when reexporting a private extern crate 2016-02-24 01:34:20 +00:00
README.txt

See the README.md in ../librustc.