| Age | Commit message (Expand) | Author | Lines |
| 2025-04-14 | do not leak auto traits in item bounds | lcnr | -7/+25 |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -519/+151 |
| 2025-04-14 | Auto merge of #139766 - jhpratt:rollup-afrfmnk, r=jhpratt | bors | -272/+277 |
| 2025-04-13 | Rollup merge of #139741 - os-checker:smir-run-macro, r=scottmcm | Jacob Pratt | -0/+3 |
| 2025-04-13 | Rollup merge of #139674 - yotamofek:pr/mir_transform/index-iterators, r=compi... | Jacob Pratt | -53/+46 |
| 2025-04-13 | Rollup merge of #139644 - yotamofek:pr/mir_transform/instsimplify/simplify_pr... | Jacob Pratt | -17/+8 |
| 2025-04-13 | Rollup merge of #139628 - makai410:suggest-vis, r=compiler-errors | Jacob Pratt | -6/+56 |
| 2025-04-13 | Rollup merge of #139582 - oli-obk:coercion-cleanups, r=compiler-errors | Jacob Pratt | -94/+82 |
| 2025-04-13 | Rollup merge of #139379 - matthewjasper:drop-elab-normalization, r=compiler-e... | Jacob Pratt | -7/+4 |
| 2025-04-13 | Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross... | Jacob Pratt | -68/+29 |
| 2025-04-13 | Rollup merge of #138962 - xizheyin:issue-138836, r=compiler-errors | Jacob Pratt | -19/+20 |
| 2025-04-13 | Rollup merge of #137043 - Sky9x:unsafe-pinned-pt1-libs, r=tgross35,RalfJung,W... | Jacob Pratt | -8/+29 |
| 2025-04-13 | JumpThreading: Bail out on interp errors | clubby789 | -67/+91 |
| 2025-04-13 | JumpThreading: Re-enable and fix Not ops on non-booleans | clubby789 | -18/+11 |
| 2025-04-13 | import rustc_smir::rustc_internal in run_driver! | zjp | -0/+1 |
| 2025-04-13 | add missing `extern crate rustc_middle` in rustc_smir::run! docstring | zjp | -0/+2 |
| 2025-04-13 | Auto merge of #139734 - ChrisDenton:rollup-28qn740, r=ChrisDenton | bors | -1/+1 |
| 2025-04-13 | Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] | Sky | -8/+29 |
| 2025-04-13 | Auto merge of #139724 - ChrisDenton:rollup-zhcdtzh, r=ChrisDenton | bors | -11/+5 |
| 2025-04-13 | Rollup merge of #139708 - samueltardieu:push-onttwlpwurov, r=petrochenkov | Chris Denton | -1/+1 |
| 2025-04-12 | Rollup merge of #139688 - rust-lang:notriddle/io-result-unbox, r=GuillaumeGomez | Chris Denton | -0/+1 |
| 2025-04-12 | Rollup merge of #139315 - clubby789:deranged-bump, r=Mark-Simulacrum | Chris Denton | -11/+4 |
| 2025-04-12 | Auto merge of #139640 - Zoxc:big-file-encoder, r=saethlin | bors | -1/+1 |
| 2025-04-12 | In `rustc_mir_tranform`, iterate over index newtypes instead of ints | Yotam Ofek | -53/+46 |
| 2025-04-12 | Fix name of field in doc comment | Samuel Tardieu | -1/+1 |
| 2025-04-11 | Rollup merge of #139664 - oli-obk:push-tkmurytmnsyw, r=RalfJung | Jacob Pratt | -8/+8 |
| 2025-04-11 | Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors | Jacob Pratt | -28/+32 |
| 2025-04-11 | Rollup merge of #139653 - nnethercote:fix-139495, r=petrochenkov | Jacob Pratt | -4/+9 |
| 2025-04-11 | Rollup merge of #139638 - yotamofek:pr/mir_transform/instsimplify/cleanup, r=... | Jacob Pratt | -106/+86 |
| 2025-04-11 | Rollup merge of #139584 - oli-obk:horrible-experiment-1, r=petrochenkov | Jacob Pratt | -48/+59 |
| 2025-04-11 | rustdoc-search: add unbox flag to Result aliases | Michael Howell | -0/+1 |
| 2025-04-11 | Use delayed bug for normalization errors in drop elaboration | Matthew Jasper | -7/+4 |
| 2025-04-11 | Auto merge of #139453 - compiler-errors:incr, r=jieyouxu | bors | -97/+221 |
| 2025-04-11 | Change how anonymous associated types are printed. | Nicholas Nethercote | -1/+2 |
| 2025-04-11 | Only compute the `DefId` when a diagnostic is definitely emitted | Oli Scherer | -22/+22 |
| 2025-04-11 | Avoid a node_id_to_def_id call by just storing DefIds instead of NodeIds | Oli Scherer | -5/+4 |
| 2025-04-11 | Avoid storing the `LocalDefId` twice | Oli Scherer | -7/+5 |
| 2025-04-11 | Avoid another node_id_to_def_id call | Oli Scherer | -8/+6 |
| 2025-04-11 | Avoid a reverse map that is only used in diagnostics paths | Oli Scherer | -16/+32 |
| 2025-04-11 | Reuse address-space computation from global alloc | Oli Scherer | -8/+8 |
| 2025-04-11 | Introduce `DefPathData::AnonAssocTy`. | Nicholas Nethercote | -25/+28 |
| 2025-04-11 | Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obk | bors | -59/+120 |
| 2025-04-11 | suggest: remove redundant `$()?`around `vis` fragments | Makai | -6/+38 |
| 2025-04-11 | Adjust an assertion. | Nicholas Nethercote | -3/+3 |
| 2025-04-11 | Rollup merge of #139654 - nnethercote:AssocKind-descr, r=compiler-errors | Stuart Cook | -2/+4 |
| 2025-04-11 | Rollup merge of #139641 - BoxyUwU:allow_parend_array_len_infer, r=compiler-er... | Stuart Cook | -1/+3 |
| 2025-04-11 | Rollup merge of #139564 - compiler-errors:deeply-norm, r=lcnr | Stuart Cook | -48/+55 |
| 2025-04-11 | Rollup merge of #138998 - rperier:donot_suggest_to_use_impl_trait_in_closure_... | Stuart Cook | -6/+17 |
| 2025-04-11 | Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead | Stuart Cook | -53/+80 |
| 2025-04-11 | Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcm | Stuart Cook | -32/+47 |