| Age | Commit message (Expand) | Author | Lines |
| 2024-12-02 | Rollup merge of #133744 - HypheX:typo-fix, r=fmease | Guillaume Gomez | -3/+3 |
| 2024-12-02 | Rollup merge of #133730 - dtolnay:parentest, r=compiler-errors | Guillaume Gomez | -0/+242 |
| 2024-12-02 | Rollup merge of #133721 - aDotInTheVoid:rdj-dyn-link, r=GuillaumeGomez | Guillaume Gomez | -0/+15 |
| 2024-12-02 | Rollup merge of #133715 - aDotInTheVoid:rdj-static, r=GuillaumeGomez | Guillaume Gomez | -0/+51 |
| 2024-12-02 | Fix typos on tests/ui/README.md | Xelph | -3/+3 |
| 2024-12-01 | Add pretty-printer parenthesis insertion test | David Tolnay | -0/+242 |
| 2024-12-01 | Rollup merge of #133446 - Zalathar:querify, r=cjgillot | Jacob Pratt | -8/+8 |
| 2024-12-01 | rustdoc-json: Add test for `impl Trait for dyn Trait` | Alona Enraght-Moony | -0/+15 |
| 2024-12-01 | rustdoc-json: Include safety of `static`s | Alona Enraght-Moony | -0/+41 |
| 2024-12-01 | rustdoc-json: Add tests for `static`s | Alona Enraght-Moony | -0/+10 |
| 2024-12-01 | Auto merge of #133703 - matthiaskrgr:rollup-fwlw0mc, r=matthiaskrgr | bors | -181/+369 |
| 2024-12-01 | Rollup merge of #133691 - compiler-errors:let-source, r=lqd | Matthias Krüger | -0/+60 |
| 2024-12-01 | Rollup merge of #133674 - scottmcm:chain-carrying-add, r=Amanieu | Matthias Krüger | -0/+33 |
| 2024-12-01 | Rollup merge of #133669 - RalfJung:const_swap_splitup, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-12-01 | Rollup merge of #133595 - GuillaumeGomez:missing_doc_code_examples, r=notriddle | Matthias Krüger | -62/+26 |
| 2024-12-01 | Rollup merge of #133482 - compiler-errors:raw-lt-tick, r=estebank | Matthias Krüger | -3/+7 |
| 2024-12-01 | Rollup merge of #133403 - compiler-errors:adjust-host-effect-preds, r=fee1-de... | Matthias Krüger | -115/+242 |
| 2024-12-01 | Auto merge of #132390 - RalfJung:diagnostics-root-dir, r=albertlarsan68,weiha... | bors | -6/+6 |
| 2024-12-01 | Auto merge of #133694 - matthiaskrgr:rollup-s6xj4rf, r=matthiaskrgr | bors | -206/+58 |
| 2024-12-01 | Rollup merge of #133689 - HomelikeBrick42:master, r=jieyouxu | Matthias Krüger | -12/+12 |
| 2024-12-01 | Rollup merge of #133660 - compiler-errors:trait-obj-missing-assoc, r=lcnr | Matthias Krüger | -194/+15 |
| 2024-12-01 | Rollup merge of #132047 - compiler-errors:rbv-rtn-cleanup, r=cjgillot | Matthias Krüger | -0/+31 |
| 2024-12-01 | Only error raw lifetime followed by \' in edition 2021+ | Michael Goulet | -3/+7 |
| 2024-12-01 | Adjust HostEffect error spans correctly to point at args | Michael Goulet | -115/+242 |
| 2024-12-01 | Auto merge of #133499 - nikic:no-backend-verify, r=Mark-Simulacrum | bors | -10/+2 |
| 2024-12-01 | Check let source before suggesting annotation | Michael Goulet | -0/+60 |
| 2024-12-01 | Auto merge of #133365 - compiler-errors:compare-impl-item, r=lcnr | bors | -170/+53 |
| 2024-12-01 | Fixed typos by changing `happend` to `happened` | HomelikeBrick42 | -12/+12 |
| 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 | Do not create trait object type if missing associated types | Michael Goulet | -194/+15 |
| 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 | bless tests for changed library path | Ralf Jung | -6/+6 |
| 2024-11-30 | Fix chaining `carrying_add`s | Scott McMurray | -0/+33 |
| 2024-11-30 | add test for bytewise ptr::swap of a pointer | Ralf Jung | -1/+1 |
| 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 |