| Age | Commit message (Expand) | Author | Lines |
| 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 #66428 - dns2utf8:cleanup_unused_function, r=GuillaumeGomez | Yuki Okushi | -4/+3 |
| 2019-11-15 | Rollup merge of #66419 - JohnTitor:ignore-underscore, r=varkor | Yuki Okushi | -1/+13 |
| 2019-11-15 | Rollup merge of #66418 - ecstatic-morse:hir-const-check-err-msg, r=estebank | Yuki Okushi | -0/+7 |
| 2019-11-15 | Rollup merge of #66410 - RalfJung:miri-machine-max, r=oli-obk | Yuki Okushi | -0/+13 |
| 2019-11-15 | Rollup merge of #66398 - sfackler:no-async-nesting, r=Centril | Yuki Okushi | -33/+12 |
| 2019-11-15 | Rollup merge of #66391 - estebank:if-else-async-ice, r=Centril | Yuki Okushi | -2/+34 |
| 2019-11-15 | Rollup merge of #66390 - estebank:parenice, r=Centril | Yuki Okushi | -9/+10 |
| 2019-11-15 | Rollup merge of #66388 - estebank:melt-ice, r=Centril | Yuki Okushi | -1/+35 |
| 2019-11-15 | Rollup merge of #66338 - ehuss:update-mdbook, r=alexcrichton | Yuki Okushi | -31/+13 |
| 2019-11-15 | Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obk | Yuki Okushi | -45/+10 |
| 2019-11-15 | Rollup merge of #66013 - nnethercote:avoid-hashing-twice-in-get_query, r=Zoxc | Yuki Okushi | -3/+20 |
| 2019-11-15 | Rollup merge of #65557 - haraldh:error_iter_rename, r=sfackler | Yuki Okushi | -80/+12 |
| 2019-11-15 | Auto merge of #64432 - gnzlbg:simplify_truncate, r=alexcrichton | bors | -22/+12 |
| 2019-11-15 | Code cleanup to remove douplacte var definition | Stefan Schindler | -3/+2 |
| 2019-11-15 | Remove unused argument | Stefan Schindler | -1/+1 |
| 2019-11-14 | Auto merge of #66414 - JohnTitor:clippyup, r=Manishearth | bors | -7/+7 |
| 2019-11-14 | review comments | Esteban Küber | -9/+5 |
| 2019-11-14 | review comments | Esteban Küber | -1/+3 |
| 2019-11-15 | Don't warn labels beginning with `_` | Yuki Okushi | -1/+13 |
| 2019-11-14 | Link to tracking issue in HIR const-check error | Dylan MacKenzie | -0/+7 |
| 2019-11-14 | Auto merge of #66314 - GuillaumeGomez:move-error-codes, r=Centril | bors | -13967/+13237 |
| 2019-11-14 | Move E0210 to new error location | Guillaume Gomez | -5/+18 |
| 2019-11-14 | move E0744 to new error code | Guillaume Gomez | -0/+19 |
| 2019-11-14 | Update rustc --explain to the new error codes format | Guillaume Gomez | -2/+2 |
| 2019-11-14 | move E0623 into the new error code format | Guillaume Gomez | -1/+42 |
| 2019-11-14 | Adapt error index generator to the new format | Guillaume Gomez | -17/+19 |
| 2019-11-14 | Fix error codes index generation | Guillaume Gomez | -1/+3 |
| 2019-11-14 | Fix ui tests with better error code usage | Guillaume Gomez | -22/+39 |