| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-07-01 | linker: Refactor interface for passing arguments to linker | Vadim Petrochenkov | -373/+314 |
| 2024-06-25 | Rollup merge of #126943 - Urgau:dedup-all, r=petrochenkov | Matthias Krüger | -5/+2 |
| 2024-06-25 | De-duplicate all consecutive native libs regardless of their options | Urgau | -5/+2 |
| 2024-06-24 | Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelix | Michael Goulet | -2/+0 |
| 2024-06-19 | Rollup merge of #126594 - zetanumbers:fix-cross-crate-async-drop-glue, r=oli-obk | León Orell Valerian Liehr | -10/+13 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -8/+15 |
| 2024-06-18 | Apply suggestions from oli-obk's review | Daria Sukhonina | -10/+4 |
| 2024-06-18 | Make async drop code more consistent with regular drop code | Daria Sukhonina | -5/+14 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -5/+5 |
| 2024-06-14 | rustc_codegen_ssa: Remove unused ModuleConfig::inline_threshold | Martin Nordholts | -2/+0 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -1/+1 |
| 2024-06-05 | Rollup merge of #125861 - name1e5s:fix/rpath_null_panic, r=michaelwoerister | Matthias Krüger | -0/+21 |
| 2024-06-04 | Auto merge of #122597 - pacak:master, r=bjorn3 | bors | -0/+23 |
| 2024-06-02 | rustc_codegen_ssa: fix get_rpath_relative_to_output panic when lib only conta... | Hai-Hsin | -0/+21 |
| 2024-05-24 | Auto merge of #125463 - GuillaumeGomez:rollup-287wx4y, r=GuillaumeGomez | bors | -2/+19 |
| 2024-05-23 | Rollup merge of #125345 - durin42:thin-link-bitcode, r=bjorn3 | Guillaume Gomez | -1/+10 |
| 2024-05-23 | Rollup merge of #125263 - lqd:lld-fallback, r=petrochenkov | Guillaume Gomez | -1/+9 |
| 2024-05-23 | Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 | bors | -0/+5 |
| 2024-05-23 | cleanup: standardize on summary over index in names | Augie Fackler | -3/+3 |
| 2024-05-23 | thinlto: only build summary file if needed | Augie Fackler | -1/+1 |
| 2024-05-23 | emit an error if we can't find a path to the self-contained linker | Rémy Rakic | -3/+3 |
| 2024-05-23 | rust-lld: fallback to the default default sysroot where rustc is currently lo... | Rémy Rakic | -1/+9 |
| 2024-05-23 | Rollup merge of #125438 - tbu-:pr_rm_to_string_lossy, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2024-05-23 | Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`. | Nicholas Nethercote | -0/+5 |
| 2024-05-23 | Remove unneeded string conversion | Tobias Bucher | -4/+4 |
| 2024-05-22 | rustc_codegen_llvm: add support for writing summary bitcode | Augie Fackler | -0/+9 |
| 2024-05-22 | self-contained linker: retry without -fuse-ld=lld on older GCCs | Rémy Rakic | -0/+21 |
| 2024-05-22 | rustc: Use `tcx.used_crates(())` more | Vadim Petrochenkov | -1/+1 |
| 2024-05-21 | Auto merge of #124676 - djkoloski:relax_multiple_sanitizers, r=cuviper,rcvalle | bors | -1/+4 |
| 2024-05-15 | Don't link lsan rt if asan or hwasan are enabled | David Koloski | -1/+4 |