| Age | Commit message (Expand) | Author | Lines |
| 2024-10-08 | Only add an automatic SONAME for Rust dylibs | Josh Stone | -15/+70 |
| 2024-08-31 | Rollup merge of #129366 - petrochenkov:libsearch, r=jieyouxu | Matthias Krüger | -50/+25 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -0/+2 |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -0/+2 |
| 2024-08-27 | linker: Better support alternative static library naming on MSVC | Vadim Petrochenkov | -4/+10 |
| 2024-08-27 | linker: Synchronize native library search in rustc and linker | Vadim Petrochenkov | -46/+15 |
| 2024-08-27 | Rollup merge of #129418 - petrochenkov:libsearch2, r=jieyouxu | Trevor Gross | -16/+11 |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -3/+3 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 2024-08-22 | rustc: Simplify getting sysroot library directory | Vadim Petrochenkov | -16/+11 |
| 2024-08-22 | Auto merge of #129257 - ChrisDenton:rename-null-descriptor, r=jieyouxu | bors | -1/+5 |
| 2024-08-21 | Simplify some redundant field names | Michael Goulet | -2/+2 |
| 2024-08-20 | Make import libraries compatible with wholearchive | Chris Denton | -1/+5 |
| 2024-08-17 | Always use ar_archive_writer for import libs | Chris Denton | -3/+83 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_codegen_ssa`. | Nicholas Nethercote | -3/+3 |
| 2024-08-15 | Auto merge of #128936 - bjorn3:fix_thin_archive_reading, r=jieyouxu | bors | -4/+9 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -1/+2 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -1/+2 |
| 2024-08-11 | Fix review comments and other improvements | bjorn3 | -4/+2 |
| 2024-08-10 | Auto merge of #128400 - petrochenkov:nowhole3, r=bjorn3 | bors | -10/+1 |
| 2024-08-10 | Support reading thin archives in ArArchiveBuilder | bjorn3 | -4/+11 |
| 2024-08-07 | Rollup merge of #128772 - glaubitz:sparc-elf-fix, r=nagisa | Matthias Krüger | -0/+1 |
| 2024-08-07 | Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu | Guillaume Gomez | -37/+196 |
| 2024-08-07 | rustc_codegen_ssa: Set architecture for object crate for 32-bit SPARC | John Paul Adrian Glaubitz | -0/+1 |
| 2024-08-03 | Fix linking to sanitizers on Apple targets | Vadim Petrochenkov | -3/+7 |
| 2024-08-03 | linker: Pass fewer search directories to the linker | Vadim Petrochenkov | -38/+56 |
| 2024-08-01 | Rollup merge of #128450 - dpaoliello:coff, r=bjorn3 | Matthias Krüger | -5/+1 |
| 2024-07-31 | Create COFF archives for non-LLVM backends | Daniel Paoliello | -5/+1 |
| 2024-07-31 | Rollup merge of #127830 - tgross35:archive-failure-message, r=BoxyUwU | Matthias Krüger | -2/+5 |
| 2024-07-30 | linker: Remove the "`--whole-archive` in test mode" backcompat hack | Vadim Petrochenkov | -10/+1 |
| 2024-07-30 | Move mingw dlltool invocation to cg_ssa | bjorn3 | -0/+127 |
| 2024-07-30 | Move computation of decorated names out of the create_dll_import_lib method | bjorn3 | -4/+20 |
| 2024-07-30 | Move temp file name generation out of the create_dll_import_lib method | bjorn3 | -6/+9 |
| 2024-07-30 | Introduce create_dll_import_libs function | bjorn3 | -31/+44 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -81/+71 |
| 2024-07-28 | Rollup merge of #127860 - klensy:dedup, r=Mark-Simulacrum | Guillaume Gomez | -15/+17 |
| 2024-07-28 | adopt object changes | klensy | -15/+17 |
| 2024-07-25 | Auto merge of #127995 - workingjubilee:say-turings-prayer, r=BoxyUwU | bors | -4/+4 |
| 2024-07-20 | compiler: Never debug_assert in codegen | Jubilee Young | -4/+4 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -6/+6 |
| 2024-07-16 | Rollup merge of #127512 - eggyal:newline-terminate-print-linkargs, r=compiler... | Trevor Gross | -1/+1 |
| 2024-07-16 | Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwco | Trevor Gross | -13/+12 |
| 2024-07-16 | When an archive fails to build, print the path | Trevor Gross | -2/+5 |
| 2024-07-16 | Fix unsafe_op_in_unsafe_fn in compiler | Michael Goulet | -1/+1 |
| 2024-07-09 | Terminate `--print link-args` output with newline | Alan Egerton | -1/+1 |
| 2024-07-07 | Fix review comments | bjorn3 | -1/+1 |
| 2024-07-07 | Sync ar_archive_writer to LLVM 18.1.3 | bjorn3 | -13/+12 |
| 2024-07-07 | use "bootstrap" instead of "rustbuild" in comments and docs | onur-ozkan | -1/+1 |
| 2024-07-02 | linker: Link dylib crates by path | Vadim Petrochenkov | -85/+94 |
| 2024-07-01 | linker: Bail out of rpath logic early if the target doesn't support rpath | Vadim Petrochenkov | -10/+4 |