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
/
cmp
Age
Commit message (
Expand
)
Author
Lines
2025-08-09
remove `P`
Deadbeef
-5
/
+4
2025-07-17
Make `derive_const` usable within libcore again
Oli Scherer
-0
/
+5
2025-06-03
Rollup merge of #141724 - Sol-Ell:issue-141141-fix, r=nnethercote
Matthias Krüger
-57
/
+158
2025-06-02
Separately check equality of the scalar types and compound types in the order...
Ell
-57
/
+158
2025-05-28
Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.
Nicholas Nethercote
-1
/
+1
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-1
/
+1
2025-02-08
Rustfmt
bjorn3
-4
/
+7
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-8
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-12
/
+9
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-13
/
+16
2024-05-09
Auto merge of #124157 - wutchzone:partial_eq, r=estebank
bors
-3
/
+2
2024-04-26
Adjust some `pub`s.
Nicholas Nethercote
-5
/
+5
2024-04-23
Do not add leading asterisk in the `PartialEq`
Daniel Sedlak
-3
/
+2
2024-04-14
builtin-derive: tag → discriminant
Ralf Jung
-10
/
+10
2024-03-28
change BuiltinDeriveFn type to get ExtCtxt by immutable ref and fix signatures
klensy
-4
/
+4
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-3
/
+3
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-1
/
+1
2024-03-06
Add MatchKind member to the Match expr for pretty printing & fmt
Ross Smyth
-1
/
+1
2024-01-24
remove StructuralEq trait
Ralf Jung
-13
/
+0
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+5
2023-12-03
Parse a pattern with no arm
Nadrieril
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-24
/
+31
2023-09-18
simplify inject_impl_of_structural_trait
Ralf Jung
-9
/
+27
2023-09-08
Rework no_coverage to coverage(off)
Andy Caldwell
-1
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-4
/
+4
2023-05-26
Avoid some unnecessary local `attr` variables.
Nicholas Nethercote
-13
/
+8
2023-02-21
Use `ThinVec` in `ast::ExprKind::Match`.
Nicholas Nethercote
-2
/
+2
2023-02-21
Use `ThinVec` in `ast::Block`.
Nicholas Nethercote
-2
/
+2
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-2
/
+2
2023-02-01
Fix syntax in `-Zunpretty-expanded` output for derived `PartialEq`.
Nicholas Nethercote
-5
/
+19
2023-01-30
Allow more deriving on packed structs.
Nicholas Nethercote
-0
/
+4
2023-01-28
Auto merge of #103659 - clubby789:improve-partialord-derive, r=nagisa
bors
-9
/
+73
2023-01-19
Add enum for fieldless unification
clubby789
-4
/
+4
2023-01-15
Special case deriving `PartialOrd` for certain enum layouts
clubby789
-9
/
+73
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-12
/
+9
2022-11-15
Rollup merge of #104391 - nnethercote:deriving-cleanups, r=jackh726
Matthias Krüger
-4
/
+0
2022-11-14
Remove TraitDef::generics.
Nicholas Nethercote
-4
/
+0
2022-11-12
Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk
Dylan DPC
-0
/
+8
2022-09-20
Add the `#[derive_const]` attribute
Deadbeef
-0
/
+8
2022-09-05
Fix `#[derive(Default)]` on a generic `#[default]` enum adding unnecessary `D...
Daniel Henry-Mantilla
-0
/
+4
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-7
/
+8
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-4
/
+4
2022-08-18
Auto merge of #98655 - nnethercote:dont-derive-PartialEq-ne, r=dtolnay
bors
-41
/
+25
2022-08-17
Remove `TraitDef::attributes`.
Nicholas Nethercote
-4
/
+0
2022-08-01
Don't derive `PartialEq::ne`.
Nicholas Nethercote
-41
/
+25
2022-07-11
Handle tags better.
Nicholas Nethercote
-22
/
+0
2022-07-11
Remove unnecessary `&*` sigil pairs in derived code.
Nicholas Nethercote
-10
/
+19
2022-07-09
Simplify `cs_fold`.
Nicholas Nethercote
-123
/
+70
2022-07-09
Fix some inconsistencies.
Nicholas Nethercote
-58
/
+31
2022-07-09
Rename `FieldInfo` fields.
Nicholas Nethercote
-23
/
+34
[next]