| Age | Commit message (Expand) | Author | Lines |
| 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 | -8/+8 |
| 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-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 |
| 2025-02-20 | Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field... | Zachary S | -3/+1 |
| 2025-02-19 | Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on t... | Scott McMurray | -78/+76 |
| 2025-02-19 | Emit `trunc nuw` for unchecked shifts and `to_immediate_scalar` | Scott McMurray | -8/+13 |
| 2025-02-19 | Create a generic AVR target: avr-none | Patryk Wychowaniec | -0/+13 |
| 2025-02-19 | Also use gep inbounds nuw for index projections | Nikita Popov | -1/+1 |
| 2025-02-19 | Emit getelementptr inbounds nuw for pointer::add() | Nikita Popov | -9/+28 |
| 2025-02-19 | Rollup merge of #137213 - nnethercote:rm-rustc_middle-mir-tcx, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-02-19 | Remove `rustc_middle::mir::tcx` module. | Nicholas Nethercote | -1/+1 |
| 2025-02-18 | Auto merge of #133852 - x17jiri:cold_path, r=saethlin | bors | -13/+61 |
| 2025-02-17 | Adds binary_format to rustc target specs | Pyrode | -38/+12 |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -1/+2 |
| 2025-02-17 | improve cold_path() | Jiri Bobek | -13/+61 |
| 2025-02-17 | Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubilee | Matthias Krüger | -1/+2 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -1/+1 |
| 2025-02-16 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -1/+2 |
| 2025-02-16 | Pass through of target features to llvm-bitcode-linker and handling them | kulst | -0/+6 |
| 2025-02-16 | Persist target features used for codegen beyond tcx | kulst | -0/+3 |
| 2025-02-16 | Rollup merge of #135909 - Flakebi:amdgpu-kd, r=jieyouxu,workingjubilee | Jacob Pratt | -32/+61 |
| 2025-02-14 | Auto merge of #136575 - scottmcm:nsuw-math, r=nikic | bors | -14/+32 |
| 2025-02-14 | Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obk | bors | -9/+26 |
| 2025-02-13 | Set both `nuw` and `nsw` in slice size calculation | Scott McMurray | -14/+32 |