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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
consts
Age
Commit message (
Expand
)
Author
Lines
2021-01-23
Adjust wording of a diagnostic
oli
-8
/
+8
2021-01-23
Fix a comment that only made sense in the context of a dataflow based mutabil...
oli
-3
/
+2
2021-01-23
Rename tests to what their code actually does
oli
-0
/
+0
2021-01-23
Permit mutable references in all const contexts
oli
-103
/
+148
2021-01-22
re-bless ui tests
Ralf Jung
-53
/
+5
2021-01-22
expand successful-promotion test a bit
Ralf Jung
-16
/
+18
2021-01-22
do promote array indexing if we know it is in-bounds
Ralf Jung
-0
/
+3
2021-01-22
avoid promoting division, modulo and indexing operations that could fail
Ralf Jung
-234
/
+234
2021-01-18
Auto merge of #80707 - oli-obk:stability_hole_const_intrinsics, r=RalfJung
bors
-0
/
+50
2021-01-18
Move test to `src/test/ui/consts/`
Camelid
-0
/
+40
2021-01-18
Only inherit const stability for methods of `impl const Trait` blocks
oli
-5
/
+11
2021-01-17
validation test: turn some const_err back into validation failures
Ralf Jung
-81
/
+59
2021-01-17
Add regression test
oli
-0
/
+44
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+495
2021-01-13
Update code to account for extern ABI requirement
Mark Rousskov
-20
/
+20
2021-01-13
Update tests for extern block linting
Mark Rousskov
-3
/
+3
2021-01-13
Stabilize remaining integer methods as `const fn`
Jacob Pratt
-5
/
+0
2021-01-12
Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix
bors
-42
/
+69
2021-01-04
Do not run const prop on the `mir_for_ctfe` of `const fn`
oli
-1
/
+1
2021-01-04
Update stderr files after rebase
oli
-5
/
+0
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-41
/
+73
2021-01-04
make sure that promoteds which fail to evaluate in dead const code behave cor...
Ralf Jung
-2
/
+13
2021-01-03
Refactor the non-transient cell borrow error diagnostic
oli
-9
/
+9
2021-01-03
Update now-more-precise operation with a preciser message
oli
-6
/
+6
2021-01-01
Reinstate the error-code error over the feature gate error
oli
-9
/
+3
2021-01-01
Enhance some comments
oli
-9
/
+14
2021-01-01
Fix cell checks in const fn
oli
-0
/
+2
2021-01-01
Allow references to interior mutable data behind a feature gate
oli
-23
/
+64
2020-12-30
Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk
Mara Bos
-0
/
+7
2020-12-30
CTFE: test size/align_of_val_raw on dangling pointers
Ralf Jung
-0
/
+7
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-0
/
+142
2020-12-21
Auto merge of #79270 - RalfJung:array-repeat-consts, r=oli-obk
bors
-0
/
+27
2020-12-20
make sure [CONST; N] drops N times
Ralf Jung
-2
/
+16
2020-12-20
add test that repeating non-Copy constants works
Ralf Jung
-0
/
+13
2020-12-19
also const-check FakeRead
Ralf Jung
-0
/
+5
2020-12-10
re-bless tests
Ralf Jung
-0
/
+34
2020-12-09
remove a hack that seems to only benefit a few very special cases
Ralf Jung
-3
/
+31
2020-12-09
make sure we do not promote things with interior mutability
Ralf Jung
-7
/
+22
2020-12-03
Auto merge of #79594 - vn-ki:const-eval-intrinsic, r=oli-obk
bors
-112
/
+235
2020-12-02
rename MemoryKind::Heap to ConstHeap; bless test
Vishnunarayan K I
-7
/
+14
2020-12-02
add comment and bless some tests
Vishnunarayan K I
-110
/
+93
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
Rollup merge of #79444 - sasurau4:test/move-const-ip, r=matklad
Mara Bos
-13
/
+0
2020-12-01
Rollup merge of #79227 - sasurau4:test/move-cell-test-to-lib-core, r=jyn514
Mara Bos
-13
/
+0
2020-12-01
add const_allocate intrisic
Vishnunarayan K I
-0
/
+79
2020-11-30
Make ui test that are run-pass and do not test the compiler itself library tests
Christiaan Dirkx
-70
/
+0
2020-11-29
Update tests to remove old numeric constants
bstrie
-86
/
+68
2020-11-26
Move const ip in ui test to unit test
Daiki Ihara
-13
/
+0
2020-11-26
remove const-fn-feature-flags test
Daiki Ihara
-13
/
+0
[prev]
[next]