| Age | Commit message (Expand) | Author | Lines |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -1/+2 |
| 2019-12-11 | Rollup merge of #67134 - oli-obk:const_prop_zst, r=wesleywiser | Yuki Okushi | -1/+8 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -1/+2 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -3/+3 |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-12-08 | Ensure that we get a hard error on generic ZST constants if their body causes... | Oliver Scherer | -1/+8 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -12/+50 |
| 2019-12-06 | Address review feedback. | Adam Perry | -4/+4 |
| 2019-12-06 | Caller location is propagated via immediates rather than memory. | Adam Perry | -8/+13 |
| 2019-12-05 | Pass a location to #[track_caller] functions in codegen_call_terminator. | Adam Perry | -4/+29 |
| 2019-12-05 | Add field to FunctionCx for passing caller location. | Adam Perry | -8/+16 |
| 2019-12-05 | rustc_codegen_ssa: Fix line accidentally reverted during rebase | Paul Daniel Faria | -1/+1 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -2/+2 |
| 2019-12-06 | use abort instead of unreachable | Ralf Jung | -1/+9 |
| 2019-12-05 | comments | Ralf Jung | -2/+5 |
| 2019-12-05 | codegen: mark invalid SetDiscriminant unreachable | Ralf Jung | -2/+3 |
| 2019-12-03 | rustc: take a PolyFnSig instead of an FnSig in FnAbi::of_fn_ptr. | Eduard-Mihai Burtescu | -17/+13 |
| 2019-12-03 | rustc: rename FnAbi::new to FnAbi::of_fn_ptr. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-12-03 | rustc: compute FnAbi's for virtual calls through FnAbi::of_instance. | Eduard-Mihai Burtescu | -22/+26 |
| 2019-12-03 | rustc_codegen_ssa: use FnAbi::of_instance wherever possible. | Eduard-Mihai Burtescu | -5/+2 |
| 2019-12-03 | rustc_codegen_ssa: clean up lifetimes on TerminatorCodegenHelper's methods. | Eduard-Mihai Burtescu | -14/+13 |
| 2019-12-03 | rustc_codegen_ssa: make codegen_instance a simple wrapper for codegen_mir. | Eduard-Mihai Burtescu | -3/+6 |
| 2019-12-03 | rustc_codegen_ssa: use &'tcx mir::Body<'tcx> instead of &'a ... for the MIR b... | Eduard-Mihai Burtescu | -28/+29 |
| 2019-12-03 | rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#... | Eduard-Mihai Burtescu | -7/+7 |
| 2019-12-02 | Fix issues caused during rebasing | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Remove files created during conflict resolution | Paul Daniel Faria | -1696/+0 |
| 2019-12-02 | Fix typos caused during rebase | Paul Daniel Faria | -2/+1698 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -7/+7 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -11/+13 |
| 2019-12-02 | Undo minor changes that weren't needed, fix one lifetime typo | Paul Daniel Faria | -30/+30 |
| 2019-12-02 | Fix compilation errors created during rebase | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -1/+5 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -52/+51 |
| 2019-12-02 | Account for new maybe_sideeffect helper that requires predecessors | Paul Daniel Faria | -45/+45 |
| 2019-12-02 | Convert &mut to & since the reference didn't need to be mutable | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Revert back to using FunctionCx's Body | Paul Daniel Faria | -147/+118 |
| 2019-12-02 | Add Body back as field of FunctionCx, but under a different lifetime | Paul Daniel Faria | -49/+46 |
| 2019-12-02 | Improved BodyCache body impl so it only returns a sharable ref, add new body_... | Paul Daniel Faria | -6/+7 |
| 2019-12-02 | Remove Body from FunctionCx, pass it along during librustc_codegen_ssa | Paul Daniel Faria | -157/+182 |
| 2019-12-02 | Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ... | Paul Daniel Faria | -34/+42 |
| 2019-12-02 | Move predecessors cache invalidation back to basic_blocks_mut, add a couple m... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Stop invalidating predecessors cache when accessing unique basic block, inval... | Paul Daniel Faria | -1/+1 |
| 2019-11-30 | libunwind_panic: adjust miri panic hack | Ralf Jung | -11/+4 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -158/+98 |
| 2019-11-22 | Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk | Mazdak Farrokhzad | -4/+26 |
| 2019-11-21 | Fix rebase | Matthew Jasper | -1/+1 |
| 2019-11-21 | Readjust constant evaluation for operands | Santiago Pastorino | -2/+24 |
| 2019-11-21 | Simplify pattern | Santiago Pastorino | -2/+2 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -49/+47 |
| 2019-11-15 | Cleaned up unused labels | Bart Massey | -1/+1 |