| .. |
|
auxiliary
|
support const_evaluatable_checked across crate boundaries
|
2020-09-18 17:11:34 +02:00 |
|
abstract-const-as-cast-1.rs
|
support as _ and add tests
|
2021-06-10 14:53:44 +01:00 |
|
abstract-const-as-cast-2.rs
|
support as _ and add tests
|
2021-06-10 14:53:44 +01:00 |
|
abstract-const-as-cast-2.stderr
|
Add more tests + visit_ty in some places
|
2021-06-09 19:28:41 +01:00 |
|
abstract-const-as-cast-3.rs
|
support as _ and add tests
|
2021-06-10 14:53:44 +01:00 |
|
abstract-const-as-cast-3.stderr
|
support as _ and add tests
|
2021-06-10 14:53:44 +01:00 |
|
abstract-const-as-cast-4.rs
|
support as _ and add tests
|
2021-06-10 14:53:44 +01:00 |
|
associated-consts.rs
|
look at assoc ct, check the type of nodes
|
2020-11-07 12:39:52 +01:00 |
|
closures.rs
|
add test for closures in abstract consts
|
2020-09-21 22:01:18 +02:00 |
|
closures.stderr
|
review
|
2020-09-21 23:25:52 +02:00 |
|
cross_crate.rs
|
support const_evaluatable_checked across crate boundaries
|
2020-09-18 17:11:34 +02:00 |
|
cross_crate_predicate.rs
|
const evaluatable: improve TooGeneric handling
|
2020-09-28 20:18:06 +02:00 |
|
cross_crate_predicate.stderr
|
Remove trailing whitespace from error messages
|
2021-08-04 10:48:30 +02:00 |
|
different-fn.rs
|
deal with const_evaluatable_checked in ConstEquate
|
2021-05-19 21:27:51 +02:00 |
|
different-fn.stderr
|
deal with const_evaluatable_checked in ConstEquate
|
2021-05-19 21:27:51 +02:00 |
|
division.rs
|
const_eval_checked: deal with unused nodes + div
|
2020-10-23 12:16:58 +02:00 |
|
dont-eagerly-error-in-is-const-evaluatable.rs
|
errooaaar~
|
2021-03-02 15:47:16 +00:00 |
|
drop_impl.rs
|
dropck
|
2021-08-04 18:30:54 +01:00 |
|
elaborate-trait-pred.rs
|
add const_evaluatable_checked test
|
2021-01-27 13:19:35 +01:00 |
|
eval-privacy.rs
|
Add error message for private fn
|
2021-01-31 20:45:13 +00:00 |
|
eval-privacy.stderr
|
Add error message for private fn
|
2021-01-31 20:45:13 +00:00 |
|
evaluated-to-ambig.rs
|
deal with const_evaluatable_checked in ConstEquate
|
2021-05-19 21:27:51 +02:00 |
|
feature-gate-const_evaluatable_checked.full.stderr
|
update tests
|
2020-12-26 18:24:10 +01:00 |
|
feature-gate-const_evaluatable_checked.min.stderr
|
update tests
|
2020-12-26 18:24:10 +01:00 |
|
feature-gate-const_evaluatable_checked.rs
|
update tests
|
2020-12-26 18:24:10 +01:00 |
|
fn_call.rs
|
Update tests to remove old numeric constants
|
2020-11-29 00:55:55 -05:00 |
|
from-sig-fail.rs
|
const eval errors: display the current item instance if there are generics involved
|
2021-05-28 00:17:47 +02:00 |
|
from-sig-fail.stderr
|
const eval errors: display the current item instance if there are generics involved
|
2021-05-28 00:17:47 +02:00 |
|
from-sig.rs
|
const_evaluatable_checked: collect predicates from fn_sig
|
2020-09-24 09:03:07 +02:00 |
|
impl-bounds.rs
|
visit impl self ty + trait
|
2020-09-24 09:04:26 +02:00 |
|
infer-too-generic.rs
|
const evaluatable: improve TooGeneric handling
|
2020-09-28 20:18:06 +02:00 |
|
less_than.rs
|
initial working state
|
2020-09-18 16:25:25 +02:00 |
|
let-bindings.rs
|
bless tests
|
2020-09-21 21:50:00 +02:00 |
|
let-bindings.stderr
|
update tests
|
2020-09-24 09:07:20 +02:00 |
|
nested-abstract-consts-1.rs
|
comments
|
2021-01-27 14:46:43 +00:00 |
|
nested-abstract-consts-2.rs
|
fix tidy errors
|
2021-01-27 15:09:17 +00:00 |
|
nested_uneval_unification-1.rs
|
more things are const evaluatable *sparkles*
|
2021-02-01 20:05:50 +00:00 |
|
nested_uneval_unification-2.rs
|
fix tidy errors
|
2021-01-27 15:09:17 +00:00 |
|
object-safety-err-ret.rs
|
check for object safety violations in constants
|
2020-10-25 18:33:45 +01:00 |
|
object-safety-err-ret.stderr
|
Support HIR wf checking for function signatures
|
2021-07-20 10:58:14 -05:00 |
|
object-safety-err-where-bounds.rs
|
check for object safety violations in constants
|
2020-10-25 18:33:45 +01:00 |
|
object-safety-err-where-bounds.stderr
|
check for object safety violations in constants
|
2020-10-25 18:33:45 +01:00 |
|
object-safety-ok-infer-err.rs
|
add fixme
|
2020-10-26 13:11:00 +01:00 |
|
object-safety-ok-infer-err.stderr
|
add fixme
|
2020-10-26 13:11:00 +01:00 |
|
object-safety-ok.rs
|
check for object safety violations in constants
|
2020-10-25 18:33:45 +01:00 |
|
simple.min.stderr
|
update tests
|
2020-12-26 18:24:10 +01:00 |
|
simple.rs
|
update tests
|
2020-12-26 18:24:10 +01:00 |
|
simple_fail.full.stderr
|
const eval errors: display the current item instance if there are generics involved
|
2021-05-28 00:17:47 +02:00 |
|
simple_fail.min.stderr
|
const eval errors: display the current item instance if there are generics involved
|
2021-05-28 00:17:47 +02:00 |
|
simple_fail.rs
|
const eval errors: display the current item instance if there are generics involved
|
2021-05-28 00:17:47 +02:00 |
|
subexprs_are_const_evalutable.rs
|
more things are const evaluatable *sparkles*
|
2021-02-01 20:05:50 +00:00 |
|
ty-alias-substitution.rs
|
const_evaluatable: stop looking into type aliases
|
2021-01-27 13:34:45 +01:00 |
|
unop.rs
|
allow unary operations and ignore StorageLive/Dead stmts
|
2020-09-18 17:11:34 +02:00 |
|
unused-complex-default-expr.rs
|
only check cg defaults wf once instantiated
|
2021-07-08 22:57:10 +02:00 |
|
unused_expr.rs
|
const_eval_checked: deal with unused nodes + div
|
2020-10-23 12:16:58 +02:00 |
|
unused_expr.stderr
|
review
|
2020-10-23 15:04:12 +02:00 |