| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -33/+0 | |
| 2022-09-16 | bless tests | Deadbeef | -0/+1 | |
| 2022-05-19 | Proper const stability check, default to unstable | Jacob Pratt | -4/+10 | |
| Rather than deferring to const eval for checking if a trait is const, we now check up-front. This allows the error to be emitted earlier, notably at the same time as other stability checks. Also included in this commit is a change of the default const stability level to UNstable. Previously, an item that was `const` but did not explicitly state it was unstable was implicitly stable. | ||||
| 2022-02-03 | Add missing const stability attributes | Jacob Pratt | -5/+7 | |
| 2022-02-03 | Require const stability on all stable const items | Jacob Pratt | -6/+18 | |
| This was supposed to be the case previously, but a missed method call meant that trait impls were not checked. | ||||
| 2020-09-25 | Test for missing const-stability attributes | Dylan MacKenzie | -0/+12 | |
