| Age | Commit message (Expand) | Author | Lines |
| 2023-02-20 | Fix metadata encoding and decoding to use the right length | Rune Tynan | -1/+6 |
| 2023-02-20 | Try adding metadata length prefix, and obey it while decoding | Rune Tynan | -0/+1 |
| 2023-02-20 | Move the resolver into a query | Oli Scherer | -0/+1 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |
| 2023-02-14 | Do not fetch HIR to compute symbols. | Camille GILLOT | -33/+34 |
| 2023-02-12 | Auto merge of #105601 - BelovDV:change-rlib-with-not-stable, r=petrochenkov | bors | -96/+39 |
| 2023-02-10 | remove redundant clones | Matthias Krüger | -1/+1 |
| 2023-02-10 | [link] enable packed bundled lib in non stable cases | Daniil Belov | -96/+39 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -2/+6 |
| 2023-01-27 | Revert "Avoid a temporary file when processing macOS fat archives" | bjorn3 | -34/+36 |
| 2023-01-26 | Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwco | Matthias Krüger | -6/+0 |
| 2023-01-26 | Rollup merge of #106811 - khuey:dwp_extension, r=davidtwco | Matthias Krüger | -1/+2 |
| 2023-01-19 | Allow for more efficient sorting when exporting Unord collections. | Michael Woerister | -1/+1 |
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -5/+9 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -10/+10 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -10/+10 |
| 2023-01-16 | Append .dwp to the binary filename instead of replacing the existing extension. | Kyle Huey | -1/+2 |
| 2023-01-15 | Preserve split DWARF files when building archives. | Kyle Huey | -6/+0 |
| 2023-01-14 | Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum | bors | -1/+7 |
| 2023-01-13 | Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3 | Matthias Krüger | -5/+17 |
| 2023-01-13 | Improve linker-flavor detection | Jonathan Schwender | -1/+10 |
| 2023-01-12 | riscv: Fix ELF header flags | Fawaz | -5/+17 |
| 2023-01-11 | Fix some typos in code comments. | Cedric | -9/+9 |
| 2023-01-09 | Fix aarch64-unknown-linux-gnu_ilp32 target | Amanieu d'Antras | -1/+7 |
| 2023-01-07 | Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru... | Matthias Krüger | -2/+2 |
| 2023-01-04 | Auto merge of #106224 - bjorn3:staticlib_fixes, r=wesleywiser | bors | -77/+81 |
| 2023-01-04 | Fix each_linked_rlib when the current crate has 0 crate types | bjorn3 | -0/+3 |
| 2023-01-02 | only specify --target by default for -Zgcc-ld=lld on wasm | Rémy Rakic | -1/+20 |
| 2022-12-28 | Explicitly pass in which crate type to use to each_linked_rlib | bjorn3 | -76/+76 |
| 2022-12-28 | Don't translate --print native-static-libs output | bjorn3 | -1/+2 |
| 2022-12-27 | UPDATE - migrate outstanding diagnostic in link.rs | Jhonny Bill Mena | -2/+2 |
| 2022-12-25 | Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-acc... | Matthias Krüger | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -7/+7 |
| 2022-12-20 | Remove wrapper functions for some unstable options | Nilstrieb | -1/+1 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -1/+1 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -2/+2 |
| 2022-12-16 | don't copy symbols from dylibs with -Zdylib-lto | Rémy Rakic | -1/+1 |
| 2022-12-14 | Auto merge of #105221 - alex:fat-archive-cleanup, r=bjorn3 | bors | -36/+34 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -1/+1 |
| 2022-12-07 | fix: remove hack from link.rs (moved to libc) | Daniil Belov | -9/+0 |
| 2022-12-03 | Avoid a temporary file when processing macOS fat archives | Alex Gaynor | -36/+34 |
| 2022-12-03 | Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiser | bors | -2/+229 |
| 2022-12-03 | Make sure all input archives are unmapped before persisting the output archive | bjorn3 | -1/+7 |
| 2022-12-02 | Write to temp file before renaming to the final name | bjorn3 | -4/+22 |
| 2022-11-28 | Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8Ki | Dylan DPC | -11/+7 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -11/+7 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -45/+45 |
| 2022-11-26 | Rewrite LLVM's archive writer in Rust | bjorn3 | -2/+205 |