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
/
smart_ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-24
s/SmartPointer/CoerceReferent/g
Ding Xiang Fei
-462
/
+0
2024-10-14
Move trait bound modifiers into ast::PolyTraitRef
Michael Goulet
-5
/
+5
2024-10-12
yeet some clones
Matthias Krüger
-1
/
+1
2024-10-06
Check that `#[pointee]` is applied only to generic arguments
Brezak
-0
/
+64
2024-09-28
remove couple redundant clones
Matthias Krüger
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-08-28
Rollup merge of #129467 - dingxiangfei2009:smart-pointer-relax-pointee, r=com...
Jubilee
-28
/
+47
2024-08-29
derive(SmartPointer): assume pointee from the single generic and better error...
Ding Xiang Fei
-28
/
+47
2024-08-16
Add `warn(unreachable_pub)` to `rustc_builtin_macros`.
Nicholas Nethercote
-1
/
+1
2024-08-01
reject pointee without ?Sized
Ding Xiang Fei
-27
/
+23
2024-07-30
derive(SmartPointer): rewrite bounds in where and generic bounds
Ding Xiang Fei
-17
/
+227
2024-07-04
reject SmartPointer constructions not serving the purpose
Ding Xiang Fei
-3
/
+36
2024-06-24
SmartPointer derive-macro
Xiangfei Ding
-0
/
+140