rust/src/librustc_trans
bors b63cee4a11 Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelix
It is only allowed in paths now, where it will either work inside a `trait`
or `impl` item, or not resolve outside of it.

[breaking-change]

Closes #22137
2015-02-14 17:01:11 +00:00
..
back Fail nicely when copying artefacts fails 2015-02-11 10:00:56 +02:00
save Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelix 2015-02-14 17:01:11 +00:00
trans Added DestructionScope variant to CodeExtent, representing the area 2015-02-11 08:50:27 +01:00
lib.rs Opt into new box_patterns feature gate in various crates. 2015-02-11 11:47:14 +01:00
README.txt Move trans, back, driver, and back into a new crate, rustc_trans. Reduces memory usage significantly and opens opportunities for more parallel compilation. 2014-11-18 07:32:43 -05:00

See the README.txt in ../librustc.