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
/
generic
Age
Commit message (
Expand
)
Author
Lines
2022-08-17
Remove `attrs` arg from `typaram` and `mk_ty_param`.
Nicholas Nethercote
-4
/
+3
2022-08-17
Remove `TraitDef::attributes`.
Nicholas Nethercote
-6
/
+2
2022-08-16
Remove `{ast,hir}::WhereEqPredicate::id`.
Nicholas Nethercote
-5
/
+1
2022-08-13
avoid cloning and then iterating
KaDiWa
-2
/
+1
2022-08-11
Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`.
Nicholas Nethercote
-6
/
+2
2022-08-01
Don't derive `PartialEq::ne`.
Nicholas Nethercote
-16
/
+0
2022-07-18
Don't add attribute to allow unused-qualifications to derive impl's
Samrat Man Singh
-9
/
+1
2022-07-13
Use `&{self.x}` for packed `Copy` structs.
Nicholas Nethercote
-19
/
+33
2022-07-11
Handle tags better.
Nicholas Nethercote
-158
/
+150
2022-07-11
Move the no-variants handling code earlier in `expand_enum_method_body`.
Nicholas Nethercote
-5
/
+6
2022-07-11
Avoid some unnecessary blocks in derive output.
Nicholas Nethercote
-0
/
+8
2022-07-11
Rename tag-related things.
Nicholas Nethercote
-23
/
+20
2022-07-11
Remove unnecessary `&*` sigil pairs in derived code.
Nicholas Nethercote
-16
/
+32
2022-07-11
Remove unnecessary sigils and `ref`s in derived code.
Nicholas Nethercote
-89
/
+55
2022-07-11
Remove `mutbl` argument from `create_struct_patterns`.
Nicholas Nethercote
-4
/
+1
2022-07-09
Minor updates based on review comments.
Nicholas Nethercote
-15
/
+10
2022-07-09
Simplify `cs_fold`.
Nicholas Nethercote
-39
/
+44
2022-07-09
Cut down large comment about zero-variant enums.
Nicholas Nethercote
-49
/
+3
2022-07-09
Avoid transposes in deriving code.
Nicholas Nethercote
-218
/
+183
2022-07-09
Remove `FieldInfo::attrs`.
Nicholas Nethercote
-17
/
+13
2022-07-09
Rename `FieldInfo` fields.
Nicholas Nethercote
-14
/
+15
2022-07-09
Clarify args terminology.
Nicholas Nethercote
-95
/
+127
2022-07-05
Inline and remove the `cs_fold_*` functions.
Nicholas Nethercote
-48
/
+14
2022-07-05
Avoid the unnecessary innermost match in `partial_cmp`/`cmp`.
Nicholas Nethercote
-25
/
+0
2022-07-04
Avoid unnecessary 1-tuples in derived code.
Nicholas Nethercote
-2
/
+10
2022-07-04
Avoid unnecessary blocks in derive output.
Nicholas Nethercote
-37
/
+77
2022-07-04
Don't use match-destructuring for derived ops on structs.
Nicholas Nethercote
-44
/
+80
2022-07-04
Comment fixes.
Nicholas Nethercote
-2
/
+1
2022-07-01
Change `Ty::Tuple` to `Ty::Unit`.
Nicholas Nethercote
-11
/
+5
2022-07-01
Rename `Ty::Literal` as `Ty::Path`.
Nicholas Nethercote
-3
/
+3
2022-07-01
Remove lifetime support in deriving code.
Nicholas Nethercote
-22
/
+6
2022-07-01
Simplify pointer handling.
Nicholas Nethercote
-76
/
+26
2022-07-01
Remove some unnecessary `pub`s.
Nicholas Nethercote
-3
/
+3
2022-07-01
Remove `Substructure::self_args`.
Nicholas Nethercote
-18
/
+2
2022-07-01
Remove `{Method,Trait}Def::is_unsafe`.
Nicholas Nethercote
-16
/
+2
2022-07-01
Remove `Substructure::method_ident`.
Nicholas Nethercote
-9
/
+1
2022-07-01
Remove unnecessary fields from `EnumNonMatchingCollapsed`.
Nicholas Nethercote
-25
/
+9
2022-07-01
Use `split_{first,last}` in `cs_fold1`.
Nicholas Nethercote
-9
/
+8
2022-06-27
Merge `build_enum_match_tuple` into `expand_enum_method_body`.
Nicholas Nethercote
-52
/
+20
2022-06-27
Improve derived discriminant testing.
Nicholas Nethercote
-21
/
+16
2022-05-27
Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant error
Esteban Küber
-1
/
+3
2022-05-25
Fix a typo on Struct `Substructure`
Yuki Okushi
-1
/
+1
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-6
/
+9
2022-03-05
Change syntax for TyAlias where clauses
Jack Huey
-0
/
+5
2021-12-09
Remove redundant [..]s
est31
-10
/
+10
2021-12-03
Annotate `derive`d spans and move span suggestion code
Esteban Kuber
-61
/
+74
2021-12-03
Remove some unnecessarily verbose code
Esteban Kuber
-20
/
+5
2021-12-03
Keep spans for generics in `#[derive(_)]` desugaring
Esteban Kuber
-23
/
+19
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-13
/
+13
2021-10-17
rustc_span: `Ident::invalid` -> `Ident::empty`
Vadim Petrochenkov
-1
/
+1
[prev]
[next]