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
/
tests
/
ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-26
Put all coretests in a separate crate
bjorn3
-994
/
+0
2025-01-08
update cfg(bootstrap)
Pietro Albini
-1
/
+1
2024-12-23
core: fix const ptr::swap_nonoverlapping when there are pointers at odd offse...
Ralf Jung
-10
/
+53
2024-12-02
Allow fn pointers comparisons lint in library
Urgau
-0
/
+1
2024-11-30
add test for bytewise ptr::swap of a pointer
Ralf Jung
-0
/
+19
2024-11-03
remove const-support for align_offset
Ralf Jung
-257
/
+0
2024-08-12
ignore some vtable/fn ptr equality tests in Miri, their result is not fully p...
Ralf Jung
-3
/
+6
2024-07-26
Fix doc nits
John Arundel
-1
/
+1
2024-05-29
[ACP 362] genericize `ptr::from_raw_parts`
Scott McMurray
-2
/
+2
2024-05-28
Add an intrinsic for `ptr::metadata`
Scott McMurray
-0
/
+12
2024-04-21
Use it in the library, and `InstSimplify` it away in the easy places
Scott McMurray
-0
/
+8
2024-03-31
Require Pointee::Metadata to be Freeze
Stepan Koltsov
-1
/
+2
2024-03-29
Require Debug for Pointee::Metadata
Stepan Koltsov
-1
/
+9
2024-03-16
Add as_(mut_)ptr and as_(mut_)slice to raw array pointers
Yotam Ofek
-0
/
+13
2024-02-21
rename ptr::invalid -> ptr::without_provenance
Ralf Jung
-30
/
+30
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-4
/
+3
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+3
2024-01-11
apply fmt
klensy
-4
/
+20
2024-01-02
Adjust library tests for unused_tuple_struct_fields -> dead_code
Jake Goulding
-19
/
+19
2023-06-15
Extend `unused_must_use` to cover block exprs
许杰友 Jieyou Xu (Joe)
-1
/
+1
2023-02-12
avoid mixing accesses of ptrs derived from a mutable ref and parent ptrs
Ralf Jung
-3
/
+3
2022-12-30
Replace libstd, libcore, liballoc in line comments.
jonathanCogan
-1
/
+1
2022-12-28
Update bootstrap cfg
Pietro Albini
-18
/
+0
2022-11-20
avoid non-strict-provenance casts in libcore tests
Ralf Jung
-1
/
+1
2022-11-19
update provenance test
Lukas Markeffsky
-2
/
+46
2022-11-19
fix const `align_offset` implementation
Lukas Markeffsky
-41
/
+63
2022-11-19
add coretests for `is_aligned`
Lukas Markeffsky
-0
/
+48
2022-11-19
add coretests for const `align_offset`
Lukas Markeffsky
-0
/
+165
2022-10-22
Fix mod_inv termination for the last iteration
Simonas Kazlauskas
-0
/
+12
2022-08-23
Make use of `[wrapping_]byte_{add,sub}`
Maybe Waffle
-1
/
+1
2022-07-16
Auto merge of #98866 - nagisa:nagisa/align-offset-wroom, r=Mark-Simulacrum
bors
-27
/
+36
2022-07-17
Add a special case for align_offset /w stride != 1
Simonas Kazlauskas
-27
/
+36
2022-07-05
Rollup merge of #97712 - RalfJung:untyped, r=scottmcm
Dylan DPC
-0
/
+25
2022-07-01
update cfg(bootstrap)s
Pietro Albini
-10
/
+7
2022-06-27
libcore tests: avoid int2ptr casts
Ralf Jung
-13
/
+13
2022-06-07
Use repr(C) when depending on struct layout in ptr tests
Ben Kimock
-0
/
+1
2022-06-05
change ptr::swap methods to do untyped copies
Ralf Jung
-0
/
+25
2022-06-03
test const_copy to make sure bytewise pointer copies are working
Ralf Jung
-0
/
+40
2022-05-13
Extend ptr::null and null_mut to all thin (including extern) types
Simon Sapin
-0
/
+12
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
[next]