| Age | Commit message (Expand) | Author | Lines |
| 2024-07-25 | add limit for unclosed delimiters in lexer diagnostic | yukang | -29/+7 |
| 2024-07-25 | add testcase for 127868 | yukang | -0/+52 |
| 2024-07-25 | Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk | Matthias Krüger | -89/+100 |
| 2024-07-25 | Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease | Matthias Krüger | -6/+61 |
| 2024-07-24 | Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps` | Trevor Gross | -0/+11 |
| 2024-07-23 | Stabilize unsafe extern blocks (RFC 3484) | Santiago Pastorino | -34/+4 |
| 2024-07-19 | Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgr | bors | -0/+92 |
| 2024-07-19 | Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnr | Matthias Krüger | -0/+92 |
| 2024-07-19 | Rollup merge of #127891 - estebank:enum-type-sugg, r=estebank | Trevor Gross | -0/+5 |
| 2024-07-18 | Make unicode text flow control chars visible as � | Esteban Küber | -49/+49 |
| 2024-07-18 | Be more accurate about calculating `display_col` from a `BytePos` | Esteban Küber | -78/+78 |
| 2024-07-18 | Replace ASCII control chars with Unicode Control Pictures | Esteban Küber | -8/+19 |
| 2024-07-18 | More accurate suggestions when writing wrong style of enum variant literal | Esteban Küber | -0/+5 |
| 2024-07-18 | Fix ICE in suggestion caused by `⩵` being recovered as `==` | Esteban Küber | -6/+31 |
| 2024-07-16 | Deny keyword lifetimes pre-expansion | Michael Goulet | -4/+47 |
| 2024-07-15 | Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obk | Matthias Krüger | -322/+1434 |
| 2024-07-12 | Make `;` suggestions inline | Esteban Küber | -137/+24 |
| 2024-07-12 | More accurate incorrect use of `await` suggestion | Esteban Küber | -2/+3 |
| 2024-07-12 | Tweak tests to avoid confusing suggestion output | Esteban Küber | -4/+4 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -344/+1568 |
| 2024-07-12 | Auto merge of #127382 - estebank:const-let, r=compiler-errors | bors | -1/+6 |
| 2024-07-11 | Use verbose style when suggesting changing `const` with `let` | Esteban Küber | -1/+6 |
| 2024-07-11 | check is_ident before parse_ident | trevyn | -0/+10 |
| 2024-07-11 | And additionally enforce ? and async/const aren't mixed | Michael Goulet | -6/+53 |
| 2024-07-10 | Enforce that ? and for<...> are not combined | Michael Goulet | -2/+10 |
| 2024-07-10 | Reorder modifiers and polarity to be *after* binder in trait bounds | Michael Goulet | -1/+1 |
| 2024-07-10 | Auto merge of #127419 - trevyn:issue-125446, r=fee1-dead | bors | -4/+129 |
| 2024-07-08 | Add suggestions for possible missing `fn`, `struct`, or `enum` keywords | trevyn | -4/+129 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -22/+9 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -22/+9 |
| 2024-07-05 | Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix | Michael Goulet | -1/+3 |
| 2024-07-04 | Update Tests | Veera | -0/+92 |
| 2024-07-04 | Improve dead code analysis | mu001999 | -1/+3 |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -12/+3 |
| 2024-06-29 | Avoid suggesting to add unsafe when the extern block is already unsafe | Santiago Pastorino | -5/+0 |
| 2024-06-28 | Add feature diagnostic for unsafe_extern_blocks | Santiago Pastorino | -0/+8 |
| 2024-06-26 | Fix bad replacement for unsafe extern block suggestion | yukang | -12/+20 |
| 2024-06-22 | compiler: Mention C-unwind in C-variadic error | Jubilee Young | -42/+42 |
| 2024-06-22 | Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errors | Matthias Krüger | -1/+12 |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -1/+12 |
| 2024-06-22 | Rollup merge of #126723 - estebank:dot-dot-dot, r=Nadrieril | Guillaume Gomez | -1/+1 |
| 2024-06-21 | Rollup merge of #126811 - compiler-errors:tidy-ftl, r=estebank | Jubilee | -1/+1 |
| 2024-06-21 | Fix remaining cases | Michael Goulet | -1/+1 |
| 2024-06-21 | Do not allow safe usafe on static and fn items | Santiago Pastorino | -15/+15 |
| 2024-06-21 | Rollup merge of #126125 - dev-ardi:conflict-markers, r=estebank | Matthias Krüger | -82/+151 |
| 2024-06-20 | Fix `...` in multline code-skips in suggestions | Esteban Küber | -1/+1 |
| 2024-06-19 | Auto merge of #126678 - nnethercote:fix-duplicated-attrs-on-nt-expr, r=petroc... | bors | -6/+6 |
| 2024-06-19 | Move `parse_or_use_outer_attributes` out of `parse_expr_prefix_range`. | Nicholas Nethercote | -6/+6 |
| 2024-06-19 | Improve conflict marker recovery | ardi | -82/+151 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -3/+3 |