| Age | Commit message (Expand) | Author | Lines |
| 2024-04-12 | linker: Remove laziness and caching from native search directory walks | Vadim Petrochenkov | -104/+16 |
| 2024-04-12 | make CLI linker features influence the linker flavor | Rémy Rakic | -2/+27 |
| 2024-04-12 | remove some unnecessary lifetimes | Rémy Rakic | -23/+19 |
| 2024-04-12 | linker: Avoid some allocations in search directory iteration | Vadim Petrochenkov | -15/+12 |
| 2024-04-10 | Add `/System/iOSSupport` to the library search path on Mac Catalyst | Mads Marquart | -0/+10 |
| 2024-04-10 | visionOS: Fix logic for finding the SDK root | Mads Marquart | -3/+4 |
| 2024-04-09 | Update ar_archive_writer to 0.2.0 | bjorn3 | -8/+1 |
| 2024-04-07 | Auto merge of #123221 - pacak:cache_emit, r=fmease,jieyouxu | bors | -3/+27 |
| 2024-04-06 | Save/restore more items in cache with incremental compilation | Michael Baikov | -3/+27 |
| 2024-04-06 | Rollup merge of #123467 - dpaoliello:archcoff, r=wesleywiser | Matthias Krüger | -1/+5 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -1/+7 |
| 2024-04-05 | Ignore `-C strip` on MSVC | icedrocket | -42/+35 |
| 2024-04-04 | MSVC targets should use COFF as their archive format | Daniel Paoliello | -1/+5 |
| 2024-03-28 | and few more | klensy | -6/+6 |
| 2024-03-25 | Rollup merge of #122842 - pacak:explicit_name, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2024-03-23 | Fixed bad formatting | Adam Gastineau | -4/+2 |
| 2024-03-23 | Fixed builds with modified libc | Adam Gastineau | -3/+3 |
| 2024-03-22 | Don't emit an error about failing to produce a file with a specific name | Michael Baikov | -1/+1 |
| 2024-03-20 | Update comment and remove special-case for Wasm targets which is incompatible... | Douglas Young | -7/+1 |
| 2024-03-20 | Use MSVC-style escaping when passing a response/@ file to lld on windows | Douglas Young | -6/+11 |
| 2024-03-19 | Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual... | Oli Scherer | -4/+0 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -1/+9 |
| 2024-03-15 | Auto merge of #121297 - michaelwoerister:set-pdb-alt-path, r=wesleywiser | bors | -0/+9 |
| 2024-03-15 | Rollup merge of #121207 - chriswailes:z-external-clangrt, r=michaelwoerister | Matthias Krüger | -10/+19 |
| 2024-03-14 | Rollup merge of #117118 - bzEq:aix-linker, r=wesleywiser | Matthias Krüger | -10/+16 |
| 2024-03-14 | Restore correct version of comment and fix logic bug | Chris Wailes | -5/+5 |
| 2024-03-14 | link.exe: don't embed full path to PDB file in binary. | Michael Wörister | -0/+9 |
| 2024-03-13 | Split a complex conditional into separate statements | Chris Wailes | -14/+22 |
| 2024-03-13 | Add `-Z external-sanitizer-runtime` | Chris Wailes | -0/+1 |
| 2024-03-12 | sess: stabilize relro-level | David Wood | -1/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -2/+2 |
| 2024-03-11 | Rollup merge of #117458 - kjetilkjeka:embedded-linker, r=petrochenkov | Jubilee | -5/+119 |
| 2024-03-11 | Rollup merge of #116791 - WaffleLapkin:unparallel-backends, r=oli-obk | Jubilee | -2/+7 |
| 2024-03-11 | LLVM Bitcode Linker: Add as a linker known to the compiler | Kjetil Kjeka | -5/+119 |
| 2024-03-08 | rustc: Fix typo | WANG Rui | -1/+1 |
| 2024-03-06 | Add arm64ec-pc-windows-msvc target | Daniel Paoliello | -29/+34 |
| 2024-03-05 | Adjust wording | Kai Luo | -1/+1 |
| 2024-03-05 | Rebased | Kai Luo | -0/+15 |
| 2024-03-05 | [AIX] Remove AixLinker's debuginfo() implementation | Kai Luo | -10/+1 |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -8/+8 |
| 2024-03-05 | Fix some out-of-date comments. | Nicholas Nethercote | -4/+4 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -4/+4 |
| 2024-03-04 | Remove some depgraph edges on the HIR by invoking the intrinsic query instead... | Oli Scherer | -2/+1 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -0/+5 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -0/+8 |
| 2024-03-01 | Rollup merge of #121730 - ecnelises:aix_pgo, r=wesleywiser | Matthias Krüger | -1/+3 |
| 2024-02-29 | Rollup merge of #121464 - alexcrichton:fix-wasm64, r=wesleywiser | Matthias Krüger | -50/+46 |
| 2024-02-29 | Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`. | Nicholas Nethercote | -1/+1 |
| 2024-02-28 | Add profiling support to AIX | Qiu Chaofan | -1/+3 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -3/+3 |