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
/
librustc_mir
Age
Commit message (
Expand
)
Author
Lines
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-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
Rollup merge of #66435 - JohnTitor:fix-spelling, r=Centril
Tyler Mandry
-2
/
+2
2019-11-15
Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obk
Yuki Okushi
-24
/
+1
2019-11-15
Correct `const_in_array_repeat_expressions` feature name
Yuki Okushi
-2
/
+2
2019-11-14
Remove unused error_codes.rs files
Guillaume Gomez
-2552
/
+0
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-2
/
+15
2019-11-14
Auto merge of #66233 - cjgillot:constkind, r=oli-obk
bors
-46
/
+70
2019-11-13
Change control flow error to delay span bug
Dylan MacKenzie
-4
/
+20
2019-11-13
Rollup merge of #66330 - Nadrieril:nonexhaustive-constructor, r=varkor
Yuki Okushi
-182
/
+185
2019-11-12
Auto merge of #60026 - Aaron1011:feature/miri-unwind, r=RalfJung,oli-obk
bors
-110
/
+244
2019-11-12
Fix tidy.
Camille GILLOT
-2
/
+6
2019-11-12
Rename in librustc_mir.
Camille GILLOT
-46
/
+66
2019-11-12
Auto merge of #65608 - matthewjasper:mir-eval-order, r=pnkfelix
bors
-203
/
+474
2019-11-12
Move NonExhaustive checks to the relevant match branches
Nadrieril
-51
/
+54
2019-11-12
Introduce Constructor::NonExhaustive
Nadrieril
-57
/
+58
2019-11-12
Match constructor first in Constructor methods
Nadrieril
-106
/
+105
2019-11-12
check-consts remove cannot mutate statics in initializer of another static error
Santiago Pastorino
-11
/
+1
2019-11-12
qualify-const remove cannot mutate statics in initializer of another static e...
Santiago Pastorino
-13
/
+0
2019-11-12
Auto merge of #66129 - Nadrieril:refactor-slice-pat-usefulness, r=varkor
bors
-252
/
+352
2019-11-11
[mir-opt] Turn on the `ConstProp` pass by default
Wesley Wiser
-14
/
+27
2019-11-11
Evaluate borrow and struct expressions in `into`
Matthew Jasper
-90
/
+111
2019-11-11
Fix soundness issue with index bounds checks
Matthew Jasper
-110
/
+361
2019-11-11
Avoid a string comparison in MIR construction
Matthew Jasper
-3
/
+2
2019-11-11
Update
Aaron Hill
-1
/
+1
2019-11-11
Return Ok(false) instead of throwing when handling a diverging intrinsic
Aaron Hill
-3
/
+2
2019-11-11
Fix rebase fallout
Aaron Hill
-1
/
+1
2019-11-11
Rename to
Aaron Hill
-3
/
+4
2019-11-11
Fix debug assertion
Aaron Hill
-1
/
+2
[prev]
[next]