| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-04-23 | rustc_codegen_ssa: rename debuginfo_upvar_decls_ops_sequence to debuginfo_upv... | Eduard-Mihai Burtescu | -2/+2 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -12/+1 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -8/+8 |
| 2019-04-20 | Tidy | bjorn3 | -2/+15 |
| 2019-04-20 | Move cg_llvm/debuginfo/type_names.rs to cg_ssa | bjorn3 | -0/+253 |
| 2019-04-20 | Move almost all of cg_llvm/back/link.rs to cg_ssa | bjorn3 | -5/+1560 |
| 2019-04-20 | Remove get_reloc_model and target_cpu dependency from most of link.rs | bjorn3 | -1/+1 |
| 2019-04-20 | Make link functions generic over archive builder | bjorn3 | -1/+16 |
| 2019-04-20 | Move some filename constants to cg_ssa | bjorn3 | -0/+1 |
| 2019-04-20 | Move some function from cg_llvm/back/link.rs to cg_ssa/back/link.rs | bjorn3 | -2/+379 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -1/+1 |
| 2019-04-17 | Rename modules | Yuki OKUSHI | -1/+1 |
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -0/+0 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz MikuĊa | -1/+1 |
| 2019-04-15 | basic refactor. Adding PointerCast enum | Saleem Jaffer | -8/+8 |
| 2019-04-14 | Rollup merge of #59874 - michaelwoerister:pgo-updates-1, r=cramertj | Mazdak Farrokhzad | -4/+5 |
| 2019-04-12 | Use measureme in self-profiler | Wesley Wiser | -30/+18 |
| 2019-04-11 | Add discr_index to multi-variant layouts | Tyler Mandry | -6/+8 |