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
Age
Commit message (
Expand
)
Author
Lines
2019-11-15
Use a bespoke type for the result of `mir_const_qualif`
Dylan MacKenzie
-8
/
+19
2019-11-15
A `Downcast` is now reached when const-checking a `for` loop
Dylan MacKenzie
-0
/
+2
2019-11-15
Remove -Z flag for suppressing validation mismatch ICE
Dylan MacKenzie
-2
/
+0
2019-11-15
Add explanation of test for validation mismatch
Dylan MacKenzie
-7
/
+15
2019-11-15
Silence miri unleashed warnings in test
Dylan MacKenzie
-53
/
+5
2019-11-15
Remove unnecessary `fmt::Debug` bound
Dylan MacKenzie
-3
/
+2
2019-11-15
Remove remaining validator mismatch code
Dylan MacKenzie
-16
/
+1
2019-11-15
Move `delay_span_bug` into `emit_error` for if/loop
Dylan MacKenzie
-19
/
+22
2019-11-15
Remove `qualify_consts` completely
Dylan MacKenzie
-1488
/
+3
2019-11-15
Use new const-checker for `mir_const_qualif`
Dylan MacKenzie
-2
/
+37
2019-11-15
Enable standalone const-checking with `Validator`
Dylan MacKenzie
-1
/
+126
2019-11-15
Allow `Validator` to get qualifs for the return place
Dylan MacKenzie
-1
/
+45
2019-11-15
Remove `requires_sync`
Dylan MacKenzie
-10
/
+0
2019-11-15
Remove `QUALIF_ERROR_BIT` checking
Dylan MacKenzie
-25
/
+4
2019-11-15
Rollup merge of #66441 - RalfJung:seh, r=oli-obk
Mazdak Farrokhzad
-0
/
+5
2019-11-15
Rollup merge of #66427 - Mark-Simulacrum:errors-json, r=Centril
Mazdak Farrokhzad
-134
/
+98
2019-11-15
Rollup merge of #66415 - tmandry:force-test-in-process, r=alexcrichton
Mazdak Farrokhzad
-4
/
+10
2019-11-15
Rollup merge of #66407 - JohnTitor:add-ice-tests, r=Centril
Mazdak Farrokhzad
-60
/
+76
2019-11-15
Rollup merge of #66350 - hermitcore:hermit, r=rkruppe
Mazdak Farrokhzad
-0
/
+3
2019-11-15
Apply suggestions from code review
Nadrieril
-13
/
+11
2019-11-15
Add regression test
Nadrieril
-0
/
+6
2019-11-15
Apply suggestions from code review
Nadrieril
-20
/
+12
2019-11-15
Factor out IntRange::is_subrange
Nadrieril
-4
/
+6
2019-11-15
Apply suggestions from code review
Nadrieril Feneanar
-5
/
+5
2019-11-15
Add test for failing `try_eval_bits`
Nadrieril
-1
/
+16
2019-11-15
Remove fishy condition
Nadrieril
-24
/
+2
2019-11-15
Malformed range patterns can't happen thanks to E0030
Nadrieril
-8
/
+6
2019-11-15
Remove unnecessary data from ConstantValue/ConstantRange
Nadrieril
-38
/
+14
2019-11-15
Store Const directly in ConstantRange
Nadrieril
-11
/
+11
2019-11-15
Make should_treat_range_exhaustively a method
Nadrieril
-5
/
+4
2019-11-15
Inline now-trivial IntRange::from_ctor
Nadrieril
-56
/
+28
2019-11-15
Factor out getting the boundaries of an `IntRange`
Nadrieril
-9
/
+13
2019-11-15
Eagerly convert ranges to IntRange
Nadrieril
-58
/
+63
2019-11-15
Add `IntRange::to_pat` and use it instead of custom `display()`
Nadrieril
-21
/
+10
2019-11-16
Fix nll test
Yuki Okushi
-0
/
+8
2019-11-15
formatting
Nadrieril
-12
/
+13
2019-11-15
Introduce IntRange constructor
Nadrieril
-8
/
+28
2019-11-15
`Constructor::display` was only needed for displaying `IntRange`
Nadrieril
-22
/
+18
2019-11-15
Avoid converting through Constructor when subtracting ranges
Nadrieril
-38
/
+29
2019-11-15
Special-case subtracting from a range if that range is not an IntRange
Nadrieril
-21
/
+36
2019-11-15
Prefer IntRange::into_ctor to range_to_ctor
Nadrieril
-47
/
+34
2019-11-15
Move range exhaustiveness check to IntRange::intersection
Nadrieril
-36
/
+14
2019-11-15
Special-case range inclusion when the range is integral but non-exhaustive
Nadrieril
-0
/
+27
2019-11-15
Cleanup `constructor_covered_by_range`
Nadrieril
-51
/
+29
2019-11-15
IntRange::from_pat is redundant with pat_constructors
Nadrieril
-29
/
+13
2019-11-15
`pat_constructor` does not need `pcx` anymore
Nadrieril
-6
/
+5
2019-11-15
Factor out range construction in `all_constructors`
Nadrieril
-16
/
+5
2019-11-15
Clarify conditions for exhaustive integer range matching
Nadrieril
-17
/
+20
2019-11-15
Note link between apply/specialize/arity functions
Nadrieril
-0
/
+6
2019-11-15
more comment
Ralf Jung
-0
/
+1
[prev]
[next]