rust/src/librustc_const_eval
kennytm 4711982314
Removed as many "```ignore" as possible.
Replaced by adding extra imports, adding hidden code (`# ...`), modifying
examples to be runnable (sorry Homura), specifying non-Rust code, and
converting to should_panic, no_run, or compile_fail.

Remaining "```ignore"s received an explanation why they are being ignored.
2017-06-23 15:31:53 +08:00
..
_match.rs Use T as the subpattern type of Box<T> 2017-06-18 16:07:26 +09:00
Cargo.toml rustc_const_eval: move ConstEvalErr to the rustc crate. 2017-04-16 01:31:06 +03:00
check_match.rs rustc: make InferCtxt optional in MemCategorizationContext. 2017-06-10 15:29:18 +03:00
diagnostics.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
eval.rs On-demand is_const_fn 2017-06-13 23:10:59 -07:00
lib.rs Bump version and stage0 compiler 2017-06-19 22:25:05 -07:00
pattern.rs Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis 2017-06-01 11:34:13 +00:00