| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -14/+0 | |
| 2022-03-07 | Update tests after feature stabilization | Eric Holk | -2/+0 | |
| 2021-08-27 | Introduce `~const` | Deadbeef | -11/+2 | |
| - [x] Removed `?const` and change uses of `?const` - [x] Added `~const` to the AST. It is gated behind const_trait_impl. - [x] Validate `~const` in ast_validation. - [ ] Add enum `BoundConstness` to the HIR. (With variants `NotConst` and `ConstIfConst` allowing future extensions) - [ ] Adjust trait selection and pre-existing code to use `BoundConstness`. - [ ] Optional steps (*for this PR, obviously*) - [ ] Fix #88155 - [ ] Do something with constness bounds in chalk | ||||
| 2021-08-13 | Fix tests | Deadbeef | -1/+3 | |
| 2021-07-27 | Update tests | Jacob Pratt | -1/+0 | |
| 2021-06-18 | bless you | Ralf Jung | -2/+1 | |
| 2021-04-18 | move 'trait bounds on const fn' to separate feature gate | Ralf Jung | -1/+1 | |
| 2021-02-03 | make const_err a future incompat lint | Ralf Jung | -0/+1 | |
| 2019-08-30 | const-eval tests: make all unions repr(C) | Ralf Jung | -0/+1 | |
| 2018-10-29 | Add UI test for #49296 | memoryruins | -0/+23 | |
