| Age | Commit message (Expand) | Author | Lines |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -293/+301 |
| 2025-02-06 | coverage: Remove the old code for simplifying counters after MIR opts | Zalathar | -183/+17 |
| 2025-02-06 | coverage: Don't create counters for code that was removed by MIR opts | Zalathar | -13/+19 |
| 2025-02-06 | coverage: Defer part of counter-creation until codegen | Zalathar | -271/+173 |
| 2025-02-06 | coverage: Store BCB node IDs in mappings, and resolve them in codegen | Zalathar | -79/+67 |
| 2025-02-06 | MIR validation: add comment explaining the limitations of CfgChecker | Ralf Jung | -0/+6 |
| 2025-02-06 | compiler: reorganize rustc_abi to be more internally uniform | Jubilee Young | -74/+78 |
| 2025-02-06 | compiler: make rustc_target have less weird reexports | Jubilee Young | -125/+143 |
| 2025-02-06 | Prevent generic pattern types from being used in libstd | Oli Scherer | -2/+45 |
| 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 | fix fwd-mode autodiff case | Manuel Drehwald | -3/+8 |
| 2025-02-05 | Auto merge of #136572 - jieyouxu:rollup-mtyaisw, r=jieyouxu | bors | -92/+55 |
| 2025-02-05 | Walk into nested bodies when suggesting unit for unit fallback | Michael Goulet | -0/+6 |
| 2025-02-05 | Only suggest unit for unit fallback when spans dont come from macro expansion | Michael Goulet | -2/+10 |
| 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 | peace of mind: be absolutely sure we don't try to emit a 0-part suggestion | dianne | -1/+4 |
| 2025-02-05 | Add `rustc_hir_pretty::expr_to_string` function | Guillaume Gomez | -0/+4 |
| 2025-02-05 | try to suggest eliding redundant binding modifiers | dianne | -39/+69 |
| 2025-02-05 | peace of mind: remove a call to `Option::expect` | dianne | -2/+3 |
| 2025-02-05 | reword default binding mode notes | dianne | -9/+3 |
| 2025-02-05 | Removed dependency on the field-offset crate. | David Venhoek | -10/+20 |
| 2025-02-05 | Re-enable "jump to def" feature on rustc docs | Guillaume Gomez | -1/+3 |
| 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 | Couple of changes to run rustc in miri | bjorn3 | -12/+24 |
| 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 |