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
/
tests
/
ui
/
deriving
Age
Commit message (
Expand
)
Author
Lines
2025-01-24
Skip suggestions in `derive`d code
Esteban Küber
-0
/
+22
2024-12-04
make CoercePointee errors translatable
Ding Xiang Fei
-7
/
+7
2024-11-27
Update tests to use new proc-macro header
Eric Huss
-8
/
+4
2024-11-26
tests: remove `//@ pretty-expanded` usages
许杰友 Jieyou Xu (Joe)
-13
/
+0
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-1
/
+1
2024-10-24
s/SmartPointer/CoerceReferent/g
Ding Xiang Fei
-183
/
+199
2024-10-06
Check that `#[pointee]` is applied only to generic arguments
Brezak
-1
/
+58
2024-08-29
derive(SmartPointer): assume pointee from the single generic and better error...
Ding Xiang Fei
-16
/
+61
2024-08-13
derive(SmartPointer): register helper attributes
Ding Xiang Fei
-0
/
+163
2024-08-05
Rollup merge of #127907 - RalfJung:byte_slice_in_packed_struct_with_derive, r...
Matthias Krüger
-93
/
+0
2024-08-01
reject pointee without ?Sized
Ding Xiang Fei
-10
/
+46
2024-07-30
derive(SmartPointer): rewrite bounds in where and generic bounds
Ding Xiang Fei
-0
/
+144
2024-07-27
built-in derive: remove BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE hack and lint
Ralf Jung
-93
/
+0
2024-07-06
Mark format! with must_use hint
lukas
-1
/
+1
2024-07-04
reject SmartPointer constructions not serving the purpose
Ding Xiang Fei
-0
/
+121
2024-06-25
Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoerister
Matthias Krüger
-1
/
+1
2024-06-25
Detect unused structs which derived Default
mu001999
-1
/
+1
2024-06-24
SmartPointer derive-macro
Xiangfei Ding
-0
/
+55
2024-04-23
Do not add leading asterisk in the `PartialEq`
Daniel Sedlak
-8
/
+46
2024-04-14
builtin-derive: tag → discriminant
Ralf Jung
-47
/
+47
2024-03-27
Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...
Oli Scherer
-5
/
+5
2024-03-03
Move tests
Caio
-0
/
+17
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-71
/
+71
2024-02-07
Update tests
r0cky
-1
/
+1
2024-01-30
Provide more context on derived obligation error primary label
Esteban Küber
-1
/
+1
2024-01-24
remove StructuralEq trait
Ralf Jung
-28
/
+0
2024-01-02
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
Jake Goulding
-3
/
+3
2023-11-24
Show number in error message even for one error
Nilstrieb
-1
/
+1
2023-11-21
improve help for multiple `#[default]` variants
Lukas Markeffsky
-38
/
+103
2023-11-09
Emit #[inline] on derive(Debug)
Ben Kimock
-0
/
+15
2023-09-08
Rework no_coverage to coverage(off)
Andy Caldwell
-14
/
+14
2023-07-16
Generate safe stable code for derives on empty enums
David Tolnay
-9
/
+5
2023-06-27
Don't sort strings right after we just sorted by types
Michael Goulet
-5
/
+5
2023-05-26
Inline derived `hash` function.
Nicholas Nethercote
-0
/
+15
2023-05-08
Move tests
Caio
-0
/
+20
2023-02-02
Don't generate unecessary `&&self.field` in deriving Debug
clubby789
-7
/
+7
2023-02-01
Fix syntax in `-Zunpretty-expanded` output for derived `PartialEq`.
Nicholas Nethercote
-3
/
+3
2023-01-30
Allow more deriving on packed structs.
Nicholas Nethercote
-81
/
+580
2023-01-28
Auto merge of #103659 - clubby789:improve-partialord-derive, r=nagisa
bors
-28
/
+23
2023-01-19
Special case `derive(Debug)` for fieldless enums
clubby789
-5
/
+6
2023-01-15
Special case deriving `PartialOrd` for certain enum layouts
clubby789
-28
/
+23
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+3111