| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-06-11 | Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-06-07 | Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -7/+9 |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -76/+0 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -49/+50 |
| 2024-06-05 | Detect pub structs never constructed and unused associated constants in traits | r0cky | -7/+9 |
| 2024-06-05 | Add unsafe_extern_blocks feature flag | Santiago Pastorino | -4/+29 |
| 2024-06-04 | Fail when using safe/unsafe items inside unadorned extern blocks | Santiago Pastorino | -3/+32 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -28/+28 |
| 2024-06-04 | Allow using unsafe on functions inside extern blocks | Santiago Pastorino | -44/+6 |
| 2024-06-04 | Allow unsafe extern on all editions | Santiago Pastorino | -23/+8 |
| 2024-06-04 | Auto merge of #123536 - compiler-errors:simplify-int-float, r=lcnr | bors | -9/+0 |
| 2024-06-04 | Rollup merge of #125667 - oli-obk:taintify, r=TaKO8Ki | Michael Goulet | -3/+15 |
| 2024-06-03 | Spruce up the diagnostics of some early lints | León Orell Valerian Liehr | -2/+2 |
| 2024-06-01 | Auto merge of #125863 - fmease:rej-CVarArgs-in-parse_ty_for_where_clause, r=c... | bors | -2/+23 |
| 2024-06-01 | Reject CVarArgs in parse_ty_for_where_clause | León Orell Valerian Liehr | -2/+23 |
| 2024-06-01 | Simplify IntVarValue/FloatVarValue | Michael Goulet | -9/+0 |
| 2024-05-28 | Allow type_of to return partially non-error types if the type was already tai... | Oli Scherer | -3/+15 |
| 2024-05-26 | Rollup merge of #124048 - veera-sivarajan:bugfix-123773-c23-variadics, r=comp... | Jubilee | -85/+35 |
| 2024-04-16 | Update Tests | Veera | -85/+35 |
| 2024-04-12 | Rollup merge of #123847 - eggyal:issue-123844, r=fmease | Matthias Krüger | -36/+0 |
| 2024-04-12 | Suppress erroneous suggestion | Alan Egerton | -36/+0 |
| 2024-04-12 | Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiser | Matthias Krüger | -6/+6 |
| 2024-04-12 | Improve diagnostic by suggesting to remove visibility qualifier | morine0122 | -6/+6 |
| 2024-04-07 | Remove useless configs in tests | Urgau | -30/+0 |
| 2024-04-07 | Unify all the always-false cfgs under the `FALSE` cfg | Urgau | -9/+9 |
| 2024-04-04 | Fix diagnostic for qualifier in extern block | Arthur Carcano | -55/+55 |
| 2024-03-26 | Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-... | Matthias Krüger | -7/+12 |
| 2024-03-25 | Rollup merge of #122910 - compiler-errors:unit-struct-in-path-pat-only, r=pet... | Matthias Krüger | -6/+7 |
| 2024-03-24 | Rollup merge of #122217 - estebank:issue-119685, r=fmease | Matthias Krüger | -12/+12 |
| 2024-03-22 | Validate that we're only matching on unit struct for path pattern | Michael Goulet | -6/+7 |
| 2024-03-23 | Suggest assoc ty bound on lifetime in eq constraint | León Orell Valerian Liehr | -7/+12 |
| 2024-03-22 | add test for #105210 assertion failure self.lines.iter().all(|r| !r.iter().an... | Matthias Krüger | -0/+44 |
| 2024-03-21 | Rewrite `parse_meta_item`. | Nicholas Nethercote | -0/+37 |
| 2024-03-19 | Rollup merge of #122717 - workingjubilee:handle-call-call-call-call-calling-m... | Matthias Krüger | -0/+4907 |
| 2024-03-18 | Ensure stack before parsing dot-or-call | Jubilee Young | -0/+4907 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -30/+0 |