rust/src/librustc_const_eval
Ariel Ben-Yehuda 5c717a6fc2 implement RFC495 semantics for slice patterns
non-MIR translation is still not supported for these and will happily ICE.

This is a [breaking-change] for many uses of slice_patterns.
2016-06-09 00:38:38 +03:00
..
Cargo.toml rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
check_match.rs implement RFC495 semantics for slice patterns 2016-06-09 00:38:38 +03:00
diagnostics.rs Fix E0165 code examples 2016-06-01 16:02:23 +02:00
eval.rs rustc_const_eval: work around double rounding. 2016-06-05 19:18:28 +03:00
lib.rs Replace pat_adjust_pos with an iterator adapter 2016-05-26 11:11:58 +03:00