| Age | Commit message (Expand) | Author | Lines |
| 2024-07-16 | Rollup merge of #127780 - compiler-errors:zip-args, r=jieyouxu | Trevor Gross | -0/+97 |
| 2024-07-16 | Rollup merge of #120990 - chenyukang:yukang-fix-120327-dbg, r=oli-obk | Trevor Gross | -0/+189 |
| 2024-07-15 | Auto merge of #127629 - tesuji:suggest-option-ref-unwrap_or, r=estebank | bors | -1/+85 |
| 2024-07-15 | Make sure trait def ids match before zipping args in note_function_argument_o... | Michael Goulet | -0/+97 |
| 2024-07-15 | Rollup merge of #127684 - RalfJung:unleashed-mutable-refs, r=oli-obk | Matthias Krüger | -427/+399 |
| 2024-07-15 | Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obk | Matthias Krüger | -576/+2676 |
| 2024-07-15 | Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obk | Matthias Krüger | -25/+30 |
| 2024-07-16 | Suggest a borrow when using dbg | yukang | -0/+189 |
| 2024-07-15 | Use multipart_suggestion to avoid place holder in span_to_snippet | Lzu Tao | -3/+3 |
| 2024-07-15 | Add support for `Result<&T, _>' | Lzu Tao | -0/+4 |
| 2024-07-14 | Rollup merge of #127711 - BoxyUwU:add_effects_test, r=fee1-dead | Matthias Krüger | -0/+88 |
| 2024-07-14 | Auto merge of #127670 - compiler-errors:no-type-length-limit, r=jackh726 | bors | -57/+49 |
| 2024-07-14 | add_effects_test | Boxy | -0/+88 |
| 2024-07-13 | Auto merge of #127435 - GrigorenkoPV:tests-for-112905, r=cjgillot | bors | -0/+92 |
| 2024-07-13 | consolidate miri-unleashed tests for mutable refs into one file | Ralf Jung | -427/+399 |
| 2024-07-13 | Auto merge of #127397 - jyn514:multi-thread-panic-hook, r=workingjubilee | bors | -0/+22 |
| 2024-07-12 | Gate the type length limit check behind a nightly flag | Michael Goulet | -57/+49 |
| 2024-07-13 | add test for Result<&T, _> where T; Deref | Lzu Tao | -1/+25 |
| 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 | Add suggestion to use Option::map_or over erroneous Option::unwrap_or | Lzu Tao | -1/+9 |
| 2024-07-12 | Add regression test for issue 127545 | Lzu Tao | -0/+48 |
| 2024-07-12 | Auto merge of #127635 - matthiaskrgr:rollup-foopajr, r=matthiaskrgr | bors | -0/+24 |
| 2024-07-12 | Make `;` suggestions inline | Esteban Küber | -167/+29 |
| 2024-07-12 | More accurate incorrect use of `await` suggestion | Esteban Küber | -34/+51 |
| 2024-07-12 | Use more accurate span for `:` to `::` suggestion | Esteban Küber | -7/+7 |
| 2024-07-12 | Tweak tests to avoid confusing suggestion output | Esteban Küber | -12/+12 |
| 2024-07-12 | Make `impl` and `!` removal suggestion `short` | Esteban Küber | -26/+4 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -602/+2845 |
| 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 |