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
/
const-eval
Age
Commit message (
Expand
)
Author
Lines
2020-05-30
miri validation: clarify valid values of 'char'
Ralf Jung
-1
/
+1
2020-05-17
Don't unleash NRVO const-eval test
Dylan MacKenzie
-0
/
+26
2020-05-14
Rollup merge of #71741 - RalfJung:pointer-print, r=oli-obk
Ralf Jung
-14
/
+14
2020-05-12
Pointer printing: do not print 0 offset
Ralf Jung
-14
/
+14
2020-05-12
strings do not have to be valid UTF-8 any more
Ralf Jung
-8
/
+8
2020-05-07
use hex for pointers in Miri error messages; refine vtable error message
Ralf Jung
-3
/
+3
2020-05-06
more precise vtable errors
Ralf Jung
-9
/
+9
2020-05-06
convert remaining try_validation to new macro
Ralf Jung
-5
/
+35
2020-05-06
add test for insufficiently aligned vtable
Ralf Jung
-6
/
+16
2020-05-05
Rollup merge of #71902 - mibac138:const-feature-diag, r=varkor
Dylan DPC
-0
/
+4
2020-05-04
Suggest to add missing feature when using gated const features
mibac138
-0
/
+4
2020-05-03
Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk
bors
-16
/
+19
2020-05-03
warn about each skipped feature gate
Ralf Jung
-38
/
+32
2020-05-01
rename InvalidIntPtrUsage
Ralf Jung
-3
/
+3
2020-05-01
bless you
Ralf Jung
-1
/
+1
2020-04-30
deduplicate warnings
Ralf Jung
-25
/
+34
2020-04-27
keep 'pointer' terminology around
Ralf Jung
-14
/
+14
2020-04-26
organize Debug/Display impls a bit more; avoid sign-ignorant decimal display
Ralf Jung
-37
/
+38
2020-04-24
adjust tests
Ralf Jung
-4
/
+2
2020-04-20
Treat RETURN_PLACE as a normal Local
Jonas Schievink
-1
/
+1
2020-04-19
Fix some tests failing in `--pass check` mode
Vadim Petrochenkov
-1
/
+1
2020-04-17
Auto merge of #71049 - eddyb:const-err, r=oli-obk
bors
-50
/
+6
2020-04-16
ty: convert `ErrorHandled::Reported` to `ConstKind::Error`.
Eduard-Mihai Burtescu
-50
/
+6
2020-04-16
test fast path offset reporting
Ralf Jung
-2
/
+112
2020-04-16
switch back to 'bytes'
Ralf Jung
-1
/
+1
2020-04-15
reword Miri validity errors: undefined -> uninitialized
Ralf Jung
-3
/
+3
2020-04-14
typeck: workaround WF hole in `to_const`.
Eduard-Mihai Burtescu
-2
/
+20
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-7
/
+21
2020-04-05
add test
Ralf Jung
-0
/
+14
2020-04-05
add test
Ralf Jung
-0
/
+10
2020-03-31
const backtrace: do not skip first frame
Ralf Jung
-0
/
+1
2020-03-30
bless tests
Ralf Jung
-1
/
+1
2020-03-24
bless; add test for mutating a static
Ralf Jung
-1
/
+1
2020-03-24
Rollup merge of #70087 - ecstatic-morse:remove-const-eval-loop-detector, r=Ra...
Mazdak Farrokhzad
-35
/
+7
2020-03-23
Evaluate repeat expression lengths as late as possible
Oliver Scherer
-27
/
+53
2020-03-22
Rename `TimeLimitReached` -> `StepLimitReached`
Dylan MacKenzie
-2
/
+2
2020-03-18
Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk
Mazdak Farrokhzad
-29
/
+29
2020-03-17
Update const-eval tests
Dylan MacKenzie
-35
/
+7
2020-03-13
Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum
bors
-2
/
+0
2020-03-14
Rollup merge of #69960 - RalfJung:abort, r=oli-obk
Yuki Okushi
-1
/
+1
2020-03-13
bless tests
Ralf Jung
-1
/
+1
2020-03-12
Move some more tests to `check-pass`
LeSeulArtichaut
-3
/
+6
2020-03-12
Move some const-eval `build-pass` tests to `check-pass`
LeSeulArtichaut
-20
/
+20
2020-03-11
make error message less confusing
Ralf Jung
-22
/
+22
2020-03-11
generalize InvalidNullPointerUsage to InvalidIntPointerUsage
Ralf Jung
-3
/
+3
2020-03-11
fmt, tweak messages and bless
Ralf Jung
-26
/
+26
2020-03-08
fix some cases of unexpected exceptions leaving validation
Ralf Jung
-24
/
+44
2020-03-08
fix type size mismatch on 32bit
Ralf Jung
-20
/
+19
2020-03-06
please tidy
Ralf Jung
-13
/
+14
2020-03-06
better error messages for invalid boxes (and a few more tests)
Ralf Jung
-17
/
+39
[next]