| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-03-29 | rustc_target: factor out common fields of non-Single Variants. | Eduard-Mihai Burtescu | -21/+55 |
| 2019-03-29 | Auto merge of #58605 - nagisa:fix-the-metadata, r=michaelwoerister | bors | -17/+28 |
| 2019-03-29 | Use platform dependent mcount function | Yuki OKUSHI | -1/+29 |
| 2019-03-28 | Rollup merge of #58717 - hellow554:nonzero_parse, r=oli-obk | Mazdak Farrokhzad | -1/+2 |
| 2019-03-28 | fixed shift overflow | Marcel Hellwig | -1/+2 |
| 2019-03-28 | Rollup merge of #57987 - parched:va-args, r=joshtriplett | Mazdak Farrokhzad | -2/+2 |
| 2019-03-27 | Give variant parts their own unique id | Philip Craig | -14/+25 |
| 2019-03-27 | Use informational target machine for metadata | Simonas Kazlauskas | -17/+28 |
| 2019-03-25 | Auto merge of #59242 - euclio:asm-ice, r=nagisa | bors | -2/+2 |
| 2019-03-24 | make asm diagnostic instruction optional | Andy Russell | -2/+2 |
| 2019-03-24 | Rollup merge of #59377 - smaeul:patch/system-llvm, r=nikic | kennytm | -3/+5 |
| 2019-03-23 | Fix invalid DWARF for enums when using thinlto | Philip Craig | -9/+14 |
| 2019-03-22 | Correct minimum system LLVM version in tests | Samuel Holland | -3/+5 |
| 2019-03-20 | Add a -Z time option which prints only passes which runs once | John Kåre Alsaker | -2/+2 |
| 2019-03-19 | Fix AArch64 typo in comments | James Duley | -2/+2 |
| 2019-03-16 | Rollup merge of #59152 - smmalis37:range_contains, r=SimonSapin | kennytm | -1/+0 |
| 2019-03-15 | rustc: tie the 'tcx between Print and PrintCx in ty::print. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-15 | rustc: remove fmt::{Debug,Display} from ty::TyKind. | Eduard-Mihai Burtescu | -12/+11 |
| 2019-03-14 | Auto merge of #58488 - wesleywiser:llvm_prof, r=michaelwoerister | bors | -71/+52 |
| 2019-03-12 | Stabilize Range*::contains. | Steven Malis | -1/+0 |
| 2019-03-11 | Fix incorrect links in librustc_codegen_llvm documentation | Nikita Baksalyar | -3/+3 |