| Age | Commit message (Expand) | Author | Lines |
| 2020-01-27 | Make pointers to statics internal | Matthew Jasper | -22/+24 |
| 2020-01-13 | Fix rebase damage | Jonas Schievink | -1/+0 |
| 2020-01-13 | Use the correct type for static qualifs | Matthew Jasper | -8/+8 |
| 2019-12-16 | Rollup merge of #66570 - lzutao:stabilize-result-map_or, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2019-12-13 | Correctly mark things as `min_const_fn` | Dylan MacKenzie | -4/+6 |
| 2019-12-13 | Put MIR checks for loops behind the feature flag | Dylan MacKenzie | -1/+7 |
| 2019-12-12 | Require `allow_internal_unstable` for stable min_const_fn using unstable feat... | Oliver Scherer | -5/+5 |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -390/+5 |
| 2019-12-11 | Rollup merge of #67015 - osa1:issue66971, r=wesleywiser | Mazdak Farrokhzad | -11/+37 |
| 2019-12-11 | Rollup merge of #67134 - oli-obk:const_prop_zst, r=wesleywiser | Yuki Okushi | -4/+9 |
| 2019-12-09 | Remove `uniform_array_move_out` passes | Matthew Jasper | -386/+2 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -4/+3 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -87/+87 |
| 2019-12-08 | Ensure that we get a hard error on generic ZST constants if their body causes... | Oliver Scherer | -4/+9 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -0/+5 |
| 2019-12-06 | Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk | Mazdak Farrokhzad | -32/+57 |
| 2019-12-06 | const-prop: Restrict scalar pair propagation | Ömer Sinan Ağacan | -11/+37 |
| 2019-12-06 | Fix rebase issues | varkor | -2/+2 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -1/+1 |
| 2019-12-05 | `#[track_caller]` suppresses MIR inlining. | Adam Perry | -0/+5 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -87/+87 |
| 2019-12-05 | update comment to explain the importance of this check more clearly | Remy Rakic | -2/+3 |
| 2019-12-05 | make const-qualif look at more `const fn`s | Remy Rakic | -1/+5 |
| 2019-12-04 | Auto merge of #66866 - oli-obk:const_fn_memoization, r=RalfJung | bors | -1/+1 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -88/+4 |
| 2019-12-03 | rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#... | Eduard-Mihai Burtescu | -21/+21 |
| 2019-12-03 | Tidy | Oliver Scherer | -1/+0 |
| 2019-12-03 | Move all intrinsic whitelists into the constness check file | Oliver Scherer | -52/+3 |
| 2019-12-03 | Only check `min_const_fn` for const fns | Oliver Scherer | -1/+1 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -55/+21 |
| 2019-12-02 | Auto merge of #64736 - Nashenas88:mir_predecessors_cache_cleanup, r=oli-obk | bors | -171/+242 |
| 2019-12-02 | Suggest feature for const_mut_refs errors | Christian Poveda | -3/+7 |
| 2019-12-02 | Fix issues caused during rebasing | Paul Daniel Faria | -2/+1 |
| 2019-12-02 | Disallow cell borrowing | Christian Poveda | -27/+36 |
| 2019-12-02 | Allow mutable derefs with feature gate | Christian Poveda | -1/+5 |
| 2019-12-02 | Allow mutable borrows in constant bodies | Christian Poveda | -0/+4 |
| 2019-12-02 | Rename feature gate | Christian Poveda | -1/+1 |
| 2019-12-02 | Allow &mut in const fns when feature gate is enabled | Christian Poveda | -4/+8 |
| 2019-12-02 | Fix issues caused during rebasing | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix tidy issues | Paul Daniel Faria | -1/+2 |
| 2019-12-02 | Fix rebasing errors, convert some BodyCache::body() calls to reborrows | Paul Daniel Faria | -23/+24 |
| 2019-12-02 | Fix type errors created during rebasing | Paul Daniel Faria | -38/+42 |
| 2019-12-02 | Fix type errors cause during rebasing | Paul Daniel Faria | -4/+5 |
| 2019-12-02 | Compute predecessors in mir_build query and use existing cache for generating... | Paul Daniel Faria | -3/+4 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -331/+331 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -14/+14 |
| 2019-12-02 | Fix typo | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -27/+74 |
| 2019-12-02 | Fix typos caused during rebase | Paul Daniel Faria | -3/+3 |