| Age | Commit message (Expand) | Author | Lines |
| 2025-02-06 | Auto merge of #136641 - matthiaskrgr:rollup-lajwje5, r=matthiaskrgr | bors | -309/+339 |
| 2025-02-06 | Auto merge of #136585 - gvozdvmozgu:memchr-eat-until-lexer, r=lcnr | bors | -2/+10 |
| 2025-02-06 | Rollup merge of #136435 - Zalathar:thir-pat-stuff, r=Nadrieril | Matthias Krüger | -148/+148 |
| 2025-02-06 | Rollup merge of #136393 - oli-obk:pattern-type-lit-oflo-checks, r=compiler-er... | Matthias Krüger | -34/+66 |
| 2025-02-06 | Rollup merge of #136315 - estebank:long-ty-binop, r=SparrowLii | Matthias Krüger | -27/+44 |
| 2025-02-06 | Rollup merge of #136311 - compiler-errors:vtable-fixes-2, r=lcnr | Matthias Krüger | -5/+21 |
| 2025-02-06 | Rollup merge of #136235 - oli-obk:transmuty-pat-tys, r=RalfJung | Matthias Krüger | -14/+49 |
| 2025-02-06 | Rollup merge of #136073 - compiler-errors:recursive-coro-always, r=oli-obk | Matthias Krüger | -81/+11 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -293/+301 |
| 2025-02-05 | Rollup merge of #136611 - Zalathar:llvm-underscore, r=workingjubilee | Jubilee | -12/+3 |
| 2025-02-05 | Rollup merge of #136591 - GuillaumeGomez:expr-to-string, r=Urgau | Jubilee | -0/+4 |
| 2025-02-05 | Rollup merge of #136590 - carolynzech:raw-ptr-kind-internal, r=compiler-errors | Jubilee | -1/+13 |
| 2025-02-05 | Rollup merge of #136583 - Jarcho:fn_ctxt2, r=compiler-errors | Jubilee | -161/+155 |
| 2025-02-05 | Rollup merge of #136573 - oli-obk:document-literal-at-wrong-type-reason, r=co... | Jubilee | -0/+3 |
| 2025-02-05 | Rollup merge of #136563 - nnethercote:clean-up-Trivials, r=lcnr | Jubilee | -164/+123 |
| 2025-02-05 | Rollup merge of #136550 - compiler-errors:rpitit-empty-body, r=oli-obk | Jubilee | -0/+9 |
| 2025-02-05 | Rollup merge of #136269 - compiler-errors:spanned, r=lcnr | Jubilee | -57/+127 |
| 2025-02-05 | Rollup merge of #133932 - bjorn3:fix_ptx_kernel_abi, r=wesleywiser | Jubilee | -22/+33 |
| 2025-02-06 | Fix whitespace in lift macros. | Nicholas Nethercote | -22/+32 |
| 2025-02-06 | Clean up trivial traversal/lift impl generator macro calls. | Nicholas Nethercote | -151/+100 |
| 2025-02-06 | Remove some unused glob re-exports | Zalathar | -4/+0 |
| 2025-02-06 | Remove the `mod llvm_` hack, which should no longer be necessary | Zalathar | -8/+3 |
| 2025-02-05 | Auto merge of #136572 - jieyouxu:rollup-mtyaisw, r=jieyouxu | bors | -92/+55 |
| 2025-02-05 | Eagerly detect coroutine recursion pre-mono when possible | Michael Goulet | -81/+11 |
| 2025-02-05 | Pass spans around new solver | Michael Goulet | -51/+125 |
| 2025-02-05 | Remove span from delegate | Michael Goulet | -6/+2 |
| 2025-02-05 | Add `rustc_hir_pretty::expr_to_string` function | Guillaume Gomez | -0/+4 |
| 2025-02-05 | Implement RustcInternal for RawPtrKind | Carolyn Zech | -1/+13 |
| 2025-02-05 | When displaying a parameter mismatch error, only highlight the mismatched par... | Jason Newcomb | -161/+155 |
| 2025-02-05 | Auto merge of #136302 - oli-obk:push-vvqmwzunxsrk, r=compiler-errors | bors | -21/+28 |
| 2025-02-05 | implement `eat_until` leveraging memchr in lexer | gvozdvmozgu | -2/+10 |
| 2025-02-05 | Pretty print pattern type values with `transmute` if they don't satisfy their... | Oli Scherer | -14/+49 |
| 2025-02-05 | Uniformly handle HIR literals in visitors and lints | Oli Scherer | -7/+30 |
| 2025-02-05 | Avoid passing around an `Expr` that is only needed for its HirId and its Span | Oli Scherer | -31/+40 |
| 2025-02-05 | Rollup merge of #136537 - tgross35:update-builtins, r=tgross35 | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-02-05 | Rollup merge of #136304 - oli-obk:push-ymxoklvzrpvx, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -2/+10 |
| 2025-02-05 | Rollup merge of #136154 - taiki-e:ppc-secure-plt, r=nikic | 许杰友 Jieyou Xu (Joe) | -1/+7 |
| 2025-02-05 | Rollup merge of #135964 - ehuss:cenum_impl_drop_cast, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -62/+11 |
| 2025-02-05 | Rollup merge of #132547 - workingjubilee:rustc-abi-in-cg-gcc, r=GuillaumeGomez | 许杰友 Jieyou Xu (Joe) | -25/+25 |
| 2025-02-05 | Document why some "type mismatches" exist | Oli Scherer | -0/+3 |
| 2025-02-05 | Auto merge of #136094 - davidv1992:upgrade-elsa, r=oli-obk | bors | -1/+1 |
| 2025-02-05 | Only allow negation on literals in patterns if it's on integers or floats | Oli Scherer | -2/+10 |
| 2025-02-04 | cg_gcc: Directly use rustc_abi instead of reexports | Jubilee Young | -25/+25 |
| 2025-02-05 | Rollup merge of #136375 - Zalathar:llvm-di-builder, r=workingjubilee | León Orell Valerian Liehr | -98/+121 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -26/+583 |
| 2025-02-04 | Auto merge of #136115 - Mark-Simulacrum:shard-alloc-id, r=RalfJung | bors | -26/+44 |
| 2025-02-04 | Auto merge of #136549 - matthiaskrgr:rollup-sqbpgtd, r=matthiaskrgr | bors | -536/+484 |
| 2025-02-04 | Fix rustc_hidden_type_of_opaques for RPITITs with no default body | Michael Goulet | -0/+9 |
| 2025-02-04 | Rollup merge of #136526 - Zalathar:thir-cx, r=Nadrieril | Matthias Krüger | -109/+86 |
| 2025-02-04 | Rollup merge of #136520 - compiler-errors:redundant-layout-assert, r=lcnr | Matthias Krüger | -105/+2 |