| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -12/+0 | |
| 2022-07-19 | feat: omit suffixes in const generics (e.g. `1_i32`) | Artur Sinila | -1/+1 | |
| Closes #99255 | ||||
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -11/+2 | |
| 2020-12-26 | update tests | Bastian Kauschke | -1/+0 | |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+1 | |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or ↵ | Oliver Scherer | -1/+1 | |
| propagation | ||||
| 2020-05-16 | Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov | Ralf Jung | -1/+2 | |
| Incomplete features can also be unsound Some incomplete features do not just ICE, they are also currently unsound (e.g. https://github.com/rust-lang/rust/pull/72029, and also `specialization` -- which is not yet marked incomplete but [should be](https://github.com/rust-lang/rust/pull/71420)). This makes the message reflect that. While at it I also added a link to the tracking issue, which hopefully should explain what is incomplete/unsound about the feature. | ||||
| 2020-05-09 | display `ConstKind::Param` | Bastian Kauschke | -1/+1 | |
| 2020-05-09 | adjust tests | Ralf Jung | -1/+2 | |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+1 | |
| 2020-03-30 | update tests, improve variable names | Bastian Kauschke | -0/+20 | |
