| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-28 | expand: Micro-optimize prelude injection | Vadim Petrochenkov | -2/+2 | |
| Use `splice` to avoid shifting the other items twice. Put `extern crate std;` first so it's already resolved when we resolve `::std::prelude::rust_20XX`. | ||||
| 2025-04-16 | Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` tests | Lukas Wirth | -0/+1 | |
| These emit prelude imports which means they are always edition dependent | ||||
| 2025-02-09 | rename the trait to validity and place a feature gate afront | Ding Xiang Fei | -1/+1 | |
| 2025-02-09 | introduce CoercePointeeWellformed for coherence checks at typeck stage | Ding Xiang Fei | -0/+2 | |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -1/+1 | |
| 2024-10-24 | s/SmartPointer/CoerceReferent/g | Ding Xiang Fei | -2/+2 | |
| move derive_smart_pointer into removed set | ||||
| 2024-08-13 | derive(SmartPointer): register helper attributes | Ding Xiang Fei | -0/+43 | |
