| Age | Commit message (Expand) | Author | Lines |
| 2018-12-18 | Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis | bors | -18/+75 |
| 2018-12-18 | Explain that lack of short circuiting support in constants is temporary | Oliver Scherer | -1/+4 |
| 2018-12-18 | Properly worded diagnostic message | Oliver Scherer | -1/+1 |
| 2018-12-17 | Stabilize `underscore_imports` | Vadim Petrochenkov | -1/+1 |
| 2018-12-17 | Auto merge of #56810 - sinkuu:build_match, r=oli-obk | bors | -69/+171 |
| 2018-12-17 | Auto merge of #56764 - sinkuu:simpcfg_bb0, r=matthewjasper | bors | -1/+26 |
| 2018-12-16 | Rollup merge of #56790 - rust-lang:borrowck-niche-discriminants, r=nikomatsakis | Mazdak Farrokhzad | -17/+13 |
| 2018-12-16 | Rollup merge of #56706 - oli-obk:const_unsafe_fn, r=Centril | Mazdak Farrokhzad | -31/+5 |
| 2018-12-15 | Add common struct for range | Shotaro Yamada | -69/+48 |
| 2018-12-15 | Factor out | Shotaro Yamada | -15/+24 |
| 2018-12-15 | Auto merge of #56540 - oli-obk:less_const_hackery, r=varkor | bors | -77/+159 |
| 2018-12-15 | Improve `match` MIR generation for ranges | Shotaro Yamada | -5/+124 |
| 2018-12-15 | Cleanups | Shotaro Yamada | -28/+23 |
| 2018-12-14 | Rollup merge of #56695 - varkor:let-exhaustive-range, r=estebank | kennytm | -1/+33 |
| 2018-12-14 | Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrum | bors | -3/+3 |
| 2018-12-13 | Make determining the discriminant a normal Shallow read | Matthew Jasper | -17/+13 |
| 2018-12-13 | Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung | bors | -22/+22 |
| 2018-12-13 | Expand on a few comments | Oliver Scherer | -0/+6 |
| 2018-12-13 | Fix indent | Oliver Scherer | -3/+1 |
| 2018-12-13 | Doc comment format | Oliver Scherer | -2/+2 |
| 2018-12-13 | Make SimplifyCfg collapse goto chains from bb0 | Shotaro Yamada | -1/+26 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -3/+3 |
| 2018-12-12 | rustc: Switch `extern` functions to abort by default on panic | Alex Crichton | -6/+1 |
| 2018-12-12 | Manually inline trivial function | Oliver Scherer | -9/+5 |
| 2018-12-12 | Undo a change that got lost in the larger refactorings | Oliver Scherer | -1/+3 |
| 2018-12-11 | Fix irrefutable matches on integer ranges | varkor | -1/+33 |
| 2018-12-11 | Make `const unsafe fn` bodies `unsafe` | Oliver Scherer | -31/+5 |
| 2018-12-10 | Document and simplify pattern matching with constants as patterns | Oliver Scherer | -42/+51 |
| 2018-12-10 | Don't depend on `Allocation` sizes for pattern length | Oliver Scherer | -68/+137 |
| 2018-12-10 | Use a `SmallVec` within `_match::Matrix`. | Nicholas Nethercote | -28/+34 |
| 2018-12-10 | Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature. | Nicholas Nethercote | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -119/+124 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -155/+157 |
| 2018-12-07 | Fix ICE in region naming. | David Wood | -16/+17 |
| 2018-12-07 | Introduce constraint category for yields. | David Wood | -6/+6 |
| 2018-12-07 | Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum | kennytm | -2/+2 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -155/+157 |
| 2018-12-06 | Auto merge of #56557 - pietroalbini:rollup, r=pietroalbini | bors | -34/+38 |
| 2018-12-06 | Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakis | bors | -65/+241 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -7/+7 |
| 2018-12-06 | Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis | Pietro Albini | -1/+1 |
| 2018-12-06 | Rollup merge of #56362 - varkor:stabilise-exhaustive-integer-patterns, r=niko... | Pietro Albini | -26/+30 |
| 2018-12-06 | Auto merge of #56307 - RalfJung:stacked-borrows-2-phase, r=oli-obk | bors | -9/+49 |
| 2018-12-05 | Rollup merge of #56452 - sinkuu:redundant_clone, r=nikic | Pietro Albini | -2/+2 |
| 2018-12-05 | Rollup merge of #56388 - matthewjasper:more-lexical-mir-cleanup, r=nikomatsakis | Pietro Albini | -81/+74 |
| 2018-12-05 | Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwco | Pietro Albini | -2/+21 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -4/+1 |
| 2018-12-05 | Auto merge of #55922 - oli-obk:slice_pat_ice, r=zackmdavis | bors | -66/+60 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -2/+2 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -4/+1 |