| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-04-09 | Exclude profiler-generated symbols from MSVC __imp_-symbol workaround. | Michael Woerister | -1/+17 |
| 2019-04-07 | Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix | bors | -1/+2 |
| 2019-04-06 | Auto merge of #59710 - alexcrichton:llvm-9-compat, r=sanxiyn | bors | -7/+6 |
| 2019-04-06 | Auto merge of #59744 - cuviper:output-errors, r=sanxiyn | bors | -11/+17 |
| 2019-04-05 | Show better errors for LLVM IR output | Josh Stone | -11/+17 |
| 2019-04-05 | rustc: Start implementing compat with LLVM 9 | Alex Crichton | -7/+6 |
| 2019-04-04 | Fix cases of conflicting two-phase borrows | Matthew Jasper | -1/+2 |
| 2019-04-04 | Remove invalid assertion back::link::from add_upstream_rust_crates(). | Michael Woerister | -4/+0 |
| 2019-04-02 | Rollup merge of #59446 - Aaron1011:fix/debuginfo-overflow, r=oli-obk | Mazdak Farrokhzad | -17/+111 |
| 2019-04-01 | Fix typo | Aaron Hill | -1/+1 |
| 2019-04-01 | Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister | Mazdak Farrokhzad | -2/+2 |
| 2019-03-31 | Only track 'visited' state for function types | Aaron Hill | -18/+31 |
| 2019-03-31 | Fix typos | Aaron Hill | -4/+2 |
| 2019-03-31 | Fix inverted panic check | Aaron Hill | -1/+1 |
| 2019-03-31 | Fix stack overflow when generating debuginfo for 'recursive' type | Aaron Hill | -17/+100 |
| 2019-03-31 | Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obk | Mazdak Farrokhzad | -21/+55 |
| 2019-03-31 | Rollup merge of #59506 - JohnTitor:improve-mcount, r=nagisa | Mazdak Farrokhzad | -1/+7 |
| 2019-03-30 | Remove redundant imports | Fabian Drinck | -1/+0 |
| 2019-03-30 | Rollup merge of #59380 - philipc:thinlto-variant, r=michaelwoerister | Mazdak Farrokhzad | -1/+17 |
| 2019-03-30 | Use CString | Yuki OKUSHI | -5/+3 |
| 2019-03-30 | Use target_mcount | Yuki OKUSHI | -24/+4 |
| 2019-03-29 | Use ExactSizeIterator + TrustedLen instead of num_cases arg for switch | bjorn3 | -3/+4 |
| 2019-03-29 | Add a method for emiting a switch. | bjorn3 | -8/+9 |
| 2019-03-29 | Remove inline_asm_call from cg_ssa | bjorn3 | -43/+47 |
| 2019-03-29 | Remove type_variadic_func and typ_array from cg_ssa | bjorn3 | -39/+68 |
| 2019-03-29 | Remove a lot of methods from *TypeMethods | bjorn3 | -36/+84 |
| 2019-03-29 | Remove scalar_lltypes from cg_ssa | bjorn3 | -6/+0 |
| 2019-03-29 | Move get_param and set_value_name | bjorn3 | -26/+34 |
| 2019-03-29 | Remove a lot of methods from BuilderMethods | bjorn3 | -213/+213 |
| 2019-03-29 | [WIP] Make some debug info methods take &mut FunctionDebugContext | bjorn3 | -2/+2 |
| 2019-03-29 | Remove internal mutability from source_locations_enabled | bjorn3 | -4/+4 |
| 2019-03-29 | Remove const_{cstr,str_slice,get_elt,get_real} and is_const_real methods from... | bjorn3 | -66/+97 |
| 2019-03-29 | Remove const_{fat_ptr,array,vector,bytes} from cg_ssa | bjorn3 | -26/+28 |
| 2019-03-29 | Misc | bjorn3 | -1/+1 |
| 2019-03-29 | Add a comment | bjorn3 | -0/+1 |
| 2019-03-29 | Use Builder instead of CodegenCx for OperandRef and LocalRef | bjorn3 | -1/+1 |
| 2019-03-29 | Don't use c_uint in cg_ssa | bjorn3 | -2/+2 |