| Age | Commit message (Expand) | Author | Lines |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -7/+17 |
| 2019-12-09 | Rollup merge of #67125 - hashedone:master, r=petrochenkov | Tyler Mandry | -5/+9 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -7/+17 |
| 2019-12-09 | Added ExactSizeIterator bound to return types | Bartłomiej Kuras | -1/+1 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -3/+3 |
| 2019-12-07 | Added ExactSizeIterator bound to return types | Bartłomiej Kuras | -5/+9 |
| 2019-12-06 | Fix rebase issues | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -5/+1 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -3/+3 |
| 2019-12-02 | Remove unchecked inline attribute, remove unused functions, make chache mod p... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Remove inline attributes that hadn't been profiled, unexport Cache since it n... | Paul Daniel Faria | -2/+1 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -3/+3 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -1/+3 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Account for new maybe_sideeffect helper that requires predecessors | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ... | Paul Daniel Faria | -1/+6 |
| 2019-12-02 | Move predecessor cache outside of Body, use wrapper types to manage Cache and... | Paul Daniel Faria | -116/+8 |
| 2019-12-02 | Move predecessors cache back to its own type | Paul Daniel Faria | -12/+11 |
| 2019-12-02 | Add back cache invalidation to basic_blocks_and_local_decls_mut | Paul Daniel Faria | -1/+3 |
| 2019-12-02 | Address excessive line length that was triggering warning during linting | Paul Daniel Faria | -1/+5 |
| 2019-12-02 | Move predecessors cache invalidation back to basic_blocks_mut, add a couple m... | Paul Daniel Faria | -28/+3 |
| 2019-12-02 | Ensure predecessors are recomputed at critical points, fixes panics | Paul Daniel Faria | -17/+18 |
| 2019-12-02 | Address linting errors caught by CI | Paul Daniel Faria | -2/+4 |
| 2019-12-02 | Add pass to ensure predecessors cache is generated after optimization | Paul Daniel Faria | -15/+3 |
| 2019-12-02 | Stop invalidating predecessors cache when accessing unique basic block, inval... | Paul Daniel Faria | -5/+37 |
| 2019-12-02 | Get rid of old comment | Paul Daniel Faria | -1/+0 |
| 2019-12-02 | Inline cache impl into Body, rename predecessor fns, change output of predece... | Paul Daniel Faria | -14/+36 |
| 2019-12-02 | Remove interior mutability in mir predecessors cache | Paul Daniel Faria | -5/+10 |
| 2019-12-02 | Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obk | Mazdak Farrokhzad | -2/+6 |
| 2019-11-30 | rustc: move mir::SourceScopeLocalData to a field of SourceScopeData. | Eduard-Mihai Burtescu | -6/+4 |
| 2019-11-30 | rustc: move MIR source_scope_local_data's ClearCrossCrate to be around elements. | Eduard-Mihai Burtescu | -2/+9 |
| 2019-11-28 | rustc: hide HirId's fmt::Debug output from -Z span_free_formats. | Eduard-Mihai Burtescu | -2/+6 |
| 2019-11-28 | Remove duplication using single variant for error | David Haig | -4/+2 |
| 2019-11-28 | Fixed merge issue | David Haig | -0/+10 |
| 2019-11-28 | Fixed merge issue | David Haig | -1/+1 |
| 2019-11-28 | Squash | David Haig | -3/+11 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -1/+1 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -49/+24 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-22 | Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk | Mazdak Farrokhzad | -23/+82 |
| 2019-11-21 | Address review comments | Matthew Jasper | -7/+4 |
| 2019-11-21 | Track pointers to statics in MIR | Matthew Jasper | -15/+59 |
| 2019-11-21 | Fix rebase | Matthew Jasper | -3/+3 |
| 2019-11-21 | Readjust const qualification to detect statics again | Santiago Pastorino | -1/+19 |
| 2019-11-21 | Introduce MIR optimizations for simplifying `x?` on `Result`s. | Mazdak Farrokhzad | -6/+6 |
| 2019-11-21 | reduce size of hir::ExprKind | Mazdak Farrokhzad | -2/+2 |
| 2019-11-19 | More HashStable. | Camille GILLOT | -54/+8 |
| 2019-11-17 | Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddyb | bors | -0/+11 |
| 2019-11-17 | Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc | bors | -101/+9 |