| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+2 |
| 2019-11-14 | Auto merge of #66233 - cjgillot:constkind, r=oli-obk | bors | -8/+10 |
| 2019-11-12 | Fix tidy. | Camille GILLOT | -1/+3 |
| 2019-11-12 | Rename in librustc_codegen_ssa. | Camille GILLOT | -8/+8 |
| 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-10 | Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obk | Yuki Okushi | -0/+1 |
| 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 | -2/+2 |
| 2019-11-03 | rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi. | Eduard-Mihai Burtescu | -56/+56 |
| 2019-10-31 | rustc_codegen_ssa: introduce MIR VarDebugInfo, but only for codegen. | Eduard-Mihai Burtescu | -138/+186 |
| 2019-10-31 | rustc_codegen_ssa: hide address ops from the declare_local interface. | Eduard-Mihai Burtescu | -21/+17 |
| 2019-10-31 | rustc_codegen_ssa: move debuginfo scopes into FunctionDebugContext. | Eduard-Mihai Burtescu | -68/+34 |
| 2019-10-31 | rustc_codegen_ssa: change set_var_name back to taking a &str. | Eduard-Mihai Burtescu | -31/+7 |
| 2019-10-31 | rustc_codegen_ssa: move all set_var_name calls to mir::debuginfo. | Eduard-Mihai Burtescu | -87/+118 |
| 2019-10-31 | rustc_codegen_ssa: move local variable debuginfo to mir::debuginfo. | Eduard-Mihai Burtescu | -241/+227 |
| 2019-10-31 | rustc_codegen_ssa: move debuginfo-related things to a new mir::debuginfo module. | Eduard-Mihai Burtescu | -61/+149 |
| 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-25 | Don't cast directly from `&[T; N]` to `*const T` | Matthew Jasper | -0/+1 |
| 2019-10-25 | Rollup merge of #65315 - spastorino:intern-place-projection, r=oli-obk | Mazdak Farrokhzad | -65/+40 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -65/+40 |
| 2019-10-21 | Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)` | varkor | -0/+1 |
| 2019-10-19 | Remove unreachable unit tuple compare binop codegen | Caleb Behunin | -8/+1 |
| 2019-10-13 | Remove MiscMethods::instances | bjorn3 | -7/+7 |
| 2019-10-13 | Inline functions from cg_ssa::callee and remove the mod | bjorn3 | -2/+9 |
| 2019-10-13 | s/FuncId/Function | bjorn3 | -2/+2 |
| 2019-10-13 | Remove is_const_integral method from ConstMethods | bjorn3 | -3/+3 |
| 2019-10-13 | Introduce FuncId backend type | bjorn3 | -2/+2 |
| 2019-10-13 | Auto merge of #65182 - anp:reify-shim, r=eddyb | bors | -1/+1 |
| 2019-10-10 | Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisa | bors | -1/+42 |
| 2019-10-09 | Reifying callers of Instance::resolve use resolve_for_fn_ptr. | Adam Perry | -1/+1 |
| 2019-10-04 | clean up GeneratorSubsts | csmoe | -1/+1 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -2/+6 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -3/+4 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -4/+4 |
| 2019-09-29 | remove ClosureSubsts with SubstsRef | csmoe | -2/+5 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -2/+2 |
| 2019-09-28 | rustc_codegen_ssa: remove redundant `va_list_ref` field from `FunctionCx`. | Eduard-Mihai Burtescu | -18/+8 |