| Age | Commit message (Expand) | Author | Lines |
| 2024-12-01 | Auto merge of #133365 - compiler-errors:compare-impl-item, r=lcnr | bors | -170/+53 |
| 2024-11-30 | Auto merge of #133684 - RalfJung:rollup-j2tmrg7, r=RalfJung | bors | -1/+45 |
| 2024-11-30 | Rollup merge of #133667 - sunwxg:xiaoguang/remove-unused-code, r=clubby789 | Ralf Jung | -1/+0 |
| 2024-11-30 | Rollup merge of #131698 - the8472:remove-set-discriminant-hack, r=RalfJung | Ralf Jung | -0/+45 |
| 2024-11-30 | Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxu | bors | -340/+641 |
| 2024-11-30 | Move refinement check out of compare_impl_item | Michael Goulet | -0/+26 |
| 2024-11-30 | Make compare_impl_item into a query | Michael Goulet | -170/+27 |
| 2024-11-30 | add tests for niches in pointers | The 8472 | -0/+45 |
| 2024-11-30 | Remove unused code | Xiaoguang Wang | -1/+0 |
| 2024-11-30 | Rollup merge of #133106 - BLANKatGITHUB:intrinsic, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-30 | Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -339/+640 |
| 2024-11-30 | Rollup merge of #133625 - RalfJung:custom-mir-debug-info, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -3/+38 |
| 2024-11-30 | Rollup merge of #133620 - dev-ardi:simplify-hir_typeck_pass_to_variadic_funct... | 许杰友 Jieyou Xu (Joe) | -11/+66 |
| 2024-11-30 | Rollup merge of #133587 - taiki-e:loongarch-asm-freg, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -0/+145 |
| 2024-11-30 | Rollup merge of #133585 - estebank:issue-133563, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -76/+231 |
| 2024-11-30 | Rollup merge of #133488 - Enselic:recurse-2, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -0/+19 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -78/+5 |
| 2024-11-29 | simplify how the `hir_typeck_pass_to_variadic_function` diagnostic is created | Orion Gonzalez | -11/+66 |
| 2024-11-29 | Move the `crate-loading` test to use `diff` output | Esteban Küber | -76/+146 |
| 2024-11-29 | Use rmake `diff` output in test | Esteban Küber | -13/+46 |
| 2024-11-29 | Rollup merge of #133584 - ehuss:more-2024-unstable-options, r=compiler-errors | Matthias Krüger | -177/+136 |
| 2024-11-29 | Rollup merge of #131718 - GuillaumeGomez:impl-items-indent, r=rustdoc | Matthias Krüger | -13/+18 |
| 2024-11-29 | Rollup merge of #131323 - jfrimmel:avr-inline-asm-clobber-abi, r=Amanieu | Matthias Krüger | -0/+43 |
| 2024-11-29 | Auto merge of #133619 - matthiaskrgr:rollup-7ywaheb, r=matthiaskrgr | bors | -20/+160 |
| 2024-11-29 | Doc comment custom MIR debuginfo. | Camille GILLOT | -3/+38 |
| 2024-11-29 | Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebank | Matthias Krüger | -11/+11 |
| 2024-11-29 | Rollup merge of #133538 - dev-ardi:69232-better-diag, r=compiler-errors | Matthias Krüger | -9/+49 |
| 2024-11-29 | Rollup merge of #133501 - lcnr:post-borrowck-analysis, r=compiler-errors | Matthias Krüger | -0/+100 |
| 2024-11-29 | Auto merge of #133431 - nnethercote:rm-HybridBitSet, r=Mark-Simulacrum | bors | -6/+6 |
| 2024-11-29 | Remove last vestiges of `HybridBitSet`. | Nicholas Nethercote | -6/+6 |
| 2024-11-29 | Auto merge of #133608 - Zalathar:spans-revert, r=jieyouxu | bors | -22/+22 |
| 2024-11-29 | Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu" | Zalathar | -22/+22 |
| 2024-11-29 | Auto merge of #133409 - RalfJung:target-consistency, r=lcnr | bors | -2/+2 |
| 2024-11-29 | bless the tests and add a new one | Orion Gonzalez | -9/+49 |
| 2024-11-28 | Update more 2024 tests to remove -Zunstable-options | Eric Huss | -177/+136 |
| 2024-11-28 | Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlin | bors | -32/+48 |
| 2024-11-29 | Rename `-Zparse-only`. | Nicholas Nethercote | -11/+11 |
| 2024-11-28 | Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxu | bors | -1084/+425 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -32/+48 |
| 2024-11-29 | Support floats in input/output in vector registers of PowerPC inline assembly | Taiki Endo | -9/+75 |
| 2024-11-29 | Fix target_feature handling in freg of LoongArch inline assembly | Taiki Endo | -0/+145 |
| 2024-11-28 | Do not call `extern_crate` on current trait on crate mismatch errors | Esteban Küber | -0/+52 |
| 2024-11-28 | Auto merge of #133468 - lcnr:uwu4, r=BoxyUwU | bors | -39/+355 |
| 2024-11-29 | Support #[repr(simd)] types in input/output of PowerPC inline assembly | Taiki Endo | -339/+574 |
| 2024-11-28 | Move & rename test case to match naming of #132456 | Julian Frimmel | -0/+0 |
| 2024-11-28 | Add test case for the clobber options | Julian Frimmel | -0/+43 |
| 2024-11-28 | always create `DefId`s when lowering anon-consts | lcnr | -3/+3 |
| 2024-11-28 | add tests | lcnr | -36/+352 |
| 2024-11-28 | Rollup merge of #133560 - clubby789:mut-mut-space, r=jieyouxu | Guillaume Gomez | -12/+28 |
| 2024-11-28 | Rollup merge of #133487 - pitaj:reserve-guarded-strings, r=fee1-dead | Guillaume Gomez | -97/+97 |