rust/src/librustc_const_eval
Niko Matsakis 810e0151af convert calls to visit_all_item_likes_in_krate
We no longer need to track the tasks in these cases since these
particular tasks have no outputs (except, potentially, errors...)  and
they always execute.
2017-04-18 07:08:40 -04:00
..
_match.rs Fix various useless derefs and slicings 2017-03-27 08:58:00 +02:00
Cargo.toml rustc_const_eval: move ConstEvalErr to the rustc crate. 2017-04-16 01:31:06 +03:00
check_match.rs convert calls to visit_all_item_likes_in_krate 2017-04-18 07:08:40 -04:00
diagnostics.rs rustc_const_eval: move ConstEvalErr to the rustc crate. 2017-04-16 01:31:06 +03:00
eval.rs rustc: use monomorphic const_eval for cross-crate enum discriminants. 2017-04-16 01:31:37 +03:00
lib.rs rustc_const_eval: move ConstEvalErr to the rustc crate. 2017-04-16 01:31:06 +03:00
pattern.rs rustc_const_eval: move ConstEvalErr to the rustc crate. 2017-04-16 01:31:06 +03:00