| Age | Commit message (Expand) | Author | Lines |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-12-05 | Add caller_location paramter to FnAbi::new_internal. | Adam Perry | -2/+11 |
| 2019-12-03 | rustc: add docs to FnAbi::{of_fn_ptr,of_instance} and InstanceDef::Virtual. | Eduard-Mihai Burtescu | -0/+11 |
| 2019-12-03 | rustc: move Instance::fn_sig to ty::layout and privatize it. | Eduard-Mihai Burtescu | -1/+71 |
| 2019-12-03 | rustc_target: add abi::call::Conv::Rust distinct from Conv::C. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-12-03 | rustc: take a PolyFnSig instead of an FnSig in FnAbi::of_fn_ptr. | Eduard-Mihai Burtescu | -7/+8 |
| 2019-12-03 | rustc: rename FnAbi::new to FnAbi::of_fn_ptr. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-12-03 | rustc: compute FnAbi's for virtual calls through FnAbi::of_instance. | Eduard-Mihai Burtescu | -12/+8 |
| 2019-11-25 | review feedback: comments and spacing | Ralf Jung | -2/+3 |
| 2019-11-22 | remove the 'dereferenceable' attribute from Box | Ralf Jung | -1/+7 |
| 2019-11-22 | Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxc | bors | -152/+0 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -2/+2 |
| 2019-11-17 | Derive HashStable in librustc_target. | Camille GILLOT | -152/+0 |
| 2019-11-16 | make simd_size return a u64 | Ralf Jung | -1/+1 |
| 2019-11-15 | Cleaned up unused labels | Bart Massey | -1/+1 |
| 2019-11-12 | Rollup merge of #66276 - Mark-Simulacrum:sess-code-stats, r=nikomatsakis | Yuki Okushi | -7/+7 |
| 2019-11-10 | Move lock into CodeStats | Mark Rousskov | -7/+7 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -2/+2 |
| 2019-11-07 | rustc_target: inline abi::FloatTy into abi::Primitive. | Eduard-Mihai Burtescu | -8/+9 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -1/+4 |
| 2019-11-03 | rustc: rename {Fn,Arg}TypeExt to {Fn,Arg}AbiExt. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-11-03 | rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-10-25 | Add new EFIAPI ABI | roblabla | -0/+1 |
| 2019-10-14 | Auto merge of #64987 - oli-obk:code_reuse_prevents_bugs, r=eddyb | bors | -3/+7 |
| 2019-10-09 | Refactor a nested `if` to a `match` | Oliver Scherer | -11/+7 |
| 2019-10-04 | replace GeneratorSubsts inside related types | csmoe | -2/+2 |
| 2019-10-04 | generate GeneratorSubsts from SubstsRef | csmoe | -8/+7 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -2/+2 |
| 2019-10-02 | Compute the layout of uninhabited structs | Oliver Scherer | -4/+12 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-29 | Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ... | Mazdak Farrokhzad | -35/+10 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -35/+10 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -33/+2 |
| 2019-09-27 | Remove global_tcx from TyCtxt | Mark Rousskov | -3/+3 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -12/+12 |
| 2019-09-16 | factor getting the discriminant layout to a new method | Ralf Jung | -0/+11 |
| 2019-08-26 | ty: use Align for ReprOptions pack and align. | Hristo Venev | -30/+19 |
| 2019-08-19 | Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov | bors | -2/+1 |
| 2019-08-11 | Copy ty::Instance instead of passing by reference | Mark Rousskov | -2/+2 |
| 2019-08-11 | Remove `is_self` and `has_self_ty` methods | Matthew Jasper | -2/+1 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -3/+3 |
| 2019-08-07 | Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj | Mazdak Farrokhzad | -5/+23 |
| 2019-08-06 | Fix generator size regressions due to optimization | Tyler Mandry | -0/+21 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+1 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -1/+1 |
| 2019-08-01 | Round generator sizes to multiple of their alignment | Tyler Mandry | -0/+2 |
| 2019-07-29 | Wrap promoted generator fields in MaybeUninit | Tyler Mandry | -5/+2 |
| 2019-07-15 | rustc: precompute the largest Niche and store it in LayoutDetails. | Eduard-Mihai Burtescu | -90/+100 |