| Age | Commit message (Expand) | Author | Lines |
| 2024-07-13 | Auto merge of #127435 - GrigorenkoPV:tests-for-112905, r=cjgillot | bors | -0/+92 |
| 2024-07-13 | Auto merge of #127397 - jyn514:multi-thread-panic-hook, r=workingjubilee | bors | -0/+22 |
| 2024-07-12 | Auto merge of #127665 - workingjubilee:rollup-g90yr21, r=workingjubilee | bors | -59/+527 |
| 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 #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 | Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubilee | bors | -0/+61 |
| 2024-07-12 | Added the `xop` target feature and `xop_target_feature` gate | sayantn | -2/+21 |
| 2024-07-12 | fix interleaved panic output | jyn | -4/+6 |
| 2024-07-12 | Rollup merge of #126639 - sayantn:amx, r=Amanieu | Matthias Krüger | -2/+21 |
| 2024-07-12 | Auto merge of #127635 - matthiaskrgr:rollup-foopajr, r=matthiaskrgr | bors | -0/+24 |
| 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 | 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 | -185/+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 | -60/+30 |
| 2024-07-11 | Avoid follow-up errors and ICEs after missing lifetime errors on data structures | Oli Scherer | -60/+30 |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -185/+63 |
| 2024-07-11 | Auto merge of #126777 - Zalathar:normalize-colon, r=lcnr | bors | -183/+183 |
| 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 | -4/+81 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -183/+183 |
| 2024-07-11 | Auto merge of #127538 - Oneirical:the-sacred-tests, r=jieyouxu | bors | -0/+22 |
| 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 | -4/+81 |
| 2024-07-10 | Rollup merge of #127568 - lcnr:undo-leakcheck, r=oli-obk | Matthias Krüger | -245/+109 |
| 2024-07-10 | Rollup merge of #127094 - Borgerr:E0191-suggestion-correction, r=fmease | Matthias Krüger | -3/+34 |
| 2024-07-10 | instantiate higher ranked goals in candidate selection | lcnr | -245/+109 |
| 2024-07-10 | Auto merge of #127549 - jhpratt:rollup-o1mbmhr, r=jhpratt | bors | -6/+96 |
| 2024-07-10 | Rollup merge of #127461 - c6c7:fixup-failing-fuchsia-tests, r=tmandry | Jacob Pratt | -3/+5 |
| 2024-07-10 | Rollup merge of #125627 - vincenzopalazzo:macros/cargo-fix-expr2024, r=compil... | Jacob Pratt | -3/+91 |
| 2024-07-10 | Auto merge of #127496 - tgross35:f16-f128-pattern-fixme, r=Nadrieril | bors | -39/+51 |
| 2024-07-09 | E0191 suggestion correction, inserts turbofish without dyn (#91997) | Ashton Hunt | -3/+34 |
| 2024-07-09 | Auto merge of #127358 - oli-obk:taint_itemctxt, r=fmease | bors | -276/+74 |
| 2024-07-09 | Ignore fuchsia tests implicitly relying on a signal upon abort | Charles Celerier | -3/+5 |