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
/
clone.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-2
/
+2
2025-02-08
Rustfmt
bjorn3
-8
/
+14
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-10-01
Remove anon struct and union types
Michael Goulet
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-16
/
+10
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-04-26
Adjust some `pub`s.
Nicholas Nethercote
-1
/
+1
2024-04-14
builtin-derive: tag → discriminant
Ralf Jung
-2
/
+2
2024-03-28
change BuiltinDeriveFn type to get ExtCtxt by immutable ref and fix signatures
klensy
-1
/
+1
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-2
/
+2
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-1
/
+1
2024-02-12
Add `#[derive(Clone, Copy)]` to anonymous adts
Frank King
-1
/
+3
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-6
/
+6
2023-12-20
Give `VariantData::Struct` named fields, to clairfy `recovered`.
Alona Enraght-Moony
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-4
/
+4
2023-05-26
Avoid some unnecessary local `attr` variables.
Nicholas Nethercote
-2
/
+1
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-4
/
+4
2023-02-21
Use `ThinVec` in a few more AST types.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in `ast::Block`.
Nicholas Nethercote
-2
/
+2
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-1
/
+1
2023-01-30
Allow more deriving on packed structs.
Nicholas Nethercote
-0
/
+1
2023-01-21
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
bors
-2
/
+4
2023-01-19
Add enum for fieldless unification
clubby789
-2
/
+4
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-06
`rustc_builtin_macros`: remove `ref` patterns
Maybe Waffle
-8
/
+8
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-2
/
+1
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-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-2
/
+2
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-1
/
+1
2022-08-17
Remove `TraitDef::attributes`.
Nicholas Nethercote
-1
/
+0
2022-07-11
Handle tags better.
Nicholas Nethercote
-4
/
+2
2022-07-11
Remove unnecessary `&*` sigil pairs in derived code.
Nicholas Nethercote
-1
/
+1
2022-07-09
Remove `FieldInfo::attrs`.
Nicholas Nethercote
-1
/
+1
2022-07-09
Rename `FieldInfo` fields.
Nicholas Nethercote
-1
/
+1
2022-07-09
Clarify args terminology.
Nicholas Nethercote
-1
/
+1
2022-07-04
Don't repeat `AssertParamIs{Clone,Eq}` assertions.
Nicholas Nethercote
-8
/
+18
2022-07-04
Avoid unnecessary blocks in derive output.
Nicholas Nethercote
-8
/
+7
2022-07-01
Rename `Ty::Literal` as `Ty::Path`.
Nicholas Nethercote
-1
/
+1
2022-07-01
Simplify pointer handling.
Nicholas Nethercote
-1
/
+1
2022-07-01
`expand_deriving_clone` tweaks.
Nicholas Nethercote
-28
/
+22
2022-07-01
Remove `{Method,Trait}Def::is_unsafe`.
Nicholas Nethercote
-2
/
+0
2022-06-27
Convert `process_variant` functions into closures.
Nicholas Nethercote
-6
/
+6
2022-06-27
Factor out the repeated `assert_ty_bounds` function.
Nicholas Nethercote
-22
/
+16
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-02-19
Adopt let else in more places
est31
-4
/
+3
[next]