| Age | Commit message (Expand) | Author | Lines |
| 2023-05-25 | Rollup merge of #111624 - cjgillot:private-uninhabited-pattern, r=petrochenkov | Matthias Krüger | -1/+33 |
| 2023-05-25 | Rollup merge of #109899 - daxpedda:patch-1, r=jackh726 | Matthias Krüger | -1/+1 |
| 2023-05-25 | Rollup merge of #95198 - clarfonthey:get_chunk, r=scottmcm | Matthias Krüger | -0/+258 |
| 2023-05-25 | Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth | bors | -378/+417 |
| 2023-05-24 | Rollup merge of #111915 - jyn514:libtest-errors, r=thomcc | Manish Goregaokar | -3/+3 |
| 2023-05-24 | Rollup merge of #111912 - WaffleLapkin:is_some_and_in_the_compiler, r=petroch... | Manish Goregaokar | -246/+201 |
| 2023-05-24 | Rollup merge of #111876 - danakj:builtins92, r=Mark-Simulacrum | Manish Goregaokar | -3/+3 |
| 2023-05-24 | Rollup merge of #111840 - voidc:borrowck-consumers, r=oli-obk | Manish Goregaokar | -66/+144 |
| 2023-05-24 | Rollup merge of #111741 - compiler-errors:custom-type-op, r=lcnr | Manish Goregaokar | -60/+66 |
| 2023-05-24 | Auto merge of #111919 - matthiaskrgr:rollup-8qcdp0q, r=matthiaskrgr | bors | -428/+661 |
| 2023-05-24 | Rollup merge of #111903 - GuillaumeGomez:migrate-gui-test-color-6, r=notriddle | Matthias Krüger | -6/+6 |
| 2023-05-24 | Rollup merge of #111863 - compiler-errors:check-more-mir, r=b-naber | Matthias Krüger | -27/+9 |
| 2023-05-24 | Rollup merge of #111862 - compiler-errors:opq, r=lcnr | Matthias Krüger | -305/+303 |
| 2023-05-24 | Rollup merge of #111841 - matthewjasper:validate-match-guards, r=compiler-errors | Matthias Krüger | -38/+240 |
| 2023-05-24 | Rollup merge of #111759 - cjgillot:interval-kill, r=b-naber | Matthias Krüger | -50/+101 |
| 2023-05-24 | Rollup merge of #111121 - Zalathar:ra-false-positive, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-05-24 | Emit diagnostic for privately uninhabited uncovered witnesses. | Camille GILLOT | -1/+33 |
| 2023-05-24 | Auto merge of #111260 - petrochenkov:effvisperf7, r=cjgillot | bors | -163/+100 |
| 2023-05-24 | Split out opaque from type_of | Michael Goulet | -305/+303 |
| 2023-05-24 | Don't skip mir typeck if body has errors | Michael Goulet | -27/+9 |
| 2023-05-24 | Auto merge of #111673 - cjgillot:dominator-preprocess, r=cjgillot,tmiasko | bors | -51/+107 |
| 2023-05-24 | libtest: Improve error when missing `-Zunstable-options` | jyn | -3/+3 |
| 2023-05-24 | Use ObligationCtxt in custom type ops | Michael Goulet | -60/+66 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -88/+53 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -158/+148 |
| 2023-05-24 | Auto merge of #111694 - Amanieu:no-assume-bdynamic, r=petrochenkov | bors | -12/+12 |
| 2023-05-24 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -6/+6 |
| 2023-05-24 | Auto merge of #111566 - clubby789:bootstrap-override-config, r=ozkanonur | bors | -47/+303 |
| 2023-05-24 | Auto merge of #111195 - GuillaumeGomez:fix-ice-intra-doc-link, r=petrochenkov | bors | -8/+40 |
| 2023-05-24 | Auto merge of #111895 - matthiaskrgr:rollup-9a6szng, r=matthiaskrgr | bors | -25/+182 |
| 2023-05-24 | Rollup merge of #111887 - fmease:inh-proj-pp-tests, r=compiler-errors | Matthias Krüger | -0/+46 |
| 2023-05-24 | Rollup merge of #111880 - compiler-errors:pointer-like-param-env, r=jackh726 | Matthias Krüger | -10/+68 |
| 2023-05-24 | Rollup merge of #111870 - WaffleLapkin:just_🌟traits🌟_query, r=compiler-... | Matthias Krüger | -13/+15 |
| 2023-05-24 | Rollup merge of #111864 - Jules-Bertholet:sized-closures, r=compiler-errors | Matthias Krüger | -2/+29 |
| 2023-05-24 | Rollup merge of #111861 - compiler-errors:rtn-in-super, r=jackh726 | Matthias Krüger | -0/+24 |
| 2023-05-24 | Auto merge of #110936 - loongarch-rs:promote-tier2, r=Mark-Simulacrum | bors | -2/+5 |
| 2023-05-23 | Auto merge of #111890 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-05-24 | Add tests for pretty-printing inherent projections | León Orell Valerian Liehr | -0/+46 |
| 2023-05-23 | Update cargo | Weihang Lo | -0/+0 |
| 2023-05-23 | Rename `traits_in_crate` query to `traits` | Maybe Waffle | -13/+15 |
| 2023-05-23 | Auto merge of #111867 - RalfJung:miri, r=RalfJung | bors | -49/+171 |
| 2023-05-23 | Auto merge of #111882 - matthiaskrgr:rollup-1xyv5mq, r=matthiaskrgr | bors | -751/+878 |
| 2023-05-23 | Rollup merge of #111871 - GuillaumeGomez:migrate-gui-test-color-5, r=notriddle | Matthias Krüger | -3/+3 |
| 2023-05-23 | Rollup merge of #111851 - rcvalle:rust-cfi-fix-111515, r=bjorn3 | Matthias Krüger | -16/+78 |
| 2023-05-23 | Rollup merge of #111845 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-05-23 | Rollup merge of #111761 - bvanjoi:fix-109148, r=petrochenkov | Matthias Krüger | -1/+34 |
| 2023-05-23 | Rollup merge of #111722 - mrcnski:stack-protector-doc, r=rcvalle | Matthias Krüger | -8/+9 |
| 2023-05-23 | Rollup merge of #111486 - fmease:pp-inh-proj, r=petrochenkov | Matthias Krüger | -4/+28 |
| 2023-05-23 | Rollup merge of #111427 - LukeMathWalker:flatten, r=aDotInTheVoid | Matthias Krüger | -719/+726 |
| 2023-05-23 | Don't ICE when computing PointerLike trait when region vars are in param-env | Michael Goulet | -10/+68 |