| Age | Commit message (Expand) | Author | Lines |
| 2021-07-10 | Auto merge of #86873 - nikic:opaque-ptrs, r=nagisa | bors | -39/+42 |
| 2021-07-09 | Auto merge of #86419 - ricobbe:raw-dylib-stdcall, r=petrochenkov | bors | -5/+22 |
| 2021-07-09 | Pass type when creating load | Nikita Popov | -39/+39 |
| 2021-07-09 | Pass type when creating atomic load | Nikita Popov | -0/+3 |
| 2021-07-09 | Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows... | Richard Cobbe | -5/+22 |
| 2021-07-08 | Adjust the threshold to look at the ABI, not just the size | Scott McMurray | -12/+24 |
| 2021-07-08 | Stop generating `alloca`s+`memcmp` for simple array equality | Scott McMurray | -0/+31 |
| 2021-07-06 | Auto merge of #86911 - bjorn3:crate_info_refactor, r=petrochenkov | bors | -6/+1 |
| 2021-07-06 | Don't pass local_crate_name to link_binary separately | bjorn3 | -6/+1 |
| 2021-07-02 | Respond to review feedback | Wesley Wiser | -1/+1 |
| 2021-07-02 | Show the variant name for univariant enums | Wesley Wiser | -1/+1 |
| 2021-07-02 | Update directly tagged enums to visualize the same as niche-layout enums | Wesley Wiser | -89/+34 |
| 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 |