| Age | Commit message (Expand) | Author | Lines |
| 2024-12-09 | Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot | Matthias Krüger | -43/+31 |
| 2024-12-08 | Pass the arch rather than full target name to windows_registry::find_tool | bjorn3 | -8/+3 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -13/+11 |
| 2024-12-06 | Remove all threading through of ErrorGuaranteed from the driver | bjorn3 | -40/+26 |
| 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-12-01 | Run `cargo update` and update licenses | clubby789 | -1/+1 |
| 2024-11-30 | Rollup merge of #131698 - the8472:remove-set-discriminant-hack, r=RalfJung | Ralf Jung | -8/+16 |
| 2024-11-30 | use stores of the correct size to set discriminants | The 8472 | -8/+16 |
| 2024-11-28 | Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlin | bors | -1/+11 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -1/+11 |
| 2024-11-27 | use intra-doc links for CodegenBackend::link | Monadic Cat | -1/+1 |
| 2024-11-27 | update comment (codegen_backend -> codegen_crate) | Monadic Cat | -2/+2 |
| 2024-11-26 | Pass end position of span through inline ASM cookie | beetrees | -13/+8 |
| 2024-11-25 | Rollup merge of #133384 - RalfJung:vector-abi-check-tests, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-11-25 | Rollup merge of #133297 - DianQK:embed-bitcode-ios, r=nikic | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2024-11-24 | add a test for target-feature-ABI warnings in closures | Ralf Jung | -3/+3 |
| 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 | Auto merge of #133261 - matthiaskrgr:rollup-ekui4we, r=matthiaskrgr | bors | -2/+2 |
| 2024-11-20 | Account for `wasm32v1-none` when exporting TLS symbols | daxpedda | -2/+2 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -0/+1 |
| 2024-11-20 | Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors | bors | -10/+8 |
| 2024-11-19 | additional `TypingEnv` cleanups | lcnr | -3/+4 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -4/+1 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -3/+3 |
| 2024-11-19 | When the required discriminator value exceeds LLVM's limits, drop the debug i... | Kyle Huey | -2/+4 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -50/+50 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -5/+83 |
| 2024-11-15 | fix: rust-lang/rust#47446 | Sven Kanoldt | -4/+73 |
| 2024-11-15 | rustc_metadata: Preprocess search paths for better performance | Piotr Osiewicz | -1/+1 |
| 2024-11-12 | Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalle | Matthias Krüger | -0/+1 |
| 2024-11-11 | Rollup merge of #132820 - bjorn3:default_backend_link_impl, r=jieyouxu | Matthias Krüger | -5/+17 |
| 2024-11-11 | CFI: Append debug location to CFI blocks | Bastian Kersting | -0/+1 |
| 2024-11-09 | Pass owned CodegenResults to link_binary | bjorn3 | -5/+5 |
| 2024-11-09 | Add a default implementation for CodegenBackend::link | bjorn3 | -1/+13 |
| 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 |