| Age | Commit message (Expand) | Author | Lines |
| 2025-03-28 | Rollup merge of #139047 - m-ou-se:remove-scope-depth, r=oli-obk | Matthias Krüger | -25/+14 |
| 2025-03-28 | Rollup merge of #137889 - mu001999-contrib:update-doc, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2025-03-28 | Remove outdated comment. | Mara Bos | -1/+0 |
| 2025-03-28 | Remove ScopeDepth entirely. | Mara Bos | -24/+14 |
| 2025-03-26 | Remove ScopeDepth from var_parent. | Mara Bos | -10/+16 |
| 2025-03-26 | Don't set cx.parent to None; it seems unnecessary. | Mara Bos | -2/+1 |
| 2025-03-26 | Simplify RvalueCandidateType. | Mara Bos | -8/+2 |
| 2025-03-26 | Don't record child scopes for patterns. | Mara Bos | -2/+0 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -1/+7 |
| 2025-03-17 | Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmease | Matthias Krüger | -11/+13 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -11/+13 |
| 2025-03-17 | Flatten and simplify some control flow | Yotam Ofek | -8/+4 |
| 2025-03-15 | Stop relying on rustc_type_ir in non-type-system crates | Michael Goulet | -7/+6 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -2/+2 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -5/+4 |
| 2025-03-13 | Rollup merge of #138126 - compiler-errors:rtn-for-sugg, r=oli-obk | Matthias Krüger | -2/+3 |
| 2025-03-12 | Add an opt-out in pretty printing for RTN rendering | Michael Goulet | -2/+3 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -16/+16 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -13/+7 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -13/+7 |
| 2025-03-10 | Pass InferCtxt to InlineAsmCtxt to properly taint on error | Michael Goulet | -52/+58 |
| 2025-03-07 | Delay bug for negative auto trait rather than ICEing | Michael Goulet | -1/+4 |
| 2025-03-06 | Rollup merge of #137808 - jswrenn:droppy-unsafe-fields, r=nnethercote | Michael Goulet | -32/+0 |
| 2025-03-06 | Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=... | Michael Goulet | -44/+113 |
| 2025-03-05 | Rollup merge of #137633 - compiler-errors:no-implied-bounds-hack-unless-bevy,... | 许杰友 Jieyou Xu (Joe) | -48/+18 |
| 2025-03-04 | Only use implied bounds hack if bevy, and use deeply normalize in implied bou... | Michael Goulet | -48/+18 |
| 2025-03-04 | Make rustdoc tests use always applicable negative auto impls | Michael Goulet | -2/+2 |
| 2025-03-04 | Ensure that negative auto impls are always applicable | Michael Goulet | -43/+112 |
| 2025-03-03 | Don't typeck during WF, instead check outside of WF in check_crate | Michael Goulet | -7/+2 |
| 2025-03-03 | Check signature WF when lowering MIR body | Michael Goulet | -1/+1 |
| 2025-03-03 | Tweak error code for sized checks of const/static | Michael Goulet | -3/+11 |
| 2025-03-02 | update outdated doc with new example | Mu001999 | -2/+2 |
| 2025-03-01 | Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnr | Matthias Krüger | -2/+2 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -2/+2 |
| 2025-02-28 | Do not require that unsafe fields lack drop glue | Jack Wrenn | -32/+0 |
| 2025-02-26 | Handle asm const similar to inline const | Gary Guo | -9/+25 |
| 2025-02-25 | Auto merge of #137608 - fmease:rollup-h4siso6, r=fmease | bors | -2/+0 |
| 2025-02-25 | Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJung | León Orell Valerian Liehr | -2/+0 |
| 2025-02-25 | remove `simd_fpow` and `simd_fpowi` | Folkert de Vries | -2/+0 |
| 2025-02-25 | Don't require method impls for methods with `Self:Sized` bounds for impls for... | Oli Scherer | -1/+40 |
| 2025-02-25 | Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errors | bors | -6/+21 |
| 2025-02-24 | Rollup merge of #137556 - RalfJung:simd_shuffle_const_generic, r=oli-obk | Michael Goulet | -1/+1 |
| 2025-02-24 | rename simd_shuffle_generic → simd_shuffle_const_generic | Ralf Jung | -1/+1 |
| 2025-02-24 | Better error message for unsized pointers | Michael Goulet | -1/+18 |
| 2025-02-24 | Properly support thin ptrs that are only thin due to their param-env in asm m... | Michael Goulet | -4/+2 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -14/+21 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -3/+3 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -14/+8 |
| 2025-02-22 | make the new intrinsics safe | Ralf Jung | -0/+4 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -33/+26 |