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
/
src
/
test
/
ui
/
consts
/
offset_from_ub.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-24
interpret, ptr_offset_from: refactor and test too-far-apart check
Ralf Jung
-2
/
+37
2022-07-05
adjust dangling-int-ptr error message
Ralf Jung
-2
/
+2
2022-06-09
interpret: unify offset_from check with offset check
Ralf Jung
-6
/
+6
2022-05-11
Add `unsigned_offset_from` on pointers
Scott McMurray
-2
/
+19
2022-02-13
stabilize const_ptr_offset
SaltyKitkat
-1
/
+1
2022-03-10
adjust offset_from logic: check that both pointers are in-bounds
Ralf Jung
-1
/
+27
2021-11-06
Stabilize `const_raw_ptr_deref` for `*const T`
Jacob Pratt
-1
/
+0
2021-07-14
adjust tests
Ralf Jung
-2
/
+2
2021-06-18
improve test by using intrinsic directly
Ralf Jung
-6
/
+11
2021-06-18
bless you
Ralf Jung
-6
/
+3
2020-08-22
remove feature gate from tests
Ralf Jung
-1
/
+0
2020-04-02
tests: remove ignore directives from tests that mention core/alloc/std spans.
Eduard-Mihai Burtescu
-5
/
+0
2019-12-28
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
Esteban Küber
-1
/
+4
2019-11-04
also test different integers
Ralf Jung
-0
/
+7
2019-11-04
test offset_from with two integers
Ralf Jung
-3
/
+8
2019-11-02
adjust for missing spans on x86 test runner
Ralf Jung
-2
/
+1
2019-10-18
Ignore a test on musl because its ui output differs
Oliver Scherer
-0
/
+3
2019-10-18
Adjust const eval code to reflect `offset_from` docs
Oliver Scherer
-9
/
+0
2019-10-11
Make <*const/mut T>::offset_from `const fn`
Oliver Scherer
-0
/
+44