| Age | Commit message (Expand) | Author | Lines |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -13/+9 |
| 2020-05-22 | Auto merge of #72460 - RalfJung:rollup-28fs06y, r=RalfJung | bors | -1/+15 |
| 2020-05-22 | Rollup merge of #72325 - alexcrichton:ignore-linker-plugin-lto, r=nnethercote | Ralf Jung | -1/+15 |
| 2020-05-22 | Rollup merge of #72309 - petrochenkov:linkunspec, r=matthewjasper | Ralf Jung | -23/+27 |
| 2020-05-22 | Rollup merge of #72133 - bdbai:master, r=joshtriplett | Ralf Jung | -0/+1 |
| 2020-05-21 | Rollup merge of #72296 - ChrisDenton:msvc-link-check, r=petrochenkov | Ralf Jung | -0/+49 |
| 2020-05-20 | Factor out `NativeLibKind::Dylib` from `NativeLibKind::Unspecified` | Vadim Petrochenkov | -3/+6 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -23/+24 |
| 2020-05-20 | Suggest installing VS Build Tools in more situations | Chris Denton | -0/+49 |
| 2020-05-20 | Auto merge of #71769 - petrochenkov:crto, r=cuviper | bors | -62/+106 |
| 2020-05-18 | Always generated object code for `#![no_builtins]` | Alex Crichton | -1/+15 |
| 2020-05-17 | Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-05-16 | Auto merge of #72178 - tmiasko:inliner-lifetimes, r=nikic | bors | -0/+2 |
| 2020-05-15 | Rollup merge of #72062 - overdrivenpotato:psp, r=jonas-schievink | Dylan DPC | -0/+25 |
| 2020-05-14 | Don't pass --dynamic-linker for Fuchsia dylibs | Tyler Mandry | -1/+1 |
| 2020-05-14 | Consistently use LLVM lifetime markers during codegen | Tomasz Miąsko | -0/+2 |
| 2020-05-14 | linker: More systematic handling of CRT objects | Vadim Petrochenkov | -62/+106 |
| 2020-05-12 | Add target thumbv7a-uwp-windows-msvc | bdbai | -0/+1 |
| 2020-05-12 | Change `WorkProduct::saved_files` to an `Option`. | Nicholas Nethercote | -9/+5 |
| 2020-05-10 | Run rustfmt | Marko Mijalkovic | -6/+1 |
| 2020-05-10 | Renamed lld_link_script to link_script and support all GNU-like linkers | Marko Mijalkovic | -10/+9 |
| 2020-05-10 | Auto merge of #71825 - contrun:cg-option-strip, r=petrochenkov | bors | -34/+53 |
| 2020-05-10 | Add lld_link_script to TargetOptions | Marko Mijalkovic | -0/+31 |
| 2020-05-10 | add linking option strip | YI | -34/+53 |
| 2020-05-10 | Auto merge of #72020 - alexcrichton:fix-incremental-linker-plugin-lto, r=oli-obk | bors | -30/+39 |
| 2020-05-09 | Fix disagreeement about CGU reuse and LTO | Alex Crichton | -30/+39 |
| 2020-05-08 | Simplify bitcode embedding - either None or Full | Tom Karpiniec | -16/+6 |
| 2020-05-07 | Provide configurable LLVM cmdline section via target spec | Tom Karpiniec | -0/+2 |
| 2020-05-07 | Force embed-bitcode on non-simulator iOS/tvOS targets | Tom Karpiniec | -0/+2 |
| 2020-05-04 | Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercote | bors | -21/+6 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -52/+49 |
| 2020-05-02 | Auto merge of #71716 - alexcrichton:bitcode-follow-up, r=nnethercote | bors | -2/+2 |
| 2020-05-01 | Rename `bitcode-in-rlib` option to `embed-bitcode` | Alex Crichton | -2/+2 |
| 2020-05-01 | Don't copy bytecode files into the incr. comp. cache. | Nicholas Nethercote | -21/+6 |
| 2020-05-01 | Auto merge of #71623 - petrochenkov:localink, r=estebank | bors | -1/+16 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -8/+5 |
| 2020-04-30 | Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelix | bors | -2/+2 |
| 2020-04-29 | Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote | bors | -49/+5 |
| 2020-04-29 | Store LLVM bitcode in object files, not compressed | Alex Crichton | -49/+5 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -2/+2 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -8/+5 |
| 2020-04-27 | Disable localization for all linkers | Vadim Petrochenkov | -1/+16 |
| 2020-04-26 | codegen_llvm: Simplify logic for relaxing PIC into PIE | Vadim Petrochenkov | -1/+1 |
| 2020-04-26 | rustc_target: Stop using "string typing" for relocation models | Vadim Petrochenkov | -11/+2 |
| 2020-04-25 | Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum | Dylan DPC | -5/+1 |
| 2020-04-25 | Rollup merge of #71364 - Amanieu:zprofile_compiler_builtins, r=cramertj | Dylan DPC | -5/+18 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -5/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -1/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -2/+2 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -5/+5 |