| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #112494 - matthiaskrgr:rollup-xdf3om8, r=matthiaskrgr | bors | -86/+104 |
| 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 | 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 | 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 | Auto merge of #112426 - Bryanskiy:full_priv_ev, r=petrochenkov | bors | -26/+69 |
| 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 |
| 2023-06-09 | Auto merge of #112465 - GuillaumeGomez:rollup-gyh5buc, r=GuillaumeGomez | bors | -42/+232 |
| 2023-06-09 | Update rustdoc-js* format | Guillaume Gomez | -400/+236 |
| 2023-06-09 | Change format of rustdoc-js tests by putting `query` and `correction` directl... | Guillaume Gomez | -41/+49 |
| 2023-06-09 | Compile rustc_driver by default | Matthew Esposito | -1/+6 |
| 2023-06-09 | Rollup merge of #112442 - compiler-errors:next-solver-deduplicate-region-cons... | Guillaume Gomez | -1/+36 |
| 2023-06-09 | Rollup merge of #112429 - GuillaumeGomez:ty-alias-impls, r=notriddle,lcnr | Guillaume Gomez | -37/+178 |
| 2023-06-09 | Rollup merge of #112260 - eval-exec:exec/fix-unsafe_code_lint, r=WaffleLapkin | Guillaume Gomez | -4/+18 |
| 2023-06-09 | Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errors | bors | -141/+192 |
| 2023-06-09 | Improve document of `unsafe_code` lint | Eval EXEC | -4/+18 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -101/+439 |
| 2023-06-09 | Fix intra-doc links from pointer appearing in windows HANDLE type alias | Guillaume Gomez | -9/+9 |
| 2023-06-09 | Add regression test for #32077 | Guillaume Gomez | -0/+59 |
| 2023-06-09 | List matching impls on type aliases | Guillaume Gomez | -28/+110 |
| 2023-06-09 | Auto merge of #112450 - matthiaskrgr:rollup-fdbazkr, r=matthiaskrgr | bors | -26/+95 |
| 2023-06-09 | Rollup merge of #112444 - compiler-errors:intern-debug, r=nnethercote | Matthias Krüger | -1/+7 |
| 2023-06-09 | Rollup merge of #112428 - compiler-errors:next-solver-struct-resolv-pat, r=lcnr | Matthias Krüger | -3/+13 |
| 2023-06-09 | Rollup merge of #112411 - programmerjake:portable-simd-cc, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-06-09 | Rollup merge of #112395 - spastorino:smir-terminator-3, r=oli-obk | Matthias Krüger | -1/+51 |
| 2023-06-09 | Rollup merge of #112323 - compiler-errors:dont-mention-set-fields, r=WaffleLa... | Matthias Krüger | -20/+23 |
| 2023-06-09 | Auto merge of #112116 - compiler-errors:misc-hir-typeck-mismatch-tweaks, r=Wa... | bors | -170/+337 |
| 2023-06-09 | Don't print Interned or PrivateZst | Michael Goulet | -1/+7 |
| 2023-06-08 | Auto merge of #108293 - Jarcho:mut_analyses, r=eholk | bors | -288/+491 |