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
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
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
2021-07-19
Auto merge of #87225 - estebank:cleanup, r=oli-obk
bors
-5
/
+1
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-5
/
+1
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-2
/
+3
2020-12-24
use matches!() macro in more places
Matthias Krüger
-4
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+224