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
2021-06-09
detect incorrect vtable alignment during const eval instead of ICE-ing
Rémy Rakic
-0
/
+48
2021-05-30
Emit a hard error when a panic occurs during const-eval
Aaron Hill
-119
/
+52
2021-05-28
const eval errors: display the current item instance if there are generics in...
Rémy Rakic
-2
/
+2
2021-05-27
don't trim paths in collector PME message
Rémy Rakic
-2
/
+2
2021-05-25
add test for issue 85155 and similar
Rémy Rakic
-0
/
+56
2021-05-15
get rid of a bunch of unnecessary NOTE in const tests
Ralf Jung
-5
/
+2
2021-05-13
Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obk
bors
-17
/
+0
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-19
/
+19
2021-05-12
entirely remove rustc_args_required_const attribute
Ralf Jung
-17
/
+0
2021-05-09
more erroneous-const tests
Ralf Jung
-3
/
+63
2021-05-09
ensure failing promoteds in const/static bodies are handled correctly
Ralf Jung
-16
/
+38
2021-05-07
bless 32bit
Ralf Jung
-1
/
+1
2021-05-07
fix null pointer error messages
Ralf Jung
-1
/
+1
2021-05-06
32bit bless
Ralf Jung
-1
/
+1
2021-05-06
use CheckInAllocMsg::PointerArithmeticTest for ptr_offset error
Ralf Jung
-1
/
+1
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-9
/
+9
2021-04-29
re-bless on 32bit
Ralf Jung
-7
/
+7
2021-04-29
remove const_fn feature gate from const tests
Ralf Jung
-41
/
+30
2021-04-18
move 'trait bounds on const fn' to separate feature gate
Ralf Jung
-1
/
+1
2021-04-02
Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obk
bors
-100
/
+1263
2021-04-01
Limit the problematic tests to x86_64.
Hameer Abbasi
-63
/
+2
2021-03-31
Revert tests
Oli Scherer
-11
/
+8
2021-03-31
Add a new normalization query just for mir constants
Oli Scherer
-10
/
+13
2021-03-31
Add 32bit.stderr files.
Hameer Abbasi
-0
/
+969
2021-03-31
Rename stderr->64bit.stderr where needed.
Hameer Abbasi
-102
/
+115
2021-03-31
Add allocation information to undefined behaviour errors.
Hameer Abbasi
-0
/
+242
2021-02-16
add test
Ralf Jung
-10
/
+37
2021-02-08
Rollup merge of #81779 - geogriff:const-ptr-to-int-error, r=lcnr
Mara Bos
-1
/
+1
2021-02-07
Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisa
bors
-3
/
+7
2021-02-05
fix ui tests referencing pointer-to-integer cast error message
Jeffrey Griffin
-1
/
+1
2021-02-03
Allow/fix non_fmt_panic in tests.
Mara Bos
-20
/
+21
2021-02-03
make const_err a future incompat lint
Ralf Jung
-117
/
+431
2021-02-01
Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov
bors
-7
/
+7
2021-01-29
Rollup merge of #81333 - RalfJung:const-err-simplify, r=oli-obk
Yuki Okushi
-39
/
+25
2021-01-25
Implement new panic!() behaviour for Rust 2021.
Mara Bos
-7
/
+7
2021-01-24
Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJung
Jonas Schievink
-3
/
+6
2021-01-24
clean up some const error reporting around promoteds
Ralf Jung
-39
/
+25
2021-01-23
Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve...
Caleb Zulawski
-3
/
+7
2021-01-23
Permit mutable references in all const contexts
oli
-3
/
+6
2021-01-22
re-bless ui tests
Ralf Jung
-53
/
+5
2021-01-22
avoid promoting division, modulo and indexing operations that could fail
Ralf Jung
-199
/
+158
2021-01-17
validation test: turn some const_err back into validation failures
Ralf Jung
-81
/
+59
2021-01-13
Update tests for extern block linting
Mark Rousskov
-1
/
+1
2021-01-04
Do not run const prop on the `mir_for_ctfe` of `const fn`
oli
-1
/
+1
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-31
/
+59
2020-12-02
rename MemoryKind::Heap to ConstHeap; bless test
Vishnunarayan K I
-6
/
+13
2020-12-02
add comment and bless some tests
Vishnunarayan K I
-23
/
+20
2020-12-01
review comment and one more test
Vishnunarayan K I
-11
/
+23
2020-12-01
review comments
Vishnunarayan K I
-1
/
+43
2020-12-01
add const_allocate intrisic
Vishnunarayan K I
-0
/
+79
[next]