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-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
2020-11-29
Update tests to remove old numeric constants
bstrie
-47
/
+32
2020-11-12
fix tests and formatting
Vishnunarayan K I
-20
/
+4
2020-10-22
Add test for const panic!(CONST).
Mara Bos
-17
/
+45
2020-10-18
we can test std and core panic macros together
Ralf Jung
-70
/
+90
2020-10-04
But whatever
ecstatic-morse
-0
/
+1
2020-10-03
Ensure that the const-eval engine handles `#[unwind(aborts)]`
Dylan MacKenzie
-0
/
+33
2020-09-29
Bless output
Dylan MacKenzie
-1
/
+1
2020-09-29
Bless mut tests
Dylan MacKenzie
-24
/
+11
2020-09-29
Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morse
bors
-57
/
+57
2020-09-27
Bless tests
Dylan MacKenzie
-1
/
+23
2020-09-27
Update tests with new feature gate
Dylan MacKenzie
-1
/
+1
2020-09-26
Make invalid integer operation messages consistent
varkor
-57
/
+57
2020-09-19
Reflect the "do not call this query directly" mentality in its name
Oliver Scherer
-2
/
+2
2020-09-19
Address review comments
Oliver Scherer
-3
/
+3
2020-09-19
Fix rebase fallout and make the test work with debug info
Oliver Scherer
-3
/
+3
2020-09-19
We can make const eval sound, it's just super expensive
Oliver Scherer
-7
/
+3
2020-09-19
Clarify a statement in UB test
Oliver Scherer
-1
/
+3
2020-09-19
Stop using the `const_eval` query for initializers of statics
Oliver Scherer
-12
/
+12
2020-09-19
Validate constants during `const_eval_raw`
Oliver Scherer
-28
/
+17
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-2
/
+2
2020-08-27
Abort when catch_unwind catches a foreign exception
Amanieu d'Antras
-0
/
+2
2020-08-21
Extend normalization in const-eval-query-stack test
Tomasz Miąsko
-2
/
+3
2020-08-20
Set RUST_BACKTRACE env variable
ThibsG
-1
/
+2
2020-08-19
Fix bad printing of const-eval queries
ThibsG
-0
/
+38
2020-08-12
more precise span for erroneous consts during CTFE/Miri
Ralf Jung
-10
/
+6
2020-08-12
bless tests
Ralf Jung
-5
/
+7
[next]