| Age | Commit message (Expand) | Author | Lines |
| 2024-07-12 | Auto merge of #127665 - workingjubilee:rollup-g90yr21, r=workingjubilee | bors | -547/+895 |
| 2024-07-12 | Rollup merge of #127632 - compiler-errors:precise-capturing-rustdoc, r=fmease | Jubilee | -0/+20 |
| 2024-07-12 | Rollup merge of #127619 - compiler-errors:precise-capturing-better-sugg, r=ol... | Jubilee | -3/+100 |
| 2024-07-12 | Rollup merge of #127535 - spastorino:unsafe_code-unsafe_extern_blocks, r=oli-obk | Jubilee | -0/+31 |
| 2024-07-12 | Rollup merge of #127381 - Oneirical:testalt-consciousness, r=jieyouxu | Jubilee | -63/+90 |
| 2024-07-12 | Rollup merge of #127338 - Oneirical:ready-your-arbatests, r=jieyouxu | Jubilee | -35/+59 |
| 2024-07-12 | Rollup merge of #127310 - chenyukang:yukang-fix-suggest-import-ice, r=estebank | Jubilee | -1/+120 |
| 2024-07-12 | Rollup merge of #127209 - sayantn:xop, r=Amanieu | Jubilee | -2/+21 |
| 2024-07-12 | Rollup merge of #126922 - asquared31415:asm_binary_label, r=estebank | Jubilee | -53/+255 |
| 2024-07-12 | Rollup merge of #126502 - cuviper:dump-mir-exclude-alloc-bytes, r=estebank | Jubilee | -390/+199 |
| 2024-07-12 | Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubilee | bors | -8/+423 |
| 2024-07-12 | Added the `xop` target feature and `xop_target_feature` gate | sayantn | -2/+21 |
| 2024-07-12 | rewrite env-dep-info to rmake | Oneirical | -22/+41 |
| 2024-07-12 | rewrite rustc-macro-dep-files to rmake | Oneirical | -11/+13 |
| 2024-07-12 | rewrite and rename issue-83045 to rmake | Oneirical | -33/+39 |
| 2024-07-12 | rewrite and rename issue-85019-moved-src-dir to rmake | Oneirical | -30/+38 |
| 2024-07-12 | rewrite extra-filename-with-temp-outputs to rmake | Oneirical | -7/+23 |
| 2024-07-12 | Rollup merge of #126639 - sayantn:amx, r=Amanieu | Matthias Krüger | -2/+21 |
| 2024-07-12 | Adjust tests for x86 "Rust" ABI changes | beetrees | -8/+34 |
| 2024-07-12 | Add rustdoc-json support for use<> | Michael Goulet | -0/+6 |
| 2024-07-12 | Add rustdoc support for use<> in (local) RPITs | Michael Goulet | -0/+14 |
| 2024-07-12 | Auto merge of #127635 - matthiaskrgr:rollup-foopajr, r=matthiaskrgr | bors | -350/+294 |
| 2024-07-11 | Add the feature gate and target-features | sayantn | -2/+21 |
| 2024-07-12 | Rollup merge of #127596 - tesuji:help-unwrap-or, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2024-07-12 | Rollup merge of #127164 - Nadrieril:clean-lowering-loop, r=matthewjasper | Matthias Krüger | -350/+270 |
| 2024-07-12 | Auto merge of #127382 - estebank:const-let, r=compiler-errors | bors | -103/+189 |
| 2024-07-11 | Add suggestion for `Option<&Vec<T>> -> Option<&[T]` | Lzu Tao | -0/+4 |
| 2024-07-11 | Add regression test for issue 127545 | Lzu Tao | -0/+20 |
| 2024-07-11 | Fix aarch64 test | Esteban Küber | -24/+40 |
| 2024-07-11 | Account for `let foo = expr`; to suggest `const foo: Ty = expr;` | Esteban Küber | -34/+34 |
| 2024-07-11 | Use verbose style when suggesting changing `const` with `let` | Esteban Küber | -77/+147 |
| 2024-07-11 | Suggest using precise capturing for hidden type that captures region | Michael Goulet | -3/+100 |
| 2024-07-11 | Rollup merge of #127605 - nikic:remove-extern-wasm, r=oli-obk | Matthias Krüger | -323/+63 |
| 2024-07-11 | Rollup merge of #127601 - trevyn:issue-127600, r=compiler-errors | Matthias Krüger | -0/+10 |
| 2024-07-11 | Rollup merge of #127598 - weiznich:diagnostic_do_not_recommend_also_skips_hel... | Matthias Krüger | -0/+61 |
| 2024-07-11 | Rollup merge of #127591 - compiler-errors:label-after-primary, r=lcnr | Matthias Krüger | -0/+14 |
| 2024-07-11 | Rollup merge of #124599 - estebank:issue-41708, r=wesleywiser | Matthias Krüger | -0/+153 |
| 2024-07-11 | Auto merge of #127311 - oli-obk:do_not_count_errors, r=compiler-errors | bors | -211/+33 |
| 2024-07-11 | Avoid follow-up errors and ICEs after missing lifetime errors on data structures | Oli Scherer | -211/+33 |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -323/+63 |
| 2024-07-11 | Auto merge of #126777 - Zalathar:normalize-colon, r=lcnr | bors | -228/+228 |
| 2024-07-11 | check is_ident before parse_ident | trevyn | -0/+10 |
| 2024-07-11 | Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obk | bors | -0/+88 |
| 2024-07-11 | Allows `#[diagnostic::do_not_recommend]` to supress trait impls in suggestion... | Georg Semmler | -0/+61 |
| 2024-07-11 | Auto merge of #127575 - chenyukang:yukang-fix-struct-fields-ice, r=compiler-e... | bors | -6/+75 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -228/+228 |
| 2024-07-11 | Auto merge of #127538 - Oneirical:the-sacred-tests, r=jieyouxu | bors | -65/+78 |
| 2024-07-10 | Fix diagnostic and add a test for it | Michael Goulet | -0/+14 |
| 2024-07-10 | Auto merge of #127419 - trevyn:issue-125446, r=fee1-dead | bors | -86/+208 |
| 2024-07-11 | report pat no field error no recoverd struct variant | yukang | -6/+75 |