| Age | Commit message (Expand) | Author | Lines |
| 2024-08-04 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -9/+7 |
| 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-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 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -3/+12 |
| 2024-03-17 | review comment: `str` -> string in messages | Esteban Küber | -8/+8 |
| 2024-03-17 | Use shorter span for existing `'` -> `"` structured suggestion | Esteban Küber | -4/+4 |
| 2024-03-14 | Remove unneeded `f16` and `f128` parser tests | Trevor Gross | -104/+0 |
| 2024-03-12 | Fix ICE in diagnostics for parenthesized type arguments | Daniel Sedlak | -0/+23 |
| 2024-03-11 | Rollup merge of #122152 - wutchzone:120892, r=fmease | Jubilee | -0/+76 |
| 2024-03-09 | Improve diagnostics for parenthesized type arguments | Daniel Sedlak | -0/+76 |
| 2024-03-09 | Rollup merge of #122160 - jieyouxu:eager-translate-help-use-latest-edition, r... | Matthias Krüger | -0/+26 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -30/+0 |
| 2024-03-07 | Eagerly translate HelpUseLatestEdition in parser diagnostics | 许杰友 Jieyou Xu (Joe) | -0/+26 |
| 2024-03-07 | Rollup merge of #122004 - fmease:astvalidator-min-fix, r=compiler-errors | Guillaume Gomez | -0/+72 |
| 2024-03-07 | Rollup merge of #122115 - clubby789:cancel-recoverr, r=compiler-errors | Guillaume Gomez | -2/+17 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -9/+9 |
| 2024-03-06 | Cancel parsing ever made during recovery | clubby789 | -2/+17 |
| 2024-03-05 | AST validation: Improve handling of inherent impls nested within functions an... | León Orell Valerian Liehr | -0/+72 |