index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_builtin_macros
/
src
/
deriving
/
debug.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-20
Give `VariantData::Struct` named fields, to clairfy `recovered`.
Alona Enraght-Moony
-2
/
+2
2023-11-09
Emit #[inline] on derive(Debug)
Ben Kimock
-1
/
+1
2023-02-21
Use `ThinVec` in `ast::ExprKind::Match`.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in `ast::PatKind::Struct`.
Nicholas Nethercote
-2
/
+2
2023-02-21
Use `ThinVec` in `ast::Block`.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-7
/
+8
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-6
/
+4
2023-02-07
Add ~const bounds trait bounds when using derive_const
Michael Goulet
-1
/
+4
2023-02-02
Don't generate unecessary `&&self.field` in deriving Debug
clubby789
-5
/
+20
2023-01-30
Allow more deriving on packed structs.
Nicholas Nethercote
-0
/
+1
2023-01-19
Special case `derive(Debug)` for fieldless enums
clubby789
-2
/
+49
2023-01-19
Add enum for fieldless unification
clubby789
-4
/
+5
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-4
/
+3
2022-11-15
Rollup merge of #104391 - nnethercote:deriving-cleanups, r=jackh726
Matthias Krüger
-1
/
+0
2022-11-14
Remove TraitDef::generics.
Nicholas Nethercote
-1
/
+0
2022-11-12
Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk
Dylan DPC
-0
/
+2
2022-09-20
Add the `#[derive_const]` attribute
Deadbeef
-0
/
+2
2022-09-05
Fix `#[derive(Default)]` on a generic `#[default]` enum adding unnecessary `D...
Daniel Henry-Mantilla
-0
/
+1
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-1
/
+1
2022-08-18
Rollup merge of #100669 - nnethercote:attribute-cleanups, r=spastorino
Matthias Krüger
-1
/
+0
2022-08-17
Remove `TraitDef::attributes`.
Nicholas Nethercote
-1
/
+0
2022-08-16
Make `ExtCtxt::expr_lit` non-`pub`.
Nicholas Nethercote
-9
/
+3
2022-07-11
Handle tags better.
Nicholas Nethercote
-2
/
+2
2022-07-11
Remove unnecessary `&*` sigil pairs in derived code.
Nicholas Nethercote
-5
/
+4
2022-07-09
Rename `FieldInfo` fields.
Nicholas Nethercote
-2
/
+2
2022-07-09
Clarify args terminology.
Nicholas Nethercote
-2
/
+2
2022-07-04
Avoid unnecessary blocks in derive output.
Nicholas Nethercote
-8
/
+7
2022-07-01
Rename `Ty::Literal` as `Ty::Path`.
Nicholas Nethercote
-2
/
+2
2022-07-01
Simplify pointer handling.
Nicholas Nethercote
-3
/
+2
2022-07-01
Remove some commented-out code.
Nicholas Nethercote
-2
/
+0
2022-07-01
Remove `{Method,Trait}Def::is_unsafe`.
Nicholas Nethercote
-2
/
+0
2022-06-24
Optimize the code produced by `derive(Debug)`.
Nicholas Nethercote
-88
/
+117
2021-09-10
Introduce a fast path that avoids the `debug_tuple` abstraction when deriving
Patrick Walton
-3
/
+17
2021-08-30
Add let-else to AST
Cameron Steffen
-2
/
+2
2021-02-10
Borrow builder only once in debug derive
Tomasz Miąsko
-9
/
+12
2021-02-01
placate tidy.
Felix S. Klock II
-10
/
+4
2021-02-01
Use UFCS instead of method calls in `derive(Debug)`. See issue 81211 for disc...
Felix S. Klock II
-15
/
+25
2020-11-26
Properly handle attributes on statements
Aaron Hill
-1
/
+2
2020-11-13
Reserve space in advance
Dániel Buga
-1
/
+1
2020-09-10
Attach tokens to `ast::Stmt`
Aaron Hill
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+137