| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-07-26 | bless tests, remove nonexistent E0395 | Deadbeef | -10/+0 | |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -1/+1 | |
| 2020-06-20 | Refer just to the issue in the raw ptr cmp diagnostic instead of explaining ↵ | Oliver Scherer | -3/+1 | |
| everything in the diagnostic | ||||
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -2/+3 | |
| 2020-06-19 | Remove the const_raw_ptr_comparison feature gate. | Oliver Scherer | -5/+4 | |
| We can never supply a meaningful implementation of this. Instead, the follow up commits will create two intrinsics that approximate comparisons: * `ptr_maybe_eq` * `ptr_maybe_ne` The fact that `ptr_maybe_eq(a, b)` is not necessarily the same value as `!ptr_maybe_ne(a, b)` is a symptom of this entire problem. | ||||
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -1/+1 | |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -1/+1 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -1/+1 | |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -1/+2 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2019-01-21 | Declare some unconst operations as unsafe in const fn | Oliver Scherer | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-08-07 | Make sure the feature gate actually works and never allows promoting these ↵ | Oliver Schneider | -1/+1 | |
| operations | ||||
| 2018-08-07 | Also put comparing raw pointers behind a feature gate | Oliver Schneider | -4/+6 | |
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -1/+1 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2018-02-08 | Move some E0XXX to `ui` | Esteban Küber | -0/+8 | |
