| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 | 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 | Update links to Rust Reference page on literals in diagnostic | Hankai Zhang | -9/+9 |
| 2023-06-10 | Auto merge of #112494 - matthiaskrgr:rollup-xdf3om8, r=matthiaskrgr | bors | -86/+104 |
| 2023-06-10 | abs_sub: fix typo 0[-:][+.]0 | icecream17 | -2/+2 |
| 2023-06-10 | Rollup merge of #112483 - tgross35:py2-dep-warning, r=Mark-Simulacrum | Matthias Krüger | -1/+19 |
| 2023-06-10 | Rollup merge of #112413 - jieyouxu:fix-hidden-glob-reexports-span-order, r=pe... | Matthias Krüger | -15/+38 |
| 2023-06-10 | Rollup merge of #112335 - loongarch-rs:gcc13, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2023-06-10 | Rollup merge of #112298 - est31:update_field_offset, r=Mark-Simulacrum | Matthias Krüger | -6/+17 |
| 2023-06-10 | Rollup merge of #112297 - jyn514:remove-exclude-kind, r=Mark-Simulacrum | Matthias Krüger | -62/+28 |
| 2023-06-10 | Auto merge of #111818 - Urgau:uplift_cmp_nan, r=cjgillot | bors | -308/+604 |
| 2023-06-10 | Keep uwp specific code in sync with windows-sys | bdbai | -5/+4 |
| 2023-06-10 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -2/+2 |
| 2023-06-10 | Auto merge of #112485 - matthiaskrgr:rollup-ta84xje, r=matthiaskrgr | bors | -581/+435 |
| 2023-06-10 | Rollup merge of #112481 - compiler-errors:new-solver-ignore-bad-tests, r=lqd | Matthias Krüger | -7/+13 |
| 2023-06-10 | Rollup merge of #112473 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2023-06-10 | Rollup merge of #112468 - GuillaumeGomez:change-rustdoc-js-formats, r=notriddle | Matthias Krüger | -441/+285 |
| 2023-06-10 | Rollup merge of #112467 - sigaloid:master, r=albertlarsan68 | Matthias Krüger | -1/+6 |
| 2023-06-10 | Rollup merge of #112369 - nnethercote:more-cgu-cleanups, r=wesleywiser | Matthias Krüger | -101/+68 |
| 2023-06-10 | Rollup merge of #110141 - petrochenkov:cratecfg2, r=WaffleLapkin | Matthias Krüger | -31/+63 |
| 2023-06-10 | Drop uplifted `clippy:cmp_nan` | Urgau | -301/+70 |
| 2023-06-10 | Uplift improved version of `clippy::cmp_nan` to rustc | Urgau | -7/+530 |
| 2023-06-10 | Adjust span labels for `HIDDEN_GLOB_REEXPORTS` | 许杰友 Jieyou Xu (Joe) | -15/+38 |
| 2023-06-10 | Lazy load ntdll functions on UWP | bdbai | -2/+61 |
| 2023-06-10 | Auto merge of #112452 - MU001999:fix/issue-112439, r=petrochenkov | bors | -27/+53 |
| 2023-06-09 | Add deprecation warning for python <3.6 in x.py | Trevor Gross | -1/+19 |
| 2023-06-10 | remove unwrap | yukang | -9/+12 |
| 2023-06-10 | Auto merge of #112426 - Bryanskiy:full_priv_ev, r=petrochenkov | bors | -26/+69 |
| 2023-06-09 | Give more helpful progress messages in `Assemble` | jyn | -3/+14 |
| 2023-06-10 | reword the message to suggest surrounding with parentheses | yukang | -7/+10 |
| 2023-06-10 | take care module name for suggesting surround the struct literal in parentheses | yukang | -1/+99 |
| 2023-06-09 | Ignore tests that hang in new solver | Michael Goulet | -7/+13 |
| 2023-06-10 | expand: Change how `#![cfg(FALSE)]` behaves on crate root | Vadim Petrochenkov | -31/+63 |
| 2023-06-09 | Update cargo | Weihang Lo | -0/+0 |
| 2023-06-09 | Auto merge of #112216 - est31:offset_of_deep_tuple, r=petrochenkov | bors | -42/+390 |
| 2023-06-10 | Make "consider importing" consistent for macros | Mu001999 | -27/+53 |
| 2023-06-09 | Add diagnostic items for `f32::NAN` and `f64::NAN` | Urgau | -0/+4 |