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
/
library
/
core
/
tests
/
ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2022-04-02
Rollup merge of #95556 - declanvk:nonnull-provenance, r=dtolnay
Dylan DPC
-0
/
+78
2022-04-01
Implement provenance preserving method on NonNull
Declan Kelly
-0
/
+78
2022-03-31
ptr_metadata test: avoid ptr-to-int transmutes
Ralf Jung
-5
/
+5
2022-03-22
Limit test_variadic_fnptr to unix
bjorn3
-1
/
+1
2022-03-20
Don't declare test_variadic_fnptr with two conflicting signatures
bjorn3
-6
/
+8
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2022-01-30
Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum
Eric Huss
-1
/
+0
2022-01-28
update cfg(bootstrap)s
Pietro Albini
-1
/
+0
2022-01-28
Add a test case for using NonNull::new in const context
woppopo
-0
/
+15
2021-12-12
Make `(*mut T)::write_bytes` `const`
woppopo
-0
/
+15
2021-04-04
Bump cfgs
Mark Rousskov
-7
/
+0
2021-02-15
Add a ThinBox library as a libcore test for pointer metadata APIs
Simon Sapin
-0
/
+112
2021-02-15
Fix libcore unit tests in stage 0
Simon Sapin
-1
/
+4
2021-02-15
Add `ptr::from_raw_parts`, `ptr::from_raw_parts_mut`, and `NonNull::from_raw_...
Simon Sapin
-1
/
+28
2021-02-15
Add `size_of`, `align_of`, and `layout` methods to `DynMetadata`
Simon Sapin
-0
/
+20
2021-02-15
Parameterize `DynMetadata` over its `dyn SomeTrait` type
Simon Sapin
-15
/
+20
2021-02-15
Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function
Simon Sapin
-0
/
+87
2020-11-30
Make ui test that are run-pass and do not test the compiler itself library tests
Christiaan Dirkx
-0
/
+13
2020-11-26
Fix new 'unnecessary trailing semicolon' warnings
Aaron Hill
-1
/
+1
2020-08-19
enable align_to tests in Miri
Ralf Jung
-4
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+403