rust/compiler/rustc_const_eval/src
Matthias Krüger e6bb00fff5
Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqd
Improve size assertions.

- For any file with four or more size assertions, move them into a
  separate module (as is already done for `hir.rs`).
- Add some more for AST nodes and THIR nodes.
- Put the `hir.rs` ones in alphabetical order.

r? `@lqd`
2022-08-01 16:49:33 +02:00
..
const_eval now we can make scalar_to_ptr a method on Scalar 2022-07-23 10:36:57 -04:00
interpret Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqd 2022-08-01 16:49:33 +02:00
transform Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=oli-obk 2022-07-27 17:55:04 +02:00
util cleanup mir visitor for rustc::pass_by_value 2022-07-01 16:21:21 +02:00
errors.rs Migrate MutDeref, TransientMutBorrow diagnostics 2022-07-08 03:48:10 +00:00
lib.rs Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk 2022-07-17 19:28:01 +00:00
might_permit_raw_init.rs Use constant eval to do strict validity checks 2022-07-14 22:55:17 +01:00