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
/
const-eval
Age
Commit message (
Expand
)
Author
Lines
2018-11-07
do not print wrapping ranges like normal ranges in diagnostics
Ralf Jung
-22
/
+47
2018-11-05
the visitor can already load the value for visit_primitive
Ralf Jung
-1
/
+1
2018-11-05
Also test for undef in enum discriminant
Ralf Jung
-3
/
+16
2018-11-05
fix validation error on non-integer enum discriminants
Ralf Jung
-33
/
+42
2018-11-05
reduce the amount of traversal/projection code that the visitor has to implem...
Ralf Jung
-2
/
+2
2018-11-04
also test with PhantomData
Ralf Jung
-3
/
+9
2018-11-04
miri: accept extern types in structs if they are the only field
Ralf Jung
-0
/
+21
2018-11-01
Fix double_check tests on big-endian targets
Samuel Holland
-10
/
+10
2018-10-29
Add UI test for #49296
memoryruins
-0
/
+35
2018-10-26
Auto merge of #55382 - kennytm:rollup, r=kennytm
bors
-0
/
+17
2018-10-26
Rollup merge of #54816 - oli-obk:double_promotion, r=alexreg
kennytm
-0
/
+17
2018-10-25
Rebase fallout
Oliver Schneider
-184
/
+57
2018-10-25
add the lint back to the list, and fix tests
Ralf Jung
-201
/
+60
2018-10-25
fix ui tests (rebase fallout)
Ralf Jung
-0
/
+1
2018-10-25
Addressed minor issues brought up in review.
Alexander Regueiro
-8
/
+5
2018-10-25
Rebase fallout in ui output
Oliver Schneider
-22
/
+11
2018-10-25
update tests to changes on rustc master
Oliver Schneider
-46
/
+64
2018-10-25
Deduplicate all the ~~things~~ errors
Oliver Schneider
-98
/
+52
2018-10-25
Report const eval error inside the query
Oliver Schneider
-472
/
+737
2018-10-21
Use new region infer errors for explaining borrows
Matthew Jasper
-36
/
+36
2018-10-19
skip user-type annotations if they don't have regions
Niko Matsakis
-19
/
+4
2018-10-19
lowering casts in constants now creates multiple uses
Niko Matsakis
-6
/
+21
2018-10-16
Check the type of statics and constants for `Sized`ness
Oliver Scherer
-10
/
+7
2018-10-13
validation: accept pointers in integer arrays
Ralf Jung
-1
/
+12
2018-10-13
Fix and test upvar name printing for validity
Ralf Jung
-0
/
+36
2018-10-09
unify handling of thin and fat pointers by moving primitive type handling out...
Ralf Jung
-8
/
+19
2018-10-09
add some tests with constants that better be valid
Ralf Jung
-0
/
+18
2018-10-09
move a test to a better place
Ralf Jung
-0
/
+254
2018-10-09
also validate everything that has a Scalar layout, to catch NonNull
Ralf Jung
-4
/
+56
2018-10-09
fix validating arrays of ZSTs
Ralf Jung
-14
/
+23
2018-10-09
switch validation of scalars to be type-driven
Ralf Jung
-32
/
+50
2018-10-09
check that entire ref is in-bounds before recursing; add macro for validation...
Ralf Jung
-9
/
+30
2018-10-05
Stabilize `min_const_fn`
Oliver Schneider
-10
/
+6
2018-10-04
Don't try to promote already promoted out temporaries
Oliver Schneider
-0
/
+17
2018-10-03
Move platform dependent output ui tests to compile-fail
Oliver Schneider
-90
/
+0
2018-10-03
Only promote calls to `#[rustc_promotable]` const fns
Oliver Schneider
-10
/
+54
2018-10-02
Rollup merge of #54702 - RalfJung:fn-ptr-promotion, r=oli-obk
Pietro Albini
-4
/
+27
2018-09-30
also compile-fail test fn ptr comparison promotion
Ralf Jung
-4
/
+27
2018-09-30
do not normalize non-scalar constants to a ConstValue::ScalarPair
Ralf Jung
-4
/
+6
2018-09-25
Update E0714 to E0716 in tests output
Mikhail Modin
-2
/
+2
2018-09-25
Change the diagnostic number from 714 to 716.
Felix S. Klock II
-13
/
+13
2018-09-25
add "temporary value dropped while borrowed" error
Mikhail Modin
-0
/
+132
2018-09-24
Update ui tests
Matthew Jasper
-150
/
+0
2018-09-14
Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb
bors
-0
/
+5
2018-09-14
Rollup merge of #54147 - agnxy:const-eval-test, r=oli-obk
kennytm
-0
/
+55
2018-09-12
Add a test that tries to modify static memory at compile-time
Andrew Xu
-0
/
+55
2018-09-11
Use assertion-like static assertions
Oliver Schneider
-1
/
+1
2018-09-11
Fix const eval of ZST index operations to make the static assertion work
Oliver Schneider
-0
/
+5
2018-09-10
WIP remove incorrect nll.stderr reference files
Niko Matsakis
-56
/
+0
2018-09-10
insert `AscribeUserType` for ascriptions
Niko Matsakis
-1
/
+22
[prev]
[next]