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
/
src
/
libcore
/
tests
/
ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-22
Format the world
Mark Rousskov
-1
/
+1
2019-12-20
Make ptr::slice_from_raw_parts a const fn available under a feature flag
Dodo
-0
/
+11
2019-12-09
Rollup merge of #67119 - RalfJung:miri-test-libstd, r=alexcrichton
Tyler Mandry
-3
/
+3
2019-12-07
libcore: ignore tests in Miri instead of removing them entirely
Ralf Jung
-3
/
+3
2019-12-06
Format libcore with rustfmt (including tests and benches)
David Tolnay
-25
/
+34
2019-08-05
fix slice comparison
Ralf Jung
-1
/
+1
2019-08-05
Test content, not value
Ralf Jung
-1
/
+1
2019-08-04
fix UB in a test
Ralf Jung
-2
/
+1
2019-07-03
enable a few more tests in Miri and update the comment for others
Ralf Jung
-3
/
+2
2019-02-17
Remove UB in test_ptr_subtraction test
Konrad Borowski
-2
/
+4
2019-02-17
Remove UB in test_is_null test
Konrad Borowski
-3
/
+2
2019-02-13
review or fix remaining miri failures in libcore
Ralf Jung
-2
/
+7
2019-02-07
disable tests in Miri
Ralf Jung
-0
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-07-25
Add missing dyn
Tatsuyuki Ishi
-10
/
+10
2018-05-17
Fix align_offset_stride1 & align_to_simple tests
Simonas Kazlauskas
-1
/
+1
2018-05-17
Implement [T]::align_to
Simonas Kazlauskas
-0
/
+89
2018-01-20
Mark Unique as perma-unstable, with the feature renamed to ptr_internals.
Simon Sapin
-2
/
+2
2017-11-19
Remove `T: Sized` on `ptr::is_null()`
Josh Stone
-0
/
+33
2017-10-10
Restore `T: Sized` on `ptr::is_null`
Josh Stone
-33
/
+0
2017-09-30
Use unsized coercions for null ptr tests
Josh Stone
-25
/
+41
2017-09-29
Avoid the UB of a null reference to a slice
Josh Stone
-10
/
+24
2017-09-29
Remove `T: Sized` on `ptr::is_null()`, `as_ref()`, `as_mut()`
Josh Stone
-0
/
+54
2017-07-22
Rename {NonZero,Shared,Unique}::new to new_unchecked
Simon Sapin
-1
/
+1
2017-05-04
fallout from NonZero/Unique/Shared changes
Alexis Beingessner
-4
/
+4
2017-04-03
Move libXtest into libX/tests
Stjepan Glavina
-0
/
+214