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.stderr
Age
Commit message (
Expand
)
Author
Lines
2022-06-09
interpret: unify offset_from check with offset check
Ralf Jung
-7
/
+7
2022-05-11
Add `unsigned_offset_from` on pointers
Scott McMurray
-1
/
+13
2022-04-11
Bless tests that broke in a trivial way due to change in deaggregation
Jakob Degen
-3
/
+3
2022-03-10
adjust offset_from logic: check that both pointers are in-bounds
Ralf Jung
-4
/
+22
2021-11-06
Stabilize `const_raw_ptr_deref` for `*const T`
Jacob Pratt
-6
/
+6
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-1
/
+1
2021-07-14
adjust tests
Ralf Jung
-28
/
+12
2021-06-18
improve test by using intrinsic directly
Ralf Jung
-48
/
+15
2021-06-18
bless you
Ralf Jung
-60
/
+33
2021-05-07
fix null pointer error messages
Ralf Jung
-1
/
+1
2021-05-06
use CheckInAllocMsg::PointerArithmeticTest for ptr_offset error
Ralf Jung
-1
/
+1
2021-02-03
make const_err a future incompat lint
Ralf Jung
-0
/
+14
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-5
/
+5
2020-08-22
remove feature gate from tests
Ralf Jung
-10
/
+10
2020-07-27
mv std libs to library/
mark
-10
/
+10
2020-06-30
Bless failing tests
LeSeulArtichaut
-30
/
+30
2020-06-26
Show the values and computation that would overflow a const evaluation or pro...
Oliver Scherer
-1
/
+1
2020-05-01
rename InvalidIntPtrUsage
Ralf Jung
-1
/
+1
2020-05-01
bless you
Ralf Jung
-1
/
+1
2020-04-02
tests: remove ignore directives from tests that mention core/alloc/std spans.
Eduard-Mihai Burtescu
-10
/
+10
2020-03-31
const backtrace: do not skip first frame
Ralf Jung
-0
/
+5
2020-03-30
bless tests
Ralf Jung
-5
/
+5
2020-03-18
Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk
Mazdak Farrokhzad
-2
/
+2
2020-03-11
make error message less confusing
Ralf Jung
-2
/
+2
2020-03-11
fmt, tweak messages and bless
Ralf Jung
-2
/
+2
2020-03-11
Deduplicate and clean up pretty printing logic
Oliver Scherer
-1
/
+1
2019-12-28
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
Esteban Küber
-10
/
+10
2019-12-19
Split up ptr/mod.rs in libcore, one with implementation detail for const ptr ...
Christoph Schmidler
-10
/
+10
2019-11-04
also test different integers
Ralf Jung
-1
/
+20
2019-11-04
test offset_from with two integers
Ralf Jung
-5
/
+23
2019-11-02
adjust for missing spans on x86 test runner
Ralf Jung
-6
/
+6
2019-10-19
Update ui output
Oliver Scherer
-6
/
+6
2019-10-18
Adjust const eval code to reflect `offset_from` docs
Oliver Scherer
-21
/
+1
2019-10-11
Make <*const/mut T>::offset_from `const fn`
Oliver Scherer
-0
/
+81