| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-05-01 | Move metadata writing earlier. | Nicholas Nethercote | -29/+6 |
| 2019-05-01 | Inline and remove `link_binary_output`. | Nicholas Nethercote | -74/+61 |
| 2019-04-30 | Move metadata encoding earlier. | Nicholas Nethercote | -30/+25 |
| 2019-04-30 | Auto merge of #60389 - Centril:rollup-nefreyr, r=Centril | bors | -10/+8 |
| 2019-04-30 | Rollup merge of #60276 - matthewjasper:cleanup-mir-visitor, r=estebank | Mazdak Farrokhzad | -10/+8 |
| 2019-04-29 | Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichton | bors | -29/+25 |
| 2019-04-30 | In JSON output, emit a directive after metadata is generated. | Nicholas Nethercote | -4/+10 |
| 2019-04-26 | Remove region from borrow place contexts | Matthew Jasper | -6/+6 |
| 2019-04-26 | Remove BasicBlock parameter from mir visitor methods | Matthew Jasper | -4/+2 |
| 2019-04-26 | Update handling of Tuple | varkor | -1/+1 |
| 2019-04-26 | Remove some unused return values. | Nicholas Nethercote | -25/+15 |
| 2019-04-25 | Update existing usages | varkor | -1/+1 |
| 2019-04-25 | Preserve visibility scopes in stored generator locals | Tyler Mandry | -9/+17 |
| 2019-04-25 | Generalize discriminant info calls for generators and ADTs | Tyler Mandry | -18/+9 |
| 2019-04-25 | Support variantful generators | Tyler Mandry | -13/+36 |
| 2019-04-25 | Give GeneratorLayout a list of fields for each variant | Tyler Mandry | -2/+4 |
| 2019-04-24 | Rollup merge of #60190 - nnethercote:less-metadata-gen, r=alexcrichton | Mazdak Farrokhzad | -23/+37 |
| 2019-04-24 | Don't generate unnecessary rmeta files. | Nicholas Nethercote | -23/+37 |
| 2019-04-23 | rustc: dissuade compiler developers from misusing upvar debuginfo. | Eduard-Mihai Burtescu | -5/+6 |