| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -42/+0 | |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -1/+0 | |
| 2021-11-14 | expand comment | Ralf Jung | -0/+1 | |
| 2021-11-14 | fix getting the discriminant of a zero-variant enum | Ralf Jung | -0/+6 | |
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -1/+1 | |
| 2020-09-07 | Separate feature flags | Ralf Jung | -1/+2 | |
| Co-authored-by: Ivan Tham <pickfire@riseup.net> | ||||
| 2020-09-07 | use black_box instead of local optimziation barriers in const tests where ↵ | Ralf Jung | -11/+6 | |
| possible | ||||
| 2020-03-10 | explain the use of a custom identity function | Bastian Kauschke | -0/+3 | |
| 2020-03-09 | discrimant test must not be inlined! | Bastian Kauschke | -0/+1 | |
| 2020-03-08 | allow dead code in discriminant test | Bastian Kauschke | -0/+1 | |
| 2020-03-08 | test discriminant of enum with uninhabited variant | Bastian Kauschke | -0/+11 | |
| 2020-03-08 | prevent potential promotion in const_discriminant | Bastian Kauschke | -3/+5 | |
| 2020-03-08 | constify `mem::discriminant` | Bastian Kauschke | -0/+22 | |
