| Age | Commit message (Expand) | Author | Lines |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -8/+22 |
| 2019-12-06 | Address review feedback. | Adam Perry | -2/+2 |
| 2019-12-06 | Caller location is propagated via immediates rather than memory. | Adam Perry | -4/+2 |
| 2019-12-05 | Pass a location to #[track_caller] functions in codegen_call_terminator. | Adam Perry | -0/+12 |
| 2019-12-05 | Add field to FunctionCx for passing caller location. | Adam Perry | -8/+12 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -1/+1 |
| 2019-12-06 | use abort instead of unreachable | Ralf Jung | -0/+6 |
| 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 | -21/+25 |
| 2019-12-03 | rustc_codegen_ssa: clean up lifetimes on TerminatorCodegenHelper's methods. | Eduard-Mihai Burtescu | -14/+13 |
| 2019-12-03 | rustc_codegen_ssa: use &'tcx mir::Body<'tcx> instead of &'a ... for the MIR b... | Eduard-Mihai Burtescu | -21/+22 |
| 2019-12-03 | rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#... | Eduard-Mihai Burtescu | -2/+2 |
| 2019-12-02 | Fix typos caused during rebase | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -4/+5 |
| 2019-12-02 | Undo minor changes that weren't needed, fix one lifetime typo | Paul Daniel Faria | -18/+20 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -29/+29 |
| 2019-12-02 | Account for new maybe_sideeffect helper that requires predecessors | Paul Daniel Faria | -17/+17 |
| 2019-12-02 | Revert back to using FunctionCx's Body | Paul Daniel Faria | -86/+67 |
| 2019-12-02 | Add Body back as field of FunctionCx, but under a different lifetime | Paul Daniel Faria | -23/+23 |
| 2019-12-02 | Remove Body from FunctionCx, pass it along during librustc_codegen_ssa | Paul Daniel Faria | -77/+94 |
| 2019-12-02 | Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ... | Paul Daniel Faria | -6/+6 |
| 2019-11-30 | libunwind_panic: adjust miri panic hack | Ralf Jung | -11/+4 |
| 2019-11-15 | Cleaned up unused labels | Bart Massey | -1/+1 |
| 2019-11-11 | Add more detailed codegen comment | Aaron Hill | -0/+5 |
| 2019-11-11 | Fix up intrinsic implementation | Aaron Hill | -0/+10 |
| 2019-11-06 | Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkov | Mazdak Farrokhzad | -1/+2 |
| 2019-11-03 | rustc: rename {Fn,Arg}TypeExt to {Fn,Arg}AbiExt. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-11-03 | rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi. | Eduard-Mihai Burtescu | -46/+46 |
| 2019-10-30 | caller_location: point to macro invocation sites, like file!/line!. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-10-27 | Always use consteval to codegen caller_location. | Adam Perry | -10/+20 |
| 2019-10-27 | Panicking infra uses &core::panic::Location. | Adam Perry | -39/+8 |
| 2019-10-27 | Implement core::intrinsics::caller_location. | Adam Perry | -0/+16 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -50/+34 |
| 2019-10-13 | Remove MiscMethods::instances | bjorn3 | -4/+4 |
| 2019-10-10 | Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisa | bors | -1/+40 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-28 | rustc_codegen_ssa: remove redundant `va_list_ref` field from `FunctionCx`. | Eduard-Mihai Burtescu | -5/+7 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -29/+3 |
| 2019-09-28 | Generate llvm.sideeffect at function entry instead of call | Xiang Fan | -4/+7 |
| 2019-09-28 | Gate llvm.sideeffect under -Z insert-sideeffect | Xiang Fan | -7/+9 |
| 2019-09-28 | Add llvm.sideeffect to potential infinite loops and recursions | Xiang Fan | -1/+35 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -2/+2 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -2/+1 |
| 2019-09-14 | Rollup merge of #64435 - eddyb:arguments-against-arg, r=rkruppe | Mazdak Farrokhzad | -9/+9 |
| 2019-09-12 | codegen: be more explicit about setting giving names to allocas. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-09-09 | Convert Place's projection to a boxed slice | Santiago Pastorino | -5/+5 |