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-17
Unify the various slice constructors
Nadrieril
-82
/
+99
2019-11-16
Add regression test for issue 53820
Nadrieril
-0
/
+10
2019-11-16
Introduce new FixedLenSlice constructor
Nadrieril
-37
/
+92
2019-11-16
Add some tests
Nadrieril
-23
/
+49
2019-11-16
Tweak VarLenSlice subtraction
Nadrieril
-33
/
+34
2019-11-16
Auto merge of #66255 - ehuss:update-cc, r=alexcrichton
bors
-5
/
+9
2019-11-16
Auto merge of #66453 - Centril:rollup-w1ohzxs, r=Centril
bors
-198
/
+192
2019-11-15
Auto merge of #66326 - Nadrieril:refactor-intrange, r=varkor
bors
-347
/
+255
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
2019-11-15
Apply suggestion from Centril
Yuki Okushi
-1
/
+1
2019-11-15
Fix test case and issue number
Yuki Okushi
-60
/
+30
2019-11-15
Add test for issue-58094
Yuki Okushi
-0
/
+20
2019-11-15
Add test for issue-36122
Yuki Okushi
-0
/
+18
2019-11-15
Improve error message for tests with panic=abort
Tyler Mandry
-3
/
+4
2019-11-15
Add --force-run-in-process unstable libtest option
Tyler Mandry
-1
/
+6
[next]