| Age | Commit message (Expand) | Author | Lines |
| 2019-05-14 | some more refactor of FnType. Things build now | Saleem Jaffer | -8/+299 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -72/+74 |
| 2019-05-10 | refactor some `FnType` stuff to `rustc::ty::layout` | Saleem Jaffer | -291/+0 |
| 2019-05-04 | removing param_env from pointee_info_at | Saleem Jaffer | -5/+7 |
| 2019-05-04 | adding HasParamEnv trait | Saleem Jaffer | -1/+13 |
| 2019-05-04 | resolving conflicts | Saleem Jaffer | -11/+1 |
| 2019-05-04 | impl `pointee_info_at` in TyLayout. | Daan de Graaf | -2/+2 |
| 2019-05-04 | Add param_env parameter to pointee_info_at. | Daan de Graaf | -1/+1 |
| 2019-05-04 | Remove old pointee_info_at body. | Daan de Graaf | -132/+13 |
| 2019-05-04 | Auto merge of #59897 - tmandry:variantful-generators, r=eddyb | bors | -91/+197 |
| 2019-05-03 | Address review comments | Tyler Mandry | -7/+7 |
| 2019-05-03 | Split out debuginfo from type info in MIR GeneratorLayout | Tyler Mandry | -2/+3 |
| 2019-05-03 | Make variant_fields inner an IndexVec | Tyler Mandry | -1/+1 |
| 2019-05-03 | Rollup merge of #60467 - nnethercote:less-symbol-interning, r=davidtwco | Mazdak Farrokhzad | -10/+14 |
| 2019-05-02 | Avoid repeated interning of static strings. | Nicholas Nethercote | -10/+14 |
| 2019-04-30 | Move metadata encoding earlier. | Nicholas Nethercote | -41/+13 |
| 2019-04-29 | Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichton | bors | -1/+1 |
| 2019-04-30 | In JSON output, emit a directive after metadata is generated. | Nicholas Nethercote | -1/+1 |
| 2019-04-26 | Update handling of Tuple | varkor | -6/+7 |
| 2019-04-25 | Generalize discriminant info calls for generators and ADTs | Tyler Mandry | -8/+4 |
| 2019-04-25 | Include generator locals as field names in debuginfo | Tyler Mandry | -8/+17 |
| 2019-04-25 | Make generator object debuginfo easier to read | Tyler Mandry | -8/+17 |
| 2019-04-25 | Describe generator variants in debuginfo | Tyler Mandry | -94/+176 |
| 2019-04-25 | Support variantful generators | Tyler Mandry | -1/+10 |
| 2019-04-24 | Rollup merge of #56278 - eddyb:mir-debuginfo-proof, r=nikomatsakis | Mazdak Farrokhzad | -1/+1 |
| 2019-04-23 | rustc_codegen_ssa: rename debuginfo_upvar_decls_ops_sequence to debuginfo_upv... | Eduard-Mihai Burtescu | -1/+1 |
| 2019-04-23 | Rollup merge of #60191 - gnzlbg:f16c, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-04-23 | Add f16c target_feature | gnzlbg | -0/+1 |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 |
| 2019-04-21 | Change return type of `TyCtxt::is_static` to bool | Vadim Petrochenkov | -1/+1 |
| 2019-04-20 | Move cg_llvm/debuginfo/type_names.rs to cg_ssa | bjorn3 | -267/+10 |
| 2019-04-20 | Remove cg_llvm/back/link.rs | bjorn3 | -29/+12 |
| 2019-04-20 | Move almost all of cg_llvm/back/link.rs to cg_ssa | bjorn3 | -1567/+15 |
| 2019-04-20 | Remove get_reloc_model and target_cpu dependency from most of link.rs | bjorn3 | -14/+18 |
| 2019-04-20 | Make link functions generic over archive builder | bjorn3 | -83/+85 |
| 2019-04-20 | Move some filename constants to cg_ssa | bjorn3 | -12/+8 |
| 2019-04-20 | Move some function from cg_llvm/back/link.rs to cg_ssa/back/link.rs | bjorn3 | -373/+3 |
| 2019-04-19 | Rollup merge of #60097 - cuviper:llvm8-mergefunc-use-aliases, r=rkruppe | Mazdak Farrokhzad | -2/+1 |
| 2019-04-19 | Rollup merge of #60060 - mtak-:rtm-x86-feature, r=petrochenkov | Mazdak Farrokhzad | -0/+1 |
| 2019-04-18 | Remove the unused LLVMRustIsRustLLVM | Josh Stone | -1/+0 |
| 2019-04-18 | Use -mergefunc-use-aliases for any LLVM >= 8 | Josh Stone | -1/+1 |
| 2019-04-17 | whitelist rtm x86 cpu feature | tyler | -0/+1 |
| 2019-04-17 | Rename modules | Yuki OKUSHI | -1/+1 |
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -0/+0 |
| 2019-04-14 | Rollup merge of #59874 - michaelwoerister:pgo-updates-1, r=cramertj | Mazdak Farrokhzad | -8/+18 |
| 2019-04-14 | Rollup merge of #59812 - michaelwoerister:profile-gen-msvc-imp, r=alexcrichton | Mazdak Farrokhzad | -1/+17 |
| 2019-04-12 | Use measureme in self-profiler | Wesley Wiser | -23/+16 |
| 2019-04-11 | Add discr_index to multi-variant layouts | Tyler Mandry | -31/+39 |
| 2019-04-11 | describe_enum_variant: Reduce code duplication | Tyler Mandry | -12/+10 |
| 2019-04-11 | Clean up handling of -Zpgo-gen commandline option. | Michael Woerister | -8/+18 |