| Age | Commit message (Expand) | Author | Lines |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -73/+140 |
| 2023-06-20 | Make rustc_deny_explicit_impl only local as well | Michael Goulet | -4/+8 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -3/+47 |
| 2023-06-13 | Auto merge of #112017 - Nemo157:unsafe-block-rustfix, r=eholk | bors | -11/+292 |
| 2023-06-13 | Add test cases for suggestions with unsafe operations contained inside macros | Wim Looman | -11/+100 |
| 2023-06-13 | Add note about unsafe functions body not being unsafe | Wim Looman | -11/+78 |
| 2023-06-13 | Hide suggestion to wrap function in unsafe block | Wim Looman | -38/+1 |
| 2023-06-13 | Test that a couple more types of unsafe-ops get a wrapping unsafe block added | Wim Looman | -1/+69 |
| 2023-06-13 | Add MVP suggestion for `unsafe_op_in_unsafe_fn` | Léo Lanteri Thauvin | -11/+105 |
| 2023-06-13 | Auto merge of #112549 - jieyouxu:fix-tests-for-unit-bindings, r=Nilstrieb | bors | -117/+117 |
| 2023-06-13 | Auto merge of #112386 - loongarch-rs:reloc-static, r=eholk | bors | -6/+4 |
| 2023-06-13 | Auto merge of #112575 - matthiaskrgr:rollup-7a8d7tg, r=matthiaskrgr | bors | -3/+41 |
| 2023-06-13 | Rollup merge of #112558 - eltociear:patch-21, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-06-13 | Rollup merge of #111885 - compiler-errors:rust-call-abi-sized, r=eholk | Matthias Krüger | -2/+40 |
| 2023-06-13 | Auto merge of #99339 - yanchith:binary-heap-ta, r=Amanieu | bors | -63/+175 |
| 2023-06-13 | Auto merge of #112524 - GuillaumeGomez:migrate-gui-test-color-14, r=notriddle | bors | -11/+11 |
| 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-13 | Fix typo in mod.rs | Ikko Eltociear Ashimine | -1/+1 |
| 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 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -117/+117 |
| 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 | Impl allocator function for iterators | yanchith | -0/+32 |
| 2023-06-11 | Remove explicit lifetimes | yanchith | -20/+20 |
| 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 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -11/+11 |
| 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 |