| Age | Commit message (Expand) | Author | Lines |
| 2025-03-01 | Auto merge of #137796 - jieyouxu:rollup-qt9yr1g, r=jieyouxu | bors | -2/+6 |
| 2025-02-28 | Fix link failure on AVR (incompatible ISA error) | Luigi Sartor Piucco | -1/+5 |
| 2025-02-28 | rename BackendRepr::Vector → SimdVector | Ralf Jung | -5/+5 |
| 2025-02-28 | Rollup merge of #137676 - petrochenkov:winresp, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -2/+6 |
| 2025-02-28 | compiler: bump `cc` to 1.2.16 to fix `x86` Windows jobs on newest Windows SDK | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-26 | Support raw-dylib link kind on ELF | Noratrieb | -197/+480 |
| 2025-02-26 | Rollup merge of #137201 - estebank:structured-errors-long-ty, r=oli-obk | León Orell Valerian Liehr | -3/+3 |
| 2025-02-26 | linker: Fix escaping style for response files on Windows | Vadim Petrochenkov | -2/+6 |
| 2025-02-26 | Rollup merge of #137601 - davidtwco:deduplicate-type-has-metadata, r=fmease,b... | León Orell Valerian Liehr | -18/+9 |
| 2025-02-26 | Rollup merge of #136576 - usamoi:pass-more-llbc, r=fmease | León Orell Valerian Liehr | -2/+2 |
| 2025-02-25 | also fix potential issues with mixed stable/unstable target features in rustdoc | Ralf Jung | -12/+33 |
| 2025-02-25 | rustdoc: disable forbidden #[target_feature] check | Ralf Jung | -3/+9 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -3/+3 |
| 2025-02-25 | Auto merge of #133832 - madsmtm:apple-symbols.o, r=DianQK | bors | -3/+140 |
| 2025-02-24 | Avoid no-op unlink+link dances in incr comp | Ben Kimock | -6/+18 |
| 2025-02-24 | Auto merge of #135726 - jdonszelmann:attr-parsing, r=oli-obk | bors | -73/+69 |
| 2025-02-24 | Remove an unused lifetime param | Oli Scherer | -2/+2 |
| 2025-02-24 | Generalize BaseTypeCodegenMethods | Oli Scherer | -6/+6 |
| 2025-02-24 | Remove an unnecessary lifetime | Oli Scherer | -4/+4 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -26/+19 |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -6/+6 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -41/+44 |
| 2025-02-24 | ssa/mono: deduplicate `type_has_metadata` | David Wood | -18/+9 |
| 2025-02-23 | Don't re-`assume` in `transmute`s that don't change niches | Scott McMurray | -0/+7 |
| 2025-02-24 | Rollup merge of #137505 - tgross35:builtins-cannot-call-error, r=compiler-errors | Jacob Pratt | -3/+9 |
| 2025-02-24 | Rollup merge of #136610 - Jarcho:range_idx, r=Noratrieb | Jacob Pratt | -2/+2 |
| 2025-02-24 | Add a span to `CompilerBuiltinsCannotCall` | Trevor Gross | -3/+9 |
| 2025-02-24 | Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm | bors | -10/+29 |
| 2025-02-24 | Make #[used] work when linking with ld64 | Mads Marquart | -3/+140 |
| 2025-02-23 | Rollup merge of #136637 - Pyr0de:binary-format, r=Noratrieb | Trevor Gross | -38/+12 |
| 2025-02-23 | Rollup merge of #136439 - yotamofek:pr/codegen-ssa-no-indexing, r=Noratrieb | Trevor Gross | -110/+95 |
| 2025-02-23 | Remove unused `OutputType::ThinLinkBitcode` | DianQK | -3/+0 |
| 2025-02-23 | Save pre-link bitcode to `ModuleCodegen` | DianQK | -5/+21 |
| 2025-02-23 | Add `new_regular` and `new_allocator` to `ModuleCodegen` | DianQK | -1/+9 |
| 2025-02-23 | The embedded bitcode should always be prepared for LTO/ThinLTO | DianQK | -0/+3 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -6/+3 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -9/+9 |
| 2025-02-21 | update autodiff flags | Manuel Drehwald | -1/+2 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -8/+8 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -6/+3 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -1/+1 |
| 2025-02-22 | Upgrade the compiler to edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-21 | Allow SliceIndex to be indexed by ranges. | Jason Newcomb | -2/+2 |
| 2025-02-21 | pass optimization level to llvm-bitcode-linker | usamoi | -2/+2 |
| 2025-02-20 | Refactor `OperandRef::extract_field` to prep for 838 | Scott McMurray | -22/+24 |
| 2025-02-20 | Rollup merge of #136985 - zachs18:backend-repr-remove-uninhabited, r=workingj... | Jubilee | -24/+8 |
| 2025-02-20 | Rollup merge of #136608 - kulst:ptx_target_features, r=bjorn3 | Jubilee | -0/+9 |
| 2025-02-20 | Rollup merge of #131651 - Patryk27:avr-unknown-unknown, r=tgross35 | Jubilee | -0/+13 |
| 2025-02-20 | Add test that uninhabited repr(transparent) type has same function return ABI... | Zachary S | -21/+7 |
| 2025-02-20 | add verbatim linker to AIXLinker | Curtis D'Alves | -3/+3 |