| Age | Commit message (Expand) | Author | Lines |
| 2023-06-12 | Publish docs as github artifacts during CI | Trevor Gross | -0/+97 |
| 2023-06-12 | Auto merge of #112563 - matthiaskrgr:rollup-ebetrzi, r=matthiaskrgr | bors | -10/+219 |
| 2023-06-12 | Rollup merge of #112546 - lcnr:opaque-type-cleanup, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2023-06-12 | Rollup merge of #112527 - bdbai:fix/winarm32, r=ChrisDenton | Matthias Krüger | -0/+44 |
| 2023-06-12 | Rollup merge of #112416 - jieyouxu:issue-112363, r=wesleywiser | Matthias Krüger | -6/+85 |
| 2023-06-12 | Rollup merge of #112302 - jieyouxu:issue-85184, r=WaffleLapkin | Matthias Krüger | -0/+86 |
| 2023-06-12 | Add comment for arm_shim in generate-windows-sys | bdbai | -0/+6 |
| 2023-06-12 | Add windows_sys typedef for Win ARM32 | bdbai | -0/+38 |
| 2023-06-12 | Auto merge of #112541 - ozkanonur:gtfx, r=clubby789 | bors | -9/+31 |
| 2023-06-12 | update comment | lcnr | -1/+1 |
| 2023-06-12 | Auto merge of #112543 - GuillaumeGomez:revert-112429, r=lcnr | bors | -178/+67 |
| 2023-06-12 | implement stdout streaming in `render_tests::Renderer` | ozkanonur | -9/+31 |
| 2023-06-12 | extend assert | lcnr | -3/+3 |
| 2023-06-12 | Add regression test for #112515 | Guillaume Gomez | -0/+30 |
| 2023-06-12 | Revert "List matching impls on type aliases" | Guillaume Gomez | -110/+28 |
| 2023-06-12 | Revert "Add regression test for #32077" | Guillaume Gomez | -59/+0 |
| 2023-06-12 | Revert "Fix intra-doc links from pointer appearing in windows HANDLE type alias" | Guillaume Gomez | -9/+9 |
| 2023-06-12 | Fix debug ICE for extern type with where clauses | 许杰友 Jieyou Xu (Joe) | -6/+85 |
| 2023-06-12 | Auto merge of #112261 - jieyouxu:c-like-ptr-arithmetics-diagnostics, r=Waffle... | bors | -0/+135 |
| 2023-06-11 | Auto merge of #111801 - Bryanskiy:lints1, r=petrochenkov | bors | -85/+893 |
| 2023-06-12 | Private-in-public lints implementation | Bryanskiy | -85/+893 |
| 2023-06-11 | Auto merge of #112530 - matthiaskrgr:rollup-qee1kc1, r=matthiaskrgr | bors | -130/+139 |
| 2023-06-11 | Rollup merge of #112528 - jyn514:fix-debuginfo-level, r=Mark-Simulacrum | Matthias Krüger | -20/+73 |
| 2023-06-11 | Rollup merge of #112513 - compiler-errors:dont-compute-box-span-for-tait, r=c... | Matthias Krüger | -110/+56 |
| 2023-06-11 | Rollup merge of #112487 - zwhiteley:improve-docs, r=Mark-Simulacrum | Matthias Krüger | -0/+10 |
| 2023-06-11 | Don't override `debuginfo-level = 1` to mean `line-tables-only` | jyn | -20/+73 |
| 2023-06-11 | Auto merge of #111958 - notriddle:notriddle/type-search-slice-array, r=Guilla... | bors | -82/+502 |
| 2023-06-11 | Auto merge of #112202 - nicklimmm:item-template-derive-macro, r=GuillaumeGomez | bors | -61/+120 |
| 2023-06-11 | Add `item_template` macro | Nicky Lim | -61/+120 |
| 2023-06-11 | Auto merge of #112466 - lcnr:opaque-type-cleanup, r=compiler-errors | bors | -175/+204 |
| 2023-06-11 | Auto merge of #112512 - matthiaskrgr:rollup-o2jh1jx, r=matthiaskrgr | bors | -46/+292 |
| 2023-06-11 | Don't suggest boxing an empty if/else arm | Michael Goulet | -1/+44 |
| 2023-06-11 | Rollup merge of #112498 - SamZhang3:rust-reference-link-update, r=Nilstrieb | Matthias Krüger | -9/+9 |
| 2023-06-11 | Rollup merge of #112497 - icecream17:patch-1, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2023-06-11 | Rollup merge of #112493 - fmease:iat-select-complete-bound-var-erasure, r=com... | Matthias Krüger | -19/+92 |
| 2023-06-11 | Rollup merge of #112492 - GuillaumeGomez:migrate-gui-test-color-13, r=notriddle | Matthias Krüger | -2/+2 |
| 2023-06-11 | Rollup merge of #112484 - bdbai:fix/uwpntdll, r=ChrisDenton | Matthias Krüger | -2/+60 |
| 2023-06-11 | Rollup merge of #112477 - jyn514:assemble-info, r=clubby789 | Matthias Krüger | -3/+14 |
| 2023-06-11 | Rollup merge of #112475 - chenyukang:yukang-fix-112278, r=compiler-errors | Matthias Krüger | -9/+113 |
| 2023-06-10 | prune some unused code | Michael Goulet | -109/+4 |
| 2023-06-10 | Don't compute opt_suggest_box_span for TAIT | Michael Goulet | -0/+8 |
| 2023-06-11 | iat selection: normalize self ty & completely erase bound vars | León Orell Valerian Liehr | -19/+92 |
| 2023-06-10 | Auto merge of #112256 - jyn514:faster-mingw-check, r=Mark-Simulacrum | bors | -16/+19 |
| 2023-06-10 | rustdoc: add note about slice/array searches to help popup | Michael Howell | -22/+22 |
| 2023-06-10 | rustdoc: update book with `[]` syntax | Michael Howell | -0/+5 |
| 2023-06-10 | rustdoc: search for slices and arrays by type with `[]` | Michael Howell | -82/+487 |
| 2023-06-10 | rustdoc: add test case for `OsString::into_string` | Michael Howell | -0/+10 |
| 2023-06-10 | Use a better link | Hankai Zhang | -9/+9 |
| 2023-06-10 | Auto merge of #107637 - fmease:rustdoc-reelide-x-crate-def-tr-obj-lt-bnds, r=... | bors | -68/+402 |
| 2023-06-10 | Improve documentation for `tools` profile | Zachary Whiteley | -0/+10 |