summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/deriving/debug.rs
AgeCommit message (Expand)AuthorLines
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-1/+1
2022-08-18Rollup merge of #100669 - nnethercote:attribute-cleanups, r=spastorinoMatthias Krüger-1/+0
2022-08-17Remove `TraitDef::attributes`.Nicholas Nethercote-1/+0
2022-08-16Make `ExtCtxt::expr_lit` non-`pub`.Nicholas Nethercote-9/+3
2022-07-11Handle tags better.Nicholas Nethercote-2/+2
2022-07-11Remove unnecessary `&*` sigil pairs in derived code.Nicholas Nethercote-5/+4
2022-07-09Rename `FieldInfo` fields.Nicholas Nethercote-2/+2
2022-07-09Clarify args terminology.Nicholas Nethercote-2/+2
2022-07-04Avoid unnecessary blocks in derive output.Nicholas Nethercote-8/+7
2022-07-01Rename `Ty::Literal` as `Ty::Path`.Nicholas Nethercote-2/+2
2022-07-01Simplify pointer handling.Nicholas Nethercote-3/+2
2022-07-01Remove some commented-out code.Nicholas Nethercote-2/+0
2022-07-01Remove `{Method,Trait}Def::is_unsafe`.Nicholas Nethercote-2/+0
2022-06-24Optimize the code produced by `derive(Debug)`.Nicholas Nethercote-88/+117
2021-09-10Introduce a fast path that avoids the `debug_tuple` abstraction when derivingPatrick Walton-3/+17
2021-08-30Add let-else to ASTCameron Steffen-2/+2
2021-02-10Borrow builder only once in debug deriveTomasz Miąsko-9/+12
2021-02-01placate tidy.Felix S. Klock II-10/+4
2021-02-01Use UFCS instead of method calls in `derive(Debug)`. See issue 81211 for disc...Felix S. Klock II-15/+25
2020-11-26Properly handle attributes on statementsAaron Hill-1/+2
2020-11-13Reserve space in advanceDániel Buga-1/+1
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-1/+1
2020-08-30mv compiler to compiler/mark-0/+137