| Age | Commit message (Expand) | Author | Lines |
| 2022-11-18 | Add a detailed note for missing comma in FRU syntax typo | Michael Goulet | -19/+65 |
| 2022-11-18 | Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkov | bors | -102/+102 |
| 2022-11-18 | Only use `...` instead of `_` for type elision | Esteban Küber | -5/+5 |
| 2022-11-18 | On E0275 do not print out the full type in the msg | Esteban Küber | -4/+4 |
| 2022-11-18 | On overflow errors, do not print out long types | Esteban Küber | -23/+35 |
| 2022-11-18 | Make "long type" printing type aware | Esteban Küber | -21/+16 |
| 2022-11-18 | deduplicate tests | lcnr | -39/+9 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -2/+1 |
| 2022-11-18 | Rollup merge of #103405 - chenyukang:yukang/fix-103381-and-if, r=compiler-errors | Matthias Krüger | -0/+168 |
| 2022-11-18 | Rollup merge of #103386 - compiler-errors:no-coerceunsized-to-dynstar, r=eholk | Matthias Krüger | -0/+44 |
| 2022-11-18 | rename to `string_deref_patterns` | Deadbeef | -4/+4 |
| 2022-11-18 | Adding more tests | Deadbeef | -112/+28 |
| 2022-11-17 | Rollup merge of #104515 - chenyukang:yukang/fix-104510-ice, r=compiler-errors | Matthias Krüger | -0/+25 |
| 2022-11-17 | Rollup merge of #104508 - compiler-errors:dyn-return, r=oli-obk | Matthias Krüger | -0/+21 |
| 2022-11-17 | Rollup merge of #104496 - djkoloski:dont_normalize_compiler_backtraces, r=jac... | Matthias Krüger | -16/+1 |
| 2022-11-17 | Rollup merge of #104444 - chenyukang:yukang/fix-104390, r=compiler-errors | Matthias Krüger | -0/+75 |
| 2022-11-17 | Rollup merge of #104433 - TaKO8Ki:fix-104392, r=estebank | Matthias Krüger | -0/+38 |
| 2022-11-17 | Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnr | Matthias Krüger | -0/+32 |
| 2022-11-17 | detect () to avoid redundant <> suggestion for type | Yiming Lei | -1/+20 |
| 2022-11-17 | Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholk | bors | -0/+76 |
| 2022-11-17 | Move a ui test to make space for new folder | Deadbeef | -0/+0 |
| 2022-11-17 | Add feature gate | Deadbeef | -44/+65 |
| 2022-11-17 | Minimal implementation of implicit deref patterns | Deadbeef | -0/+128 |
| 2022-11-17 | Add powerpc64-ibm-aix as Tier-3 target | Qiu Chaofan | -1/+1 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -135/+113 |
| 2022-11-17 | Use `ThinVec` in `ast::Path`. | Nicholas Nethercote | -98/+98 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -89/+89 |
| 2022-11-16 | Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkov | bors | -23/+201 |
| 2022-11-16 | Check `dyn*` return type correctly | Michael Goulet | -0/+21 |
| 2022-11-16 | Don't attempt to normalize compiler backtraces | David Koloski | -16/+1 |
| 2022-11-16 | Rollup merge of #104335 - Nilstrieb:macrowo, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2022-11-16 | Rollup merge of #104317 - RalfJung:ctfe-error-reporting, r=oli-obk | Matthias Krüger | -342/+500 |
| 2022-11-16 | fix #104510, Remove is_tainted_by_errors since we have ty_error for delay bug | yukang | -0/+25 |
| 2022-11-16 | fix #104390, fix ICE in in_operand for ty error | yukang | -0/+75 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -342/+500 |
| 2022-11-16 | Rollup merge of #104419 - Ayush1325:test-issue-30490, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-16 | Rollup merge of #104348 - fmease:iat-vis-stab, r=cjgillot | Matthias Krüger | -1/+76 |
| 2022-11-16 | Rollup merge of #104193 - TaKO8Ki:fix-104142, r=cjgillot | Matthias Krüger | -0/+29 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -89/+108 |
| 2022-11-16 | Add some more bad suffix cases in a test. | Nicholas Nethercote | -17/+75 |
| 2022-11-16 | Add a test for different stages of lexer error reporting. | Nicholas Nethercote | -0/+101 |
| 2022-11-15 | Only do parser recovery on retried macro matching | Nilstrieb | -0/+31 |
| 2022-11-15 | Auto merge of #104437 - matthiaskrgr:rollup-n5jdg9v, r=matthiaskrgr | bors | -0/+428 |
| 2022-11-15 | nll: correctly deal with bivariance | lcnr | -0/+26 |
| 2022-11-15 | Rollup merge of #104309 - chenyukang:yukang/fix-104088-identifier-error, r=da... | Matthias Krüger | -0/+55 |
| 2022-11-15 | Rollup merge of #104296 - compiler-errors:opaque-ty-ffi-normalization-cycle, ... | Matthias Krüger | -0/+56 |
| 2022-11-15 | Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obk | Matthias Krüger | -0/+15 |
| 2022-11-15 | Rollup merge of #104148 - fmease:fix-104140, r=petrochenkov | Matthias Krüger | -0/+23 |
| 2022-11-15 | Rollup merge of #103439 - Nilstrieb:help-me-with-my-macro, r=estebank | Matthias Krüger | -0/+279 |
| 2022-11-15 | Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obk | bors | -6/+6 |