| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-19 | Validate constants during `const_eval_raw` | Oliver Scherer | -22/+0 | |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -1/+9 | |
| 2020-07-05 | catch errors more locally around read_discriminant | Ralf Jung | -1/+1 | |
| 2020-05-30 | miri errors: rename InvalidDiscriminant -> InvalidTag | Ralf Jung | -1/+1 | |
| 2020-04-26 | organize Debug/Display impls a bit more; avoid sign-ignorant decimal display | Ralf Jung | -1/+1 | |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -1/+1 | |
| 2019-08-30 | const-eval tests: make all unions repr(C) | Ralf Jung | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-11-05 | fix validation error on non-integer enum discriminants | Ralf Jung | -1/+1 | |
| 2018-11-01 | Fix double_check tests on big-endian targets | Samuel Holland | -2/+2 | |
| Since the enums get optimized down to 1 byte long, the bits set in the usize member don't align with the enums on big-endian machines. Avoid this issue by shrinking the integer member to the same size as the enums. | ||||
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -1/+1 | |
| 2018-08-28 | address nits | Ralf Jung | -1/+1 | |
| 2018-08-27 | validate enum discriminant whenever it is read | Ralf Jung | -1/+1 | |
| 2018-08-22 | optimize sanity check path printing | Ralf Jung | -1/+1 | |
| During the sanity check, we keep track of the path we are below in a `Vec`. We avoid cloning that `Vec` unless we hit a pointer indirection. The `String` representation is only computed when validation actually fails. | ||||
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+14 | |
