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
/
ptr_comparisons.stderr
Age
Commit message (
Expand
)
Author
Lines
2022-12-06
Change CTFE backtraces to use `note` instead of `label` to preserve their order
Oli Scherer
-6
/
+9
2022-12-06
Remove now-redundant file/line info from const backtraces
Oli Scherer
-2
/
+2
2022-10-07
make const_err a hard error
Ralf Jung
-36
/
+5
2022-10-01
bless ui tests
Maybe Waffle
-3
/
+3
2022-09-09
The `<*const T>::guaranteed_*` methods now return an option for the unknown case
Oli Scherer
-7
/
+7
2022-08-27
adjust tests
Ralf Jung
-0
/
+8
2022-07-05
adjust dangling-int-ptr error message
Ralf Jung
-1
/
+1
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-12
/
+4
2022-06-25
bless after rebase
Ralf Jung
-1
/
+1
2022-06-25
make const_err show up in future breakage reports
Ralf Jung
-0
/
+26
2022-06-05
interpret: better control over whether we read data with provenance, and impl...
Ralf Jung
-1
/
+1
2022-02-13
update stderr messages
SaltyKitkat
-5
/
+5
2021-11-06
Stabilize `const_raw_ptr_deref` for `*const T`
Jacob Pratt
-5
/
+5
2021-10-04
Stabilize `const_panic`
Jacob Pratt
-5
/
+5
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-1
/
+1
2021-07-15
tweak pointer out-of-bounds error message
Ralf Jung
-2
/
+2
2021-07-14
more precise message for the ptr access check on deref
Ralf Jung
-1
/
+1
2021-07-14
adjust tests
Ralf Jung
-4
/
+4
2021-06-18
bless you
Ralf Jung
-17
/
+8
2021-05-15
get rid of a bunch of unnecessary NOTE in const tests
Ralf Jung
-4
/
+3
2021-05-06
use CheckInAllocMsg::PointerArithmeticTest for ptr_offset error
Ralf Jung
-1
/
+1
2021-02-05
fix ui tests referencing pointer-to-integer cast error message
Jeffrey Griffin
-2
/
+2
2021-02-03
make const_err a future incompat lint
Ralf Jung
-2
/
+13
2021-01-29
rename raw_const/mut -> const/mut_addr_of, and stabilize them
Ralf Jung
-9
/
+9
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-8
/
+6
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-1
/
+1
2020-08-17
Make a test platform independent
Oliver Scherer
-7
/
+7
2020-08-11
Make `<*const T>::is_null` const fn
Oliver Scherer
-0
/
+47