| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-10-24 | s/SmartPointer/CoerceReferent/g | Ding Xiang Fei | -462/+0 | |
| move derive_smart_pointer into removed set | ||||
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -5/+5 | |
| 2024-10-12 | yeet some clones | Matthias Krüger | -1/+1 | |
| 2024-10-06 | Check that `#[pointee]` is applied only to generic arguments | Brezak | -0/+64 | |
| 2024-09-28 | remove couple redundant clones | Matthias Krüger | -1/+1 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -3/+3 | |
| 2024-08-28 | Rollup merge of #129467 - dingxiangfei2009:smart-pointer-relax-pointee, ↵ | Jubilee | -28/+47 | |
| r=compiler-errors derive(SmartPointer): assume pointee from the single generic and better error messages Fix #129465 Actually RFC says that `#[pointee]` can be inferred when there is no ambiguity, or there is only one generic type parameter so to say. cc ```@Darksonn``` r? ```@compiler-errors``` | ||||
| 2024-08-29 | derive(SmartPointer): assume pointee from the single generic and better ↵ | Ding Xiang Fei | -28/+47 | |
| error messages | ||||
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_builtin_macros`. | Nicholas Nethercote | -1/+1 | |
| 2024-08-01 | reject pointee without ?Sized | Ding Xiang Fei | -27/+23 | |
| 2024-07-30 | derive(SmartPointer): rewrite bounds in where and generic bounds | Ding Xiang Fei | -17/+227 | |
| 2024-07-04 | reject SmartPointer constructions not serving the purpose | Ding Xiang Fei | -3/+36 | |
| 2024-06-24 | SmartPointer derive-macro | Xiangfei Ding | -0/+140 | |
| Co-authored-by: Wedson Almeida Filho <walmeida@microsoft.com> | ||||
