| Age | Commit message (Expand) | Author | Lines |
| 2019-03-29 | Use Builder instead of CodegenCx for OperandRef and LocalRef | bjorn3 | -24/+27 |
| 2019-03-29 | `eval_mir_constant` doesn't need a builder param | bjorn3 | -6/+5 |
| 2019-03-29 | Don't use c_uint in cg_ssa | bjorn3 | -9/+7 |
| 2019-03-29 | rustc_target: factor out common fields of non-Single Variants. | Eduard-Mihai Burtescu | -18/+21 |
| 2019-03-29 | Auto merge of #58605 - nagisa:fix-the-metadata, r=michaelwoerister | bors | -1/+7 |
| 2019-03-28 | Rollup merge of #59320 - alexcrichton:wasm-clang, r=sanxiyn | Mazdak Farrokhzad | -56/+21 |
| 2019-03-28 | Rollup merge of #59318 - alexcrichton:check-for-clang, r=michaelwoerister | Mazdak Farrokhzad | -8/+11 |
| 2019-03-28 | Rollup merge of #59441 - TheGoddessInari:natvis, r=alexcrichton | Mazdak Farrokhzad | -12/+0 |
| 2019-03-27 | Use informational target machine for metadata | Simonas Kazlauskas | -1/+7 |
| 2019-03-26 | Remove the block on natvis for lld-link. | TheGoddessInari | -12/+0 |
| 2019-03-23 | adding mir::StaticKind enum for static and promoted | Saleem Jaffer | -9/+17 |
| 2019-03-21 | review fixes | Saleem Jaffer | -4/+4 |
| 2019-03-20 | rustc: Allow using `clang` for wasm32 targets | Alex Crichton | -56/+21 |
| 2019-03-20 | Add a -Z time option which prints only passes which runs once | John Kåre Alsaker | -2/+2 |
| 2019-03-19 | rustc: Update linker flavor inference from filename | Alex Crichton | -8/+11 |
| 2019-03-18 | fixed all compilation errors | Saleem Jaffer | -7/+15 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -20/+12 |
| 2019-03-16 | Rollup merge of #59180 - taiki-e:try_blocks, r=scottmcm | kennytm | -9/+7 |
| 2019-03-15 | rustc: remove fmt::{Debug,Display} from ty::TyKind. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-14 | Use try blocks in rustc_codegen_ssa | Taiki Endo | -9/+7 |
| 2019-03-10 | Replace TimeLine with SelfProfiler | Wesley Wiser | -79/+72 |
| 2019-03-09 | Rollup merge of #58518 - oli-obk:unreachable_result_errors, r=RalfJung | Mazdak Farrokhzad | -7/+7 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -3/+4 |
| 2019-03-08 | Auto merge of #58985 - dlrobertson:fix_58980, r=alexreg | bors | -9/+8 |
| 2019-03-08 | Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk | Pietro Albini | -1/+1 |
| 2019-03-08 | Rollup merge of #58926 - gabi-250:tcx-lifetimes, r=petrochenkov | Pietro Albini | -2/+2 |
| 2019-03-08 | Rollup merge of #58906 - Nemo157:generator-state-debug-info, r=Zoxc | Pietro Albini | -0/+1 |
| 2019-03-07 | Fix segfaults in release build C-variadic fns | Dan Robertson | -9/+8 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -2/+2 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -1/+1 |
| 2019-03-05 | Use non_erasable_generics for codegen | varkor | -1/+3 |
| 2019-03-04 | Make the lifetime parameters of tcx consistent. | Gabriela Alexandra Moldovan | -2/+2 |
| 2019-03-04 | Use early unwraps instead of bubbling up errors just to unwrap in the end | Oliver Scherer | -7/+7 |
| 2019-03-04 | Monomorphize generator field types for debuginfo | Wim Looman | -0/+1 |
| 2019-03-03 | Auto merge of #58425 - wesleywiser:more_profiler_changes, r=michaelwoerister | bors | -0/+28 |
| 2019-03-03 | Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix | bors | -2/+4 |
| 2019-03-03 | Wrap the self-profiler in an `Arc<Mutex<>>` | Wesley Wiser | -0/+28 |
| 2019-03-02 | Auto merge of #58836 - ljedrz:begone_NodeId, r=Zoxc | bors | -6/+6 |
| 2019-03-02 | Auto merge of #58077 - Nemo157:generator-state-debug-info, r=Zoxc | bors | -4/+31 |
| 2019-03-02 | hir: remove NodeId from StructField | ljedrz | -6/+6 |
| 2019-03-01 | Auto merge of #58631 - spastorino:place2_1, r=oli-obk | bors | -15/+22 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -15/+22 |
| 2019-03-01 | Auto merge of #58408 - alexcrichton:update-llvm, r=michaelwoerister | bors | -24/+1 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -4/+4 |
| 2019-02-27 | Refactor FunctionCx::codgen_terminator | Dan Robertson | -671/+771 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -10/+110 |
| 2019-02-26 | rustc: Update LLVM, remove dead wasm code | Alex Crichton | -24/+1 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -8/+8 |
| 2019-02-25 | librustc_codegen_ssa: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -30/+34 |
| 2019-02-24 | Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung | Mazdak Farrokhzad | -4/+4 |