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-09-01
Fix drop handling for `if let` expressions
Matthew Jasper
-2
/
+2
2021-08-27
Fix more tests
Deadbeef
-1
/
+1
2021-08-27
Introduce `~const`
Deadbeef
-11
/
+2
2021-08-19
Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli...
Erik Desjardins
-8
/
+1
2021-08-15
Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"
Erik Desjardins
-1
/
+8
2021-08-14
Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk
bors
-8
/
+1
2021-08-13
Fix tests
Deadbeef
-2
/
+4
2021-08-07
Run RemoveZsts at mir-opt-level=1
Erik Desjardins
-8
/
+1
2021-08-03
rustc: Fill out remaining parts of C-unwind ABI
Alex Crichton
-7
/
+6
2021-07-31
add a test
Ralf Jung
-0
/
+35
2021-07-28
Add test for const panic in Rust 2021.
Mara Bos
-0
/
+94
2021-07-27
Update tests
Jacob Pratt
-52
/
+21
2021-07-15
tweak pointer out-of-bounds error message
Ralf Jung
-4
/
+4
2021-07-14
more precise message for the ptr access check on deref
Ralf Jung
-2
/
+2
2021-07-14
adjust tests
Ralf Jung
-82
/
+72
2021-07-10
remove duplicate test
Ralf Jung
-15
/
+0
2021-07-10
remove const_raw_ptr_to_usize_cast feature
Ralf Jung
-34
/
+17
2021-07-09
Use #[track_caller] in const panic diagnostics.
Mara Bos
-0
/
+38
2021-07-06
Add s to non_fmt_panic
Ryan Levick
-1
/
+1
2021-06-28
Bless the test suite.
Charles Lew
-2
/
+2
2021-06-18
bless you
Ralf Jung
-160
/
+61
2021-06-17
Rollup merge of #86340 - Smittyvb:ctfe-hard-error-message, r=RalfJung
Yuki Okushi
-79
/
+48
2021-06-15
Use better error message for hard errors in CTFE
Smitty
-79
/
+48
2021-06-13
update tests involving CTFE validation
Rémy Rakic
-79
/
+79
2021-06-13
Test invalid vtable size/alignment const UB errors
Rémy Rakic
-27
/
+129
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
[next]