| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -23/+0 | |
| 2022-09-16 | bless tests | Deadbeef | -1/+1 | |
| 2022-07-07 | Reword comments and rename HIR visiting methods. | Camille GILLOT | -6/+6 | |
| 2022-05-19 | Proper const stability check, default to unstable | Jacob Pratt | -1/+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 | -2/+2 | |
| 2022-02-03 | Require const stability on all stable const items | Jacob Pratt | -3/+9 | |
| 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/+8 | |
