| Age | Commit message (Expand) | Author | Lines |
| 2019-08-15 | hygiene: `ExpnInfo` -> `ExpnData` | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | hygiene: Remove `Option`s from functions returning `ExpnInfo` | Vadim Petrochenkov | -4/+1 |
| 2019-08-15 | Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton | Mazdak Farrokhzad | -0/+32 |
| 2019-08-13 | review feedback: add comments and use local flavor variable | Martin Finkel | -1/+4 |
| 2019-08-12 | review feedback: move uwp link code to get_linker | Martin Finkel | -13/+28 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -2/+2 |
| 2019-08-08 | move store lib probing code to librustc_codegen_ssa | Martin Finkel | -0/+14 |
| 2019-07-30 | Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk | bors | -1/+1 |
| 2019-07-29 | Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikic | Mazdak Farrokhzad | -201/+46 |
| 2019-07-26 | rustc: Stabilize options for pipelined compilation | Alex Crichton | -1/+1 |
| 2019-07-26 | Auto merge of #60260 - videolabs:rust_uwp2, r=alexcrichton | bors | -0/+20 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-07-25 | rustc: codegen: Build import library for all windows targets | Hugo Beauzée-Luyssen | -0/+20 |
| 2019-07-25 | std: Use native `#[thread_local]` TLS on wasm | Alex Crichton | -0/+7 |
| 2019-07-25 | rustc: Update wasm32 support for LLVM 9 | Alex Crichton | -201/+39 |
| 2019-07-24 | Merge `rustc_allocator` into `libsyntax_ext` | Vadim Petrochenkov | -2/+2 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -2/+2 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -2/+2 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -2/+2 |
| 2019-07-05 | Add a "total" measurement to -Ztime-passes. | Nicholas Nethercote | -1/+1 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -2/+2 |
| 2019-07-04 | Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=... | Mazdak Farrokhzad | -7/+4 |
| 2019-07-04 | Rollup merge of #62039 - jeremystucki:needless_lifetimes, r=eddyb | Mazdak Farrokhzad | -14/+14 |
| 2019-07-03 | Rollup merge of #62021 - crlf0710:msvc_link_output_improve, r=alexcrichton | Mark Rousskov | -4/+8 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -14/+14 |
| 2019-07-02 | Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton | bors | -4/+4 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -7/+4 |
| 2019-06-27 | rustc: Retry SIGILL linker invocations | Alex Crichton | -24/+47 |
| 2019-06-24 | Add mention of VS 2019 in link error output. | CrLF0710 | -4/+8 |
| 2019-06-21 | Stabilize profile-guided optimization. | Michael Woerister | -4/+4 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-16 | Separate librustc_codegen_ssa module | chansuke | -95/+94 |
| 2019-06-15 | Auto merge of #59752 - Zoxc:dylib-fix, r=alexcrichton | bors | -15/+8 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -19/+19 |
| 2019-06-12 | Add a limit_rdylib_exports option and disable it for Solaris | John Kåre Alsaker | -7/+4 |
| 2019-06-12 | Limit dylib symbols | John Kåre Alsaker | -9/+5 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -29/+24 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -19/+19 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -4/+4 |
| 2019-05-28 | Rename PgoGenerate to something more general. | Michael Woerister | -3/+3 |
| 2019-05-27 | Use a PathBuf instead of String for representing the pgo-use path internally. | Michael Woerister | -2/+2 |
| 2019-05-23 | Update dylib_dependency_formats, extern_crate and reachable_non_generics | John Kåre Alsaker | -4/+3 |
| 2019-05-23 | Update upstream_monomorphizations and upstream_monomorphizations_for | John Kåre Alsaker | -8/+4 |
| 2019-05-21 | Make -Zemit-artifact-notifications also emit the artifact type | Jeremy Fitzhardinge | -1/+1 |
| 2019-05-16 | add targetarch for CodegenContext | Chandler Deng | -0/+2 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -1/+1 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -3/+3 |
| 2019-05-07 | Auto merge of #60464 - eddyb:not-overly-specific-pipelining, r=alexcrichton | bors | -0/+3 |