| Age | Commit message (Expand) | Author | Lines |
| 2023-06-28 | Rollup merge of #113094 - GuillaumeGomez:fix-invalid-div-tag-in-head, r=notri... | Dylan DPC | -1/+1 |
| 2023-06-28 | Rollup merge of #113019 - ericmarkmartin:warning-for-guard-non-exhaustion, r=... | Dylan DPC | -22/+54 |
| 2023-06-28 | Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnr | Dylan DPC | -0/+1 |
| 2023-06-28 | Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se | Dylan DPC | -23/+7 |
| 2023-06-28 | Auto merge of #112708 - flip1995:clippy-freezing-pc-with-ice, r=oli-obk | bors | -0/+42 |
| 2023-06-28 | add comment back | Eric Mark Martin | -1/+2 |
| 2023-06-28 | add note for non-exhaustive matches with guards | Eric Mark Martin | -24/+55 |
| 2023-06-28 | Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco | bors | -2/+42 |
| 2023-06-28 | Auto merge of #112307 - lcnr:operand-ref, r=compiler-errors | bors | -1/+57 |
| 2023-06-27 | Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgr | bors | -346/+429 |
| 2023-06-27 | Replace `id` attribute with `name` for `<meta>` tag | Guillaume Gomez | -1/+1 |
| 2023-06-27 | Rollup merge of #113103 - cjgillot:normalize-inhabited, r=compiler-errors | Matthias Krüger | -0/+32 |
| 2023-06-27 | Rollup merge of #113020 - AnthonyKalaitzis:add-tests-impl-via-obj-unless-deni... | Matthias Krüger | -0/+45 |
| 2023-06-27 | Rollup merge of #112972 - nbdd0121:mir, r=davidtwco | Matthias Krüger | -344/+344 |
| 2023-06-27 | Rollup merge of #112692 - jieyouxu:better-err-msg-for-unstable-options, r=dav... | Matthias Krüger | -1/+5 |
| 2023-06-27 | Rollup merge of #112454 - ferrocene:pa-compiletest-dynamic-linking, r=davidtwco | Matthias Krüger | -1/+3 |
| 2023-06-27 | Auto merge of #113102 - matthiaskrgr:rollup-wpkbsw1, r=matthiaskrgr | bors | -0/+35 |
| 2023-06-27 | Normalize types when applying uninhabited predicate. | Camille GILLOT | -0/+32 |
| 2023-06-27 | Rollup merge of #112978 - compiler-errors:bad-block-sugg, r=davidtwco | Matthias Krüger | -0/+16 |
| 2023-06-27 | Rollup merge of #112518 - chenyukang:yukang-fix-112458, r=davidtwco | Matthias Krüger | -0/+19 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2023-06-27 | Auto merge of #112516 - erikdesjardins:loop, r=davidtwco | bors | -0/+12 |
| 2023-06-27 | Avoid calling queries during query stack printing | Oli Scherer | -5/+20 |
| 2023-06-27 | Add regression test for OOM issue on EarlyLintPass ICE | Philipp Krones | -0/+27 |
| 2023-06-27 | Add passing & failing test for bultin dyn trait generation | Anthony Kalaitzis | -0/+45 |
| 2023-06-27 | Rollup merge of #113058 - GuillaumeGomez:improve-code-comments, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-06-26 | Auto merge of #113057 - TaKO8Ki:rollup-071lc9g, r=TaKO8Ki | bors | -0/+29 |
| 2023-06-26 | Add/improve code comments | Guillaume Gomez | -1/+1 |
| 2023-06-26 | Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomez | Takayuki Maeda | -0/+29 |
| 2023-06-26 | Auto merge of #112887 - WaffleLapkin:become_unuwuable_in_hir, r=compiler-erro... | bors | -19/+120 |
| 2023-06-26 | `hir`: Add `Become` expression kind | Maybe Waffle | -19/+120 |
| 2023-06-25 | Auto merge of #113038 - matthiaskrgr:rollup-sdcfkxa, r=matthiaskrgr | bors | -0/+169 |
| 2023-06-25 | Rollup merge of #113036 - TaKO8Ki:fix-112094, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2023-06-25 | Rollup merge of #113031 - JohnTitor:issue-110933, r=compiler-errors | Matthias Krüger | -0/+20 |
| 2023-06-25 | Rollup merge of #113030 - JohnTitor:issue-109071, r=TaKO8Ki | Matthias Krüger | -0/+79 |
| 2023-06-25 | Rollup merge of #113013 - fmease:rustdoc-decl-line-wrapping-slim-arg-list, r=... | Matthias Krüger | -0/+14 |
| 2023-06-25 | Rollup merge of #112976 - dswij:issue-112347, r=compiler-errors | Matthias Krüger | -0/+44 |
| 2023-06-26 | Rollup merge of #113028 - fmease:rustdoc-x-crate-itiap-clean-term, r=notriddle | Takayuki Maeda | -0/+15 |
| 2023-06-26 | accept `ReStatic` for RPITIT | Takayuki Maeda | -0/+12 |
| 2023-06-25 | Add a regression test for #110933 | Yuki Okushi | -0/+20 |
| 2023-06-25 | Add a regression test for #109071 | Yuki Okushi | -0/+79 |
| 2023-06-25 | rustdoc: handle assoc const equalities in cross-crate impl-Trait-in-arg-pos | León Orell Valerian Liehr | -0/+15 |
| 2023-06-25 | Add test for futures with HRTB | dswij | -0/+44 |
| 2023-06-25 | Rollup merge of #113023 - GuillaumeGomez:migrate-gui-test-color-17, r=notriddle | Matthias Krüger | -3/+3 |
| 2023-06-25 | Rollup merge of #113007 - compiler-errors:dont-structural-resolve-byte-str-pa... | Matthias Krüger | -1/+27 |
| 2023-06-25 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -3/+3 |
| 2023-06-25 | Rollup merge of #113018 - asquared31415:test_fix, r=TaKO8Ki | Guillaume Gomez | -3/+28 |
| 2023-06-25 | Rollup merge of #112990 - JohnTitor:issue-96699, r=TaKO8Ki | Guillaume Gomez | -0/+87 |
| 2023-06-25 | Auto merge of #112476 - chenyukang:yukang-fix-109991, r=compiler-errors | bors | -0/+99 |
| 2023-06-24 | fix test | asquared31415 | -3/+28 |