rust/src/librustc_const_eval
Manish Goregaokar d84993b054 Rollup merge of #34207 - petrochenkov:nohyg, r=jseyfried
Remove last traces of identifier hygiene from HIR

https://github.com/rust-lang/rust/pull/34095/commits/e783a0a5e39d5ae2fa147508197d09a51530fae8 removed the [last](https://github.com/rust-lang/rust/pull/33654#discussion_r63415218) [use](https://github.com/rust-lang/rust/pull/33654#discussion_r63416284) of hygiene at post-resolve compilation stages, so we can avoid renaming during lowering to HIR and just keep original names.

r? @nrc
2016-06-16 01:39:43 +01:00
..
Cargo.toml rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
check_match.rs Remove last traces of identifier hygiene from HIR 2016-06-11 00:12:39 +03:00
diagnostics.rs Fix E0165 code examples 2016-06-01 16:02:23 +02:00
eval.rs Auto merge of #34174 - shepmaster:16-bit-mir, r=Aatch 2016-06-10 19:50:42 -07:00
lib.rs Replace pat_adjust_pos with an iterator adapter 2016-05-26 11:11:58 +03:00