| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-04-11 | Clean up handling of -Zpgo-gen commandline option. | Michael Woerister | -4/+5 |
| 2019-04-04 | Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddyb | Mazdak Farrokhzad | -0/+7 |
| 2019-04-03 | Never return uninhabited values at all | Josh Stone | -0/+7 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 2019-04-03 | Rollup merge of #59630 - nnethercote:shrink-mir-Statement, r=pnkfelix | Mazdak Farrokhzad | -6/+6 |
| 2019-04-03 | Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb | Mazdak Farrokhzad | -7/+7 |
| 2019-04-03 | Shrink `mir::Statement`. | Nicholas Nethercote | -6/+6 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -7/+7 |
| 2019-04-02 | Rollup merge of #59607 - kenta7777:renames-EvalErrorKind-to-InterpError, r=ol... | Mazdak Farrokhzad | -3/+3 |
| 2019-04-02 | renames EvalErrorKind to InterpError | kenta7777 | -3/+3 |
| 2019-04-01 | Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister | Mazdak Farrokhzad | -2/+2 |
| 2019-03-31 | Auto merge of #59577 - dlrobertson:fix_58881, r=nagisa | bors | -13/+2 |
| 2019-03-31 | Fix LLVM IR generated for C-variadic arguments | Dan Robertson | -13/+2 |