rust/src/librustc_trans
bors 0d1cd9bd6a Auto merge of #31685 - petrochenkov:patrefact2, r=eddyb
And split `PatKind::Enum` into `PatKind::TupleStruct` and `PatKind::Path`.
This is the HIR part of https://github.com/rust-lang/rust/pull/31581.
This is also kind of a preparation for https://github.com/rust-lang/rfcs/pull/1492.

r? @eddyb
2016-02-17 06:01:49 +00:00
..
back trans: Don't link whole rlibs to executables 2016-02-14 11:45:59 -08:00
save Split ast::PatKind::Enum into tuple struct and path patterns 2016-02-13 15:51:27 +03:00
trans Auto merge of #31685 - petrochenkov:patrefact2, r=eddyb 2016-02-17 06:01:49 +00:00
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
diagnostics.rs Update long error explanations 2016-02-07 13:03:35 +01:00
lib.rs Remove old #[allow(trivial_casts)] annotations 2016-02-08 09:35:09 -08:00
README.txt Make librustc's markdown README.txt claim to be markdown. 2015-03-20 13:29:13 +01:00

See the README.md in ../librustc.