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
/
library
/
core
/
src
/
ptr
/
metadata.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-12
Flip cfg's for bootstrap bump
Mark Rousskov
-2
/
+1
2023-06-20
Merge attrs, better validation
Michael Goulet
-2
/
+2
2023-06-20
Add rustc_do_not_implement_via_object
Michael Goulet
-0
/
+1
2022-12-28
Update bootstrap cfg
Pietro Albini
-1
/
+1
2022-11-14
Add rustc_deny_explicit_impl
Michael Goulet
-0
/
+1
2022-08-21
Use ptr::metadata in <[T]>::len implementation
Konrad Borowski
-7
/
+7
2022-08-12
Adjust cfgs
Mark Rousskov
-18
/
+0
2022-07-20
various nits from review
Ralf Jung
-2
/
+1
2022-07-20
use extern type for extra opaqueness
Ralf Jung
-7
/
+8
2022-07-20
incorporate some review feedback
Ralf Jung
-0
/
+3
2022-07-20
add intrinsic to access vtable size and align
Ralf Jung
-2
/
+24
2021-06-25
Fix a few misspellings.
Eric Huss
-1
/
+1
2021-02-15
Pointer metadata: add tracking issue number
Simon Sapin
-7
/
+7
2021-02-15
Fix intra-doc link to raw pointer method
Simon Sapin
-1
/
+1
2021-02-15
More doc-comments for pointer metadata APIs
Simon Sapin
-4
/
+86
2021-02-15
Add `to_raw_parts` methods to `*const`, `*mut`, and `NonNull`
Simon Sapin
-1
/
+2
2021-02-15
Add `ptr::from_raw_parts`, `ptr::from_raw_parts_mut`, and `NonNull::from_raw_...
Simon Sapin
-6
/
+38
2021-02-15
Add `size_of`, `align_of`, and `layout` methods to `DynMetadata`
Simon Sapin
-8
/
+38
2021-02-15
Parameterize `DynMetadata` over its `dyn SomeTrait` type
Simon Sapin
-6
/
+49
2021-02-15
Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function
Simon Sapin
-0
/
+77