| Age | Commit message (Expand) | Author | Lines |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -302/+439 |
| 2023-10-08 | improve the suggestion of generic_bound_failure | Ali MJ Al-Nasrawy | -75/+480 |
| 2023-10-08 | delay a bug when encountering an ambiguity in MIR typeck | Ali MJ Al-Nasrawy | -1/+28 |
| 2023-10-08 | Auto merge of #116514 - petrochenkov:nogccld, r=lqd | bors | -12/+0 |
| 2023-10-08 | Auto merge of #116509 - Enselic:rustc-test-op, r=Mark-Simulacrum | bors | -69/+33 |
| 2023-10-08 | linker: Remove `-Zgcc-ld` option | Vadim Petrochenkov | -12/+0 |
| 2023-10-07 | linker: Remove unstable legacy CLI linker flavors | Vadim Petrochenkov | -6/+6 |
| 2023-10-07 | Add cross-crate C-like variant test | Guillaume Gomez | -0/+60 |
| 2023-10-07 | Update enum-variant-value test | Guillaume Gomez | -2/+49 |
| 2023-10-07 | Auto merge of #115583 - RalfJung:packed-unsized, r=lcnr | bors | -11/+64 |
| 2023-10-07 | Copy 1-element arrays as scalars, not vectors | Scott McMurray | -0/+74 |
| 2023-10-07 | tests/run-make: Use RUSTC_TEST_OP in more places | Martin Nordholts | -56/+11 |
| 2023-10-07 | tests/run-make: Move RUSTC_TEST_OP to tools.mk | Martin Nordholts | -12/+22 |
| 2023-10-07 | tests/run-make: Remove wrong blessing advice | Martin Nordholts | -1/+0 |
| 2023-10-06 | Rollup merge of #116458 - bjorn3:fix_global_asm_test, r=workingjubilee | Jubilee | -1/+8 |
| 2023-10-06 | Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkin | Jubilee | -22/+136 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -314/+349 |
| 2023-10-06 | optimize zipping over array iterators | The 8472 | -0/+25 |
| 2023-10-06 | Fix windows test that has different stderr output | Esteban Küber | -8/+10 |
| 2023-10-06 | Bless incremental tests. | Camille GILLOT | -10/+10 |
| 2023-10-06 | Preserve DebugInfo in DeadStoreElimination. | Camille GILLOT | -790/+721 |
| 2023-10-06 | Auto merge of #115304 - Enselic:trailing-gt, r=cjgillot | bors | -0/+24 |
| 2023-10-06 | Rollup merge of #116475 - notriddle:notriddle/impl-trait-null, r=GuillaumeGomez | Guillaume Gomez | -5/+20 |
| 2023-10-06 | Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcm | Guillaume Gomez | -1/+2 |
| 2023-10-06 | Use pushsection/popsection | bjorn3 | -2/+2 |
| 2023-10-06 | Auto merge of #116018 - DianQK:simd-wide-sum-test, r=scottmcm | bors | -13/+13 |
| 2023-10-06 | Add a wishlist FIXME | scottmcm | -0/+2 |
| 2023-10-05 | rustdoc-search: fix bug with multi-item impl trait | Michael Howell | -5/+20 |
| 2023-10-06 | Rollup merge of #116421 - Urgau:inter-mut-invalid_ref_casting, r=oli-obk | Matthias Krüger | -21/+47 |
| 2023-10-05 | Properly export function defined in test which uses global_asm!() | bjorn3 | -1/+8 |
| 2023-10-05 | Auto merge of #116417 - ouz-a:trait_type_detective, r=compiler-errors | bors | -0/+21 |
| 2023-10-05 | remove is global hack | Oğuz Ağcayazı | -0/+21 |
| 2023-10-05 | Allow file names to end with '>' | Martin Nordholts | -0/+24 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -200/+452 |
| 2023-10-05 | Rollup merge of #116415 - ouz-a:move_subtyper, r=oli-obk | Matthias Krüger | -52/+134 |
| 2023-10-05 | Rollup merge of #116288 - ouz-a:smir_spans, r=spastorino | Matthias Krüger | -20/+20 |
| 2023-10-05 | move subtyper change reveal_all | ouz-a | -52/+134 |
| 2023-10-05 | Only give autofix suggestion when no named args are present | francorbacho | -4/+36 |
| 2023-10-05 | Add suggestion test | francorbacho | -10/+33 |
| 2023-10-05 | Highlight redundant arguments instead of the whole format string | francorbacho | -18/+18 |
| 2023-10-05 | Plurals in format redundant arguments suggestion | francorbacho | -2/+2 |
| 2023-10-05 | Use diagnostic impls and add suggestions in redundant format!() args | francorbacho | -54/+45 |
| 2023-10-05 | Suggest removing redundant arguments in format!() | francorbacho | -0/+100 |
| 2023-10-05 | Auto merge of #116427 - cjgillot:no-internal, r=oli-obk | bors | -0/+92 |
| 2023-10-05 | add span to statements | ouz-a | -20/+20 |
| 2023-10-05 | Rollup merge of #116432 - notriddle:master, r=fmease | Jubilee | -8/+68 |
| 2023-10-05 | Rollup merge of #116431 - estebank:issue-80476, r=compiler-errors | Jubilee | -135/+135 |
| 2023-10-05 | Rollup merge of #116429 - fmease:clean-up-struct-field-suggs, r=compiler-errors | Jubilee | -43/+168 |
| 2023-10-05 | Rollup merge of #116296 - compiler-errors:default-return, r=estebank | Jubilee | -42/+59 |
| 2023-10-05 | Rollup merge of #116223 - catandcoder:master, r=cjgillot | Jubilee | -3/+3 |