| Age | Commit message (Expand) | Author | Lines |
| 2025-09-15 | Add regression tests to some S-blocked-on-new-solver issues | Chayim Refael Friedman | -1/+137 |
| 2025-09-15 | Don't mark unknown type as implementing every notable trait | Chayim Refael Friedman | -0/+29 |
| 2025-09-15 | Rollup merge of #146501 - Enselic:x-test-filter, r=Mark-Simulacrum | Matthias Krüger | -11/+54 |
| 2025-09-15 | Rollup merge of #146416 - clubby789:tidy-deps-qol, r=jieyouxu | Matthias Krüger | -46/+143 |
| 2025-09-14 | tidy: Remove `WorkspaceInfo` constructor | clubby789 | -60/+90 |
| 2025-09-14 | Improve `rust-analyzer diagnostics` | Chayim Refael Friedman | -14/+56 |
| 2025-09-14 | Merge pull request #20654 from ShoyuVanilla/predicates | Chayim Refael Friedman | -2/+61 |
| 2025-09-14 | fix: Infinite loop while elaborting predicates | Shoyu Vanilla | -2/+61 |
| 2025-09-14 | Merge pull request #20635 from iorizu/fix-double-flycheck | Shoyu Vanilla (Flint) | -133/+170 |
| 2025-09-14 | Merge ref 'a015919e54c6' from rust-lang/rust | The Miri Cronjob Bot | -53/+127 |
| 2025-09-14 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-13 | initial implementation of the darwin_objc unstable feature | Jo Bates | -0/+1 |
| 2025-09-13 | Rollup merge of #146171 - scrabsha:push-wovnxxwltsun, r=WaffleLapkin | Jacob Pratt | -0/+66 |
| 2025-09-13 | Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkov | bors | -52/+61 |
| 2025-09-13 | compiletest: Fix `--exact` test filtering | Martin Nordholts | -11/+54 |
| 2025-09-13 | Rollup merge of #145471 - rs-sac:extr, r=the8472 | Jacob Pratt | -1/+0 |
| 2025-09-13 | Rollup merge of #144498 - Noratrieb:rustc-json-schema, r=jieyouxu,davidtwco | Jacob Pratt | -0/+6 |
| 2025-09-13 | Merge ref '4ba1cf9ade4c' from rust-lang/rust | The Miri Cronjob Bot | -21/+54 |
| 2025-09-13 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-13 | Rollup merge of #146389 - jdonszelmann:no-std, r=oli-obk | Jana Dönszelmann | -8/+2 |
| 2025-09-12 | Split AssocContainer::{InherentImpl,TraitImpl} | Cameron Steffen | -9/+9 |
| 2025-09-12 | Introduce hir::ImplItemImplKind | Cameron Steffen | -29/+45 |
| 2025-09-12 | Rename AssocItemContainer -> AssocContainer | Cameron Steffen | -5/+5 |
| 2025-09-12 | Introduce trait_item_of | Cameron Steffen | -11/+4 |
| 2025-09-12 | Add --print target-spec-json-schema | Noratrieb | -0/+6 |
| 2025-09-12 | Merge pull request #4578 from Patrick-6/miri-genmc-cas | Ralf Jung | -54/+850 |
| 2025-09-12 | Implement more features for GenMC mode | Patrick-6 | -54/+850 |
| 2025-09-12 | make a basic hello world work on wasip2 | Ralf Jung | -2/+70 |
| 2025-09-12 | move _Unwind_RaiseException out of the frame_in_std section | Ralf Jung | -16/+16 |
| 2025-09-12 | Fix extra semicolon before else in let-stmt | A4-Tacks | -1/+51 |
| 2025-09-12 | disable broken parts of CI for now | Ralf Jung | -16/+17 |
| 2025-09-12 | Rollup merge of #146332 - lolbinarycat:tidy-extra-checks-regularize, r=Kobzol | Stuart Cook | -13/+45 |
| 2025-09-12 | Rollup merge of #145895 - RalfJung:unpark, r=joboet | Stuart Cook | -0/+1 |
| 2025-09-12 | Merge ref '2a9bacf61876' from rust-lang/rust | The Miri Cronjob Bot | -40/+33 |
| 2025-09-12 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-11 | Auto merge of #145177 - joboet:move-pal-thread, r=ibraheemdev | bors | -24/+24 |
| 2025-09-11 | Auto merge of #146386 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-09-11 | Merge pull request #4580 from JoJoDeveloping/fix-4579-protector-0sized | Ralf Jung | -65/+12 |
| 2025-09-11 | move zero-sized protector dealloc test | Johannes Hostert | -15/+10 |
| 2025-09-11 | Merge pull request #4577 from RalfJung/release-seq | Ralf Jung | -44/+157 |
| 2025-09-11 | Minor refactoring | Ifeanyi Orizu | -140/+170 |
| 2025-09-11 | Fix miri issue 4579 by checking if the strong protector is actually "active". | Johannes Hostert | -52/+4 |
| 2025-09-11 | weak_memory: fix sync clock handling when loading from old store elements | Ralf Jung | -50/+121 |
| 2025-09-11 | Update cargo submodule | Weihang Lo | -0/+0 |
| 2025-09-11 | add release sequence test | Ralf Jung | -4/+46 |
| 2025-09-11 | Merge pull request #20642 from ChayimFriedman2/wasm-safe | Shoyu Vanilla (Flint) | -89/+257 |
| 2025-09-11 | Merge pull request #20653 from A4-Tacks/gen-function-empty-gen-param | Laurențiu Nicola | -1/+30 |
| 2025-09-11 | Merge ref 'f4665ab8368a' from rust-lang/rust | The Miri Cronjob Bot | -34/+64 |
| 2025-09-11 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-11 | Fix empty generic param list for generate_function | A4-Tacks | -1/+30 |