| Age | Commit message (Expand) | Author | Lines |
| 2021-07-02 | Auto merge of #85269 - dpaoliello:dpaoliello/DebugSymbols, r=michaelwoerister | bors | -47/+38 |
| 2021-07-01 | Rollup merge of #86652 - nagisa:nagisa/non-leaf-fp, r=petrochenkov | Guillaume Gomez | -13/+23 |
| 2021-06-30 | Improve debug symbol names to avoid ambiguity and work better with MSVC's deb... | Daniel Paoliello | -47/+38 |
| 2021-06-30 | Add support for leaf fn frame pointer elimination | Simonas Kazlauskas | -13/+23 |
| 2021-06-29 | Auto merge of #86603 - Mark-Simulacrum:stage-step, r=pietroalbini | bors | -1/+0 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -1/+0 |
| 2021-06-28 | Update other codegens to use tcx managed vtable allocations. | Charles Lew | -0/+4 |
| 2021-06-26 | Auto merge of #86267 - ZuseZ4:master, r=nagisa | bors | -0/+14 |
| 2021-06-26 | Remove dropping of loaded plugins and better debug info | Manuel Drehwald | -1/+3 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -3/+3 |
| 2021-06-23 | Add missing use | Manuel Drehwald | -1/+4 |
| 2021-06-21 | addressing feedback | Manuel Drehwald | -6/+5 |
| 2021-06-13 | allow loading of llvm plugins on nightly | Manuel Drehwald | -0/+10 |
| 2021-06-10 | Auto merge of #86020 - nagisa:nagisa/outliner, r=pnkfelix | bors | -1/+12 |
| 2021-06-10 | Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011 | bors | -1/+1 |
| 2021-06-07 | Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkor | bors | -10/+3 |
| 2021-06-06 | Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkov | bors | -1/+116 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+6 |
| 2021-06-05 | Disable the machine outliner by default | Simonas Kazlauskas | -1/+12 |
| 2021-06-04 | Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl... | Richard Cobbe | -1/+116 |
| 2021-06-04 | Auto merge of #84449 - alexcrichton:metadata-in-object, r=nagisa | bors | -84/+0 |
| 2021-06-04 | rustc: Store metadata-in-rlibs in object files | Alex Crichton | -84/+0 |
| 2021-06-04 | Move crate_name field from OngoingCodegen to CrateInfo | bjorn3 | -1/+1 |
| 2021-06-04 | Remove unused imports | bjorn3 | -2/+2 |
| 2021-06-04 | Provide default MetadataLoader | bjorn3 | -4/+0 |
| 2021-06-04 | Provide a default provide* implementation for CodegenBackend | bjorn3 | -3/+0 |
| 2021-06-02 | Respond to review feedback | Wesley Wiser | -62/+28 |
| 2021-06-02 | Change the type name from `_enum<..>` to `enum$<..>` | Wesley Wiser | -3/+3 |
| 2021-06-02 | Respond to review feedback | Wesley Wiser | -3/+33 |
| 2021-06-02 | Make tidy happy | Wesley Wiser | -4/+10 |
| 2021-06-02 | Generate better debuginfo for niche-layout enums | Wesley Wiser | -72/+127 |
| 2021-06-02 | Remove fallback for containing scopes | Wesley Wiser | -9/+2 |
| 2021-06-02 | Resolve EnumTagInfo FIXME | Wesley Wiser | -15/+11 |
| 2021-06-02 | Generate better debuginfo for directly tagged enums | Wesley Wiser | -5/+6 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+6 |
| 2021-06-01 | Drop metadata_encoding_version. | Camille GILLOT | -1/+1 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -1/+1 |
| 2021-05-30 | Drop metadata_encoding_version. | Camille GILLOT | -1/+1 |
| 2021-05-28 | Fix static relocation model for PowerPC64 | Boris-Chengbiao Zhou | -44/+37 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-23 | Add support for BPF inline assembly | Alessandro Decina | -0/+6 |
| 2021-05-20 | Auto merge of #84665 - adamgemmell:aarch64-features, r=Amanieu | bors | -0/+6 |
| 2021-05-19 | Rename fptoint to frintts | Adam Gemmell | -0/+1 |
| 2021-05-19 | Remove LSE2 | Adam Gemmell | -1/+0 |
| 2021-05-19 | Auto merge of #85276 - Bobo1239:more_dso_local, r=nagisa | bors | -1/+39 |
| 2021-05-18 | Set dso_local for more items | Boris-Chengbiao Zhou | -1/+39 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -1/+1 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -16/+12 |
| 2021-05-17 | rustc_codegen_ssa: append blocks to functions w/o creating a builder. | Eduard-Mihai Burtescu | -23/+29 |
| 2021-05-17 | rustc_codegen_ssa: only create backend `BasicBlock`s as-needed. | Eduard-Mihai Burtescu | -5/+0 |