| Age | Commit message (Expand) | Author | Lines |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -1/+1 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -1/+0 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Manish Goregaokar | -1/+0 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -1/+1 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-08 | Specify rust lints for `compiler/` crates via Cargo. | Nicholas Nethercote | -0/+3 |
| 2025-03-07 | Increase recursion_limit in numerous crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -5/+3 |
| 2025-03-06 | Avoid having to handle an `Option` in the type system | Oli Scherer | -4/+5 |
| 2025-03-06 | Prefer a two value enum over bool | Oli Scherer | -2/+3 |
| 2025-02-28 | rename BackendRepr::Vector → SimdVector | Ralf Jung | -1/+1 |
| 2025-02-24 | change smir attributes getters to only support tool attributes | Jana Dönszelmann | -14/+25 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -4/+3 |
| 2025-02-22 | Upgrade the compiler to edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-20 | Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field... | Zachary S | -1/+0 |
| 2025-02-13 | Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obk | bors | -1/+1 |
| 2025-02-13 | intern valtrees | Lukas Markeffsky | -1/+1 |
| 2025-02-09 | compiler: internally merge `Conv::PtxKernel` into `GpuKernel` | Jubilee Young | -1/+0 |
| 2025-02-08 | Rustfmt | bjorn3 | -6/+4 |
| 2025-02-05 | Implement RustcInternal for RawPtrKind | Carolyn Zech | -1/+13 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+1 |
| 2025-02-01 | Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obk | Matthias Krüger | -0/+2 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -0/+2 |
| 2025-01-31 | Auto merge of #134424 - 1c3t3a:null-checks, r=saethlin | bors | -0/+3 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -0/+3 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -1/+3 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -17/+11 |
| 2025-01-30 | Do not treat vtable supertraits as distinct when bound with different bound vars | Michael Goulet | -1/+3 |
| 2025-01-30 | Auto merge of #136035 - SpecificProtagonist:miri-zeroed-alloc, r=oli-obk | bors | -4/+8 |
| 2025-01-28 | miri: optimize zeroed alloc | SpecificProtagonist | -4/+8 |
| 2025-01-28 | Represent the raw pointer for a array length check as a new kind of fake borrow | Michael Goulet | -0/+12 |
| 2025-01-26 | Auto merge of #135753 - compiler-errors:from-ty-const, r=oli-obk | bors | -54/+5 |
| 2025-01-23 | Remove RunCompiler | bjorn3 | -2/+2 |
| 2025-01-20 | Get rid of mir::Const::from_ty_const | Michael Goulet | -54/+5 |
| 2025-01-18 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -0/+1 |
| 2025-01-16 | Add gpu-kernel calling convention | Flakebi | -0/+3 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -0/+2 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -0/+2 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -1/+0 |
| 2024-12-18 | make no-variant types a dedicated Variants variant | Ralf Jung | -3/+4 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -3/+3 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-17 | Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu | bors | -1/+1 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -7/+6 |
| 2024-12-14 | Fix tests | bjorn3 | -1/+1 |
| 2024-12-14 | Encode coroutine-closures in SMIR | Michael Goulet | -2/+13 |
| 2024-12-06 | Fix ui-fulldep tests | bjorn3 | -2/+3 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -14/+13 |