| Age | Commit message (Expand) | Author | Lines |
| 2025-01-07 | Pass objcopy args for stripping on OSX | Noratrieb | -18/+7 |
| 2025-01-01 | upstream rustc_codegen_llvm changes for enzyme/autodiff | Manuel Drehwald | -0/+21 |
| 2024-12-29 | review fixes: Adjust whitespace | Piotr Osiewicz | -0/+3 |
| 2024-12-29 | rustc_codegen_ssa: Buffer file writes in link_rlib | Piotr Osiewicz | -5/+5 |
| 2024-12-20 | Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2024-12-20 | Reduce the amount of explicit FatalError.raise() | bjorn3 | -6/+6 |
| 2024-12-20 | Review comments | bjorn3 | -3/+2 |
| 2024-12-19 | Make DependencyList an IndexVec | bjorn3 | -11/+6 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -5/+4 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -2/+3 |
| 2024-12-15 | Rollup merge of #133633 - jyn514:hide-linker-args, r=bjorn3,jyn514 | Stuart Cook | -2/+2 |
| 2024-12-14 | don't show the full linker args unless `--verbose` is passed | jyn | -2/+2 |
| 2024-12-13 | Make dependency_formats an FxIndexMap rather than a list of tuples | bjorn3 | -22/+14 |
| 2024-12-13 | Remove jobserver from Session | bjorn3 | -5/+2 |
| 2024-12-12 | Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors | bors | -13/+8 |
| 2024-12-11 | Rollup merge of #134139 - mustartt:pgo-linker-flag, r=saethlin | Jacob Pratt | -0/+2 |
| 2024-12-10 | Rollup merge of #133967 - daltenty:daltenty/bnoipath, r=jieyouxu | León Orell Valerian Liehr | -0/+9 |
| 2024-12-06 | Remove all threading through of ErrorGuaranteed from the driver | bjorn3 | -32/+24 |
| 2024-12-06 | Store a single copy of the error registry in DiagCtxt | bjorn3 | -1/+5 |
| 2024-12-06 | Move some timers around | bjorn3 | -2/+0 |
| 2024-12-06 | Clarify comment | David Tenty | -2/+4 |
| 2024-12-06 | Pass -bnoipath when adding rust upstream dynamic crates | Kai Luo | -0/+7 |
| 2024-12-03 | keep profile-rt symbol alive | Henry Jiang | -0/+2 |
| 2024-12-03 | Rollup merge of #133041 - madsmtm:print-deployment-target-env-var, r=davidtwco | Matthias Krüger | -1/+1 |
| 2024-12-01 | Rollup merge of #132974 - madsmtm:linker-arguments-with-commas, r=petrochenkov | Matthias Krüger | -61/+82 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -1/+11 |
| 2024-11-26 | Pass end position of span through inline ASM cookie | beetrees | -13/+8 |
| 2024-11-25 | Rollup merge of #133297 - DianQK:embed-bitcode-ios, r=nikic | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2024-11-24 | Remove forces_embed_bitcode | DianQK | -4/+2 |
| 2024-11-24 | Remove unnecessary 0 link args optimization | Mads Marquart | -14/+3 |
| 2024-11-24 | Support rpath with -Clinker-flavor=ld | Mads Marquart | -47/+21 |
| 2024-11-24 | Support linker arguments that contain commas | Mads Marquart | -9/+67 |
| 2024-11-23 | Rollup merge of #133217 - xingxue-ibm:fix-strip, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -10/+12 |
| 2024-11-22 | Print env var in --print=deployment-target | Mads Marquart | -1/+1 |
| 2024-11-21 | Auto merge of #132362 - mustartt:aix-dylib-detection, r=jieyouxu | bors | -2/+39 |
| 2024-11-21 | Change to pass "strip" options in an array of string slices and add option "-... | Xing Xue | -10/+12 |
| 2024-11-21 | aix: fix archive format | Henry Jiang | -2/+39 |
| 2024-11-20 | Account for `wasm32v1-none` when exporting TLS symbols | daxpedda | -2/+2 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -2/+4 |
| 2024-11-15 | rustc_metadata: Preprocess search paths for better performance | Piotr Osiewicz | -1/+1 |
| 2024-11-11 | Rollup merge of #132820 - bjorn3:default_backend_link_impl, r=jieyouxu | Matthias Krüger | -4/+12 |
| 2024-11-09 | Pass owned CodegenResults to link_binary | bjorn3 | -4/+4 |
| 2024-11-09 | Add a default implementation for CodegenBackend::link | bjorn3 | -0/+8 |
| 2024-11-09 | Rollup merge of #132774 - bjorn3:cranelift_lld, r=lqd | Matthias Krüger | -17/+0 |
| 2024-11-09 | Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-11-09 | Add v8plus target feature to sparc and use it in create_object_file | Taiki Endo | -1/+1 |
| 2024-11-08 | Use lld with non-LLVM backends | bjorn3 | -17/+0 |
| 2024-11-07 | Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiser | Jubilee | -34/+64 |
| 2024-11-05 | codegen_ssa: use `llvm-objcopy` for macOS strip | David Wood | -5/+17 |
| 2024-11-03 | Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubilee | Jubilee | -5/+7 |