| Age | Commit message (Expand) | Author | Lines |
| 2019-06-01 | Auto merge of #61394 - pietroalbini:rollup-lzugnb4, r=pietroalbini | bors | -1/+1 |
| 2019-05-31 | Update rustc-demangle version. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-31 | Rollup merge of #61369 - Vallentin:patch-1, r=varkor | Pietro Albini | -1/+1 |
| 2019-05-31 | Auto merge of #60166 - oli-obk:type_name, r=eddyb | bors | -6/+6 |
| 2019-05-30 | Fixed lifetime misspelling | Christian Vallentin | -1/+1 |
| 2019-05-30 | Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov | bors | -1/+1 |
| 2019-05-30 | light refactoring of global AllocMap | Ralf Jung | -1/+1 |
| 2019-05-30 | Make the `type_name` intrinsic's output deterministic | Oliver Scherer | -6/+6 |
| 2019-05-29 | Rollup merge of #61297 - eddyb:forsaken-stats, r=nagisa | Mazdak Farrokhzad | -77/+3 |
| 2019-05-29 | Rollup merge of #61291 - spastorino:avoid-unneeded-bug-call, r=estebank | Mazdak Farrokhzad | -14/+12 |
| 2019-05-29 | Introduce and use `SyntaxContext::outer_expn_info()`. | Nicholas Nethercote | -1/+1 |
| 2019-05-29 | rustc_codegen_llvm: remove LLVM instruction count stats. | Eduard-Mihai Burtescu | -67/+3 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -10/+10 |
| 2019-05-29 | rustc_codegen_ssa: remove obsolete codegen stats. | Eduard-Mihai Burtescu | -10/+0 |
| 2019-05-28 | Avoid unneeded bug!() call | Santiago Pastorino | -14/+12 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -10/+10 |
| 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-25 | Make `ConstValue::Slice` solely take `[u8]` and `str` | Oliver Scherer | -4/+8 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -4/+4 |
| 2019-05-23 | Update dylib_dependency_formats, extern_crate and reachable_non_generics | John Kåre Alsaker | -4/+3 |
| 2019-05-23 | Update foreign_modules and dllimport_foreign_items | John Kåre Alsaker | -2/+1 |
| 2019-05-23 | Update upstream_monomorphizations and upstream_monomorphizations_for | John Kåre Alsaker | -8/+4 |
| 2019-05-23 | Rollup merge of #61014 - jsgf:emit-artifact-type, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-05-23 | Auto merge of #60740 - petrochenkov:kw, r=nnethercote | bors | -3/+3 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -3/+3 |
| 2019-05-22 | Make maybe_codegen_consume_direct iterate instead of doing recursion | Santiago Pastorino | -34/+36 |
| 2019-05-21 | Make -Zemit-artifact-notifications also emit the artifact type | Jeremy Fitzhardinge | -1/+1 |
| 2019-05-20 | Auto merge of #60815 - nnethercote:use-Symbol-more-2, r=petrochenkov | bors | -5/+5 |
| 2019-05-20 | Introduce `LocalInternedString::intern`. | Nicholas Nethercote | -5/+5 |
| 2019-05-20 | Rollup merge of #60895 - chandde:master, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-05-17 | Rollup merge of #60862 - spastorino:get-ty-from-local_decls, r=oli-obk | Mazdak Farrokhzad | -3/+2 |
| 2019-05-16 | add targetarch for CodegenContext | Chandler Deng | -0/+2 |
| 2019-05-16 | Auto merge of #60693 - saleemjaffer:refactor_fntype_stuff, r=eddyb | bors | -20/+19 |
| 2019-05-15 | Get ty from local_decls instead of using Place | Santiago Pastorino | -3/+2 |
| 2019-05-14 | removes `AbiMethods` | Saleem Jaffer | -20/+19 |
| 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 | -6/+6 |
| 2019-05-07 | Auto merge of #60464 - eddyb:not-overly-specific-pipelining, r=alexcrichton | bors | -0/+3 |
| 2019-05-07 | rustc_codegen_ssa: emit artifact notifications for the main link product too. | Eduard-Mihai Burtescu | -0/+3 |
| 2019-05-06 | Auto merge of #60526 - alexcrichton:wasm-main-symbols, r=oli-obk | bors | -6/+14 |
| 2019-05-05 | code review fixes | Saleem Jaffer | -2/+1 |
| 2019-05-04 | adding HasParamEnv trait | Saleem Jaffer | -2/+9 |
| 2019-05-04 | Auto merge of #59897 - tmandry:variantful-generators, r=eddyb | bors | -23/+49 |
| 2019-05-03 | Split out debuginfo from type info in MIR GeneratorLayout | Tyler Mandry | -3/+5 |
| 2019-05-03 | rustc: Always handle exported symbols on the wasm target | Alex Crichton | -6/+14 |
| 2019-05-02 | Auto merge of #59008 - varkor:const-generics-infer, r=eddyb | bors | -0/+1 |
| 2019-05-02 | Rollup merge of #60385 - nnethercote:earlier-metadata, r=alexcrichton | Mazdak Farrokhzad | -110/+69 |
| 2019-05-01 | Add `ConstValue::Placeholder` | varkor | -0/+1 |
| 2019-05-01 | Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb | bors | -1/+1 |