| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwco | Matthias Krüger | -1/+3 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -1/+1 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -7/+7 |
| 2023-05-20 | Rollup merge of #111708 - jyn514:delay-span-bug-msg, r=compiler-errors | Dylan DPC | -0/+1 |
| 2023-05-18 | Rollup merge of #111054 - cjgillot:cfg-eval-recover, r=b-naber | Dylan DPC | -1/+2 |
| 2023-05-18 | Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin | Dylan DPC | -2/+2 |
| 2023-05-17 | Give a more useful location for where a span_bug was delayed | jyn | -0/+1 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -2/+2 |
| 2023-05-15 | Recover `impl<T ?Sized>` correctly | Michael Goulet | -0/+5 |
| 2023-05-15 | Rollup merge of #111531 - chenyukang:yukang-fix-111416-ice, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2023-05-13 | fmt | yukang | -6/+3 |
| 2023-05-13 | Fix ice caused by shorthand fields in NoFieldsForFnCall | yukang | -0/+7 |
| 2023-05-13 | improve error for `impl<..> impl Trait for Type` | y21 | -4/+28 |
| 2023-05-13 | fix(parse): return unpected when current token is EOF | bohan | -1/+3 |
| 2023-05-09 | Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=Nilstrieb | Dylan DPC | -13/+47 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -1/+89 |
| 2023-05-09 | move sugg to derive session diagnostic | yukang | -9/+17 |
| 2023-05-08 | make it more accurate by parsing ty | yukang | -9/+19 |
| 2023-05-08 | suggest struct when we get colon in fileds in enum | yukang | -0/+9 |
| 2023-05-08 | code refactor and fix wrong suggestion | yukang | -24/+36 |
| 2023-05-08 | fix ice in suggesting | yukang | -7/+14 |
| 2023-05-08 | cleanup | yukang | -2/+1 |
| 2023-05-08 | Suggest let for possible binding with ty | yukang | -9/+17 |
| 2023-05-06 | Rollup merge of #111230 - zacklukem:eq-less-to-less-eq, r=compiler-errors | Matthias Krüger | -1/+12 |
| 2023-05-05 | Add feature gate | est31 | -0/+1 |
| 2023-05-05 | Migrate offset_of from a macro to builtin # syntax | est31 | -1/+19 |
| 2023-05-05 | Add parsing for builtin # in expression and item context | est31 | -1/+70 |
| 2023-05-05 | add hint for =< as <= | Zachary Mayhew | -1/+12 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -11/+75 |
| 2023-05-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -117/+57 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -51/+47 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -117/+57 |
| 2023-05-02 | make cook generic | Deadbeef | -37/+27 |
| 2023-05-02 | make it semantic error | Deadbeef | -0/+3 |
| 2023-05-02 | try gating early, add non-ascii test | Deadbeef | -0/+1 |
| 2023-05-02 | refactor unescape | Deadbeef | -8/+14 |
| 2023-05-02 | initial step towards implementing C string literals | Deadbeef | -0/+64 |
| 2023-05-01 | Do not recover when parsing stmt in cfg-eval. | Camille GILLOT | -1/+2 |
| 2023-05-01 | soften the wording for removing type ascription | yukang | -11/+4 |
| 2023-05-01 | fix tests | yukang | -20/+5 |
| 2023-05-01 | fix parser size | yukang | -1/+1 |
| 2023-05-01 | clean up debug code | yukang | -15/+1 |
| 2023-05-01 | Rip it out | Nilstrieb | -192/+296 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -3/+3 |
| 2023-04-27 | Tweak await span | Michael Goulet | -3/+3 |
| 2023-04-27 | Migrate trivially translatable `rustc_parse` diagnostics | clubby789 | -183/+303 |
| 2023-04-25 | Fix static string lints | clubby789 | -77/+119 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+1 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -2/+2 |