| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #126777 - Zalathar:normalize-colon, r=lcnr | bors | -183/+183 |
| 2024-07-11 | Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obk | bors | -0/+88 |
| 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 | 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 |
| 2024-07-09 | rewrite issue-109934-lto-debuginfo as an ui test | Oneirical | -0/+22 |
| 2024-07-09 | tests: adds cargo fix tests | Vincenzo Palazzo | -3/+91 |
| 2024-07-09 | Automatically taint when reporting errors from ItemCtxt | Oli Scherer | -276/+74 |
| 2024-07-09 | Auto merge of #127200 - fee1-dead-contrib:trait_def_const_trait, r=compiler-e... | bors | -11/+11 |
| 2024-07-08 | Update f16/f128 FIXMEs that needed (NEG_)INFINITY | Trevor Gross | -39/+51 |
| 2024-07-08 | Rollup merge of #127482 - compiler-errors:closure-two-par-sig-inference, r=ol... | Guillaume Gomez | -0/+27 |
| 2024-07-08 | Infer async closure signature from old-style two-part Fn + Future bounds | Michael Goulet | -0/+27 |
| 2024-07-08 | Rollup merge of #127399 - cjgillot:issue-127396, r=oli-obk | Matthias Krüger | -0/+8 |
| 2024-07-08 | Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk | Matthias Krüger | -51/+51 |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -32/+487 |
| 2024-07-08 | Auto merge of #127476 - jieyouxu:rollup-16wyb0b, r=jieyouxu | bors | -89/+473 |
| 2024-07-08 | Add suggestions for possible missing `fn`, `struct`, or `enum` keywords | trevyn | -86/+208 |
| 2024-07-08 | Rollup merge of #127452 - fee1-dead-contrib:fx-intrinsic-counting, r=fmease | 许杰友 Jieyou Xu (Joe) | -25/+114 |
| 2024-07-08 | Rollup merge of #127431 - oli-obk:feed_item_attrs, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -8/+8 |
| 2024-07-08 | Rollup merge of #126881 - WaffleLapkin:unsafe-code-affected-by-fallback-hard-... | 许杰友 Jieyou Xu (Joe) | -23/+159 |
| 2024-07-08 | Rollup merge of #126841 - c410-f3r:concat-again, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -33/+192 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -35/+396 |
| 2024-07-07 | Auto merge of #127172 - compiler-errors:full-can_eq-everywhere, r=lcnr | bors | -80/+60 |
| 2024-07-07 | Allow casting `*mut dyn T`->`*mut (dyn T + Send)` if `T` has `Send` super trait | Maybe Lapkin | -0/+9 |
| 2024-07-07 | doc fixups from review | Maybe Waffle | -1/+1 |
| 2024-07-07 | Fix unconditional recursion lint wrt tail calls | Maybe Waffle | -0/+42 |
| 2024-07-07 | Support tail calls in the interpreter | Maybe Waffle | -0/+210 |
| 2024-07-07 | Properly handle drops for tail calls | DrMeepster | -0/+70 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -35/+74 |
| 2024-07-07 | Rollup merge of #127409 - gurry:127332-ice-with-expr-not-struct, r=oli-obk | Matthias Krüger | -0/+24 |
| 2024-07-07 | Fix intrinsic const parameter counting with `effects` | Deadbeef | -25/+114 |
| 2024-07-07 | Move a span_bug under a condition that cx is tainted | Gurinder Singh | -0/+24 |
| 2024-07-07 | Auto merge of #127404 - compiler-errors:rpitit-entailment-false-positive, r=o... | bors | -0/+224 |
| 2024-07-06 | Auto merge of #126987 - petrochenkov:atvisord2, r=pnkfelix | bors | -0/+10 |
| 2024-07-06 | Add support for literals | Caio | -33/+192 |
| 2024-07-06 | Use field ident spans directly instead of the full field span in diagnostics ... | Oli Scherer | -8/+8 |