| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-02-22 | Initial cleanups of InlineAsmCtxt | Michael Goulet | -57/+35 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -1/+1 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -3/+3 |
| 2025-02-19 | Restrict bevy hack | Michael Goulet | -28/+26 |
| 2025-02-18 | Rollup merge of #137000 - compiler-errors:deeply-normalize-item-bounds, r=lcnr | Matthias Krüger | -42/+22 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -8/+7 |
| 2025-02-17 | Deeply normalize associated type bounds before proving them | Michael Goulet | -42/+22 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -2/+2 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -15/+13 |
| 2025-02-13 | Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhpratt | bors | -64/+52 |
| 2025-02-13 | Implement lint for definition site item shadowing too | Michael Goulet | -0/+45 |
| 2025-02-13 | Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity | Michael Goulet | -64/+52 |
| 2025-02-08 | Rustfmt | bjorn3 | -63/+105 |
| 2025-02-05 | Eagerly detect coroutine recursion pre-mono when possible | Michael Goulet | -25/+4 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -0/+18 |
| 2025-02-04 | Auto merge of #136549 - matthiaskrgr:rollup-sqbpgtd, r=matthiaskrgr | bors | -2/+28 |
| 2025-02-04 | Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr | Matthias Krüger | -2/+28 |
| 2025-02-04 | Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkin | bors | -1/+1 |
| 2025-02-04 | intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intr... | Ralf Jung | -14/+4 |
| 2025-02-03 | Improve contracts intrisics and remove wrapper function | Celina G. Val | -6/+4 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+20 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -2/+28 |
| 2025-02-03 | Rollup merge of #136432 - fmease:lta-fix-def-site-checks, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -11/+13 |
| 2025-02-03 | LTA: Check where-clauses for well-formedness at the def site | León Orell Valerian Liehr | -11/+13 |
| 2025-01-31 | Add `unchecked_disjoint_bitor` with fallback intrinsic implementation | Scott McMurray | -1/+1 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -13/+15 |
| 2025-01-31 | Rollup merge of #136281 - nnethercote:rustc_hir_analysis, r=lcnr | Jacob Pratt | -28/+21 |
| 2025-01-31 | Use `.and` chaining to improve readability. | Nicholas Nethercote | -8/+6 |
| 2025-01-31 | Remove an unnecessary lifetime from `RemapLateParam`. | Nicholas Nethercote | -5/+4 |
| 2025-01-31 | Remove an out-of-date `FIXME` comment. | Nicholas Nethercote | -5/+4 |
| 2025-01-31 | Avoid a duplicated error case in `fn_sig_suggestion`. | Nicholas Nethercote | -9/+5 |
| 2025-01-31 | Clarify a comment. | Nicholas Nethercote | -1/+2 |
| 2025-01-30 | review comment: change `span` argument | Esteban Küber | -4/+4 |
| 2025-01-30 | When encountering unexpected closure return type, point at return type/expres... | Esteban Küber | -0/+4 |
| 2025-01-30 | Auto merge of #136038 - compiler-errors:outlives, r=lcnr | bors | -51/+27 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -1/+0 |
| 2025-01-28 | Make item self/non-self bound naming less whack | Michael Goulet | -1/+1 |
| 2025-01-28 | Move outlives env computation into methods | Michael Goulet | -7/+10 |
| 2025-01-28 | Consolidate OutlivesEnv construction with resolve_regions | Michael Goulet | -46/+19 |