| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-16 | add test | Ralf Jung | -38/+0 | |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -1/+0 | |
| 2020-04-16 | test fast path offset reporting | Ralf Jung | -2/+2 | |
| 2020-03-06 | better error messages for invalid boxes (and a few more tests) | Ralf Jung | -1/+1 | |
| 2020-03-06 | test that we validate boxes | Ralf Jung | -0/+13 | |
| 2020-02-18 | more English grammar | Ralf Jung | -1/+1 | |
| 2019-08-30 | explain why REF_AS_USIZE is important | Ralf Jung | -0/+3 | |
| 2019-08-17 | fix tests | Ralf Jung | -1/+1 | |
| 2019-02-22 | tidy line length override #58617 | Patrick McCarter | -0/+1 | |
| 2019-02-22 | Change byte align message wording #58617 | Patrick McCarter | -1/+1 | |
| 2019-02-22 | Invalid byte alignment expected/provided in message #58617 | Patrick McCarter | -0/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-05 | fix validation error on non-integer enum discriminants | Ralf Jung | -0/+1 | |
| 2018-10-25 | Rebase fallout | Oliver Schneider | -5/+5 | |
| 2018-10-13 | validation: accept pointers in integer arrays | Ralf Jung | -0/+3 | |
| 2018-10-09 | unify handling of thin and fat pointers by moving primitive type handling ↵ | Ralf Jung | -0/+3 | |
| out of aggregate handling Also, make enum variant handling a bit nicer | ||||
| 2018-10-09 | switch validation of scalars to be type-driven | Ralf Jung | -0/+24 | |
| This does not actually regress anything. It would regress NonNull, but we didn't handle that correctly previously either. | ||||
