| Age | Commit message (Expand) | Author | Lines |
| 2022-03-27 | resolve: Simplify some diagnostic code to avoid an ICE | Vadim Petrochenkov | -2/+24 |
| 2022-03-26 | Auto merge of #92472 - petrochenkov:nowrapident, r=Aaron1011 | bors | -414/+21 |
| 2022-03-26 | Stablize `const_extern_fn` for "Rust" and "C" | Aaron Hill | -52/+19 |
| 2022-03-26 | Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC | bors | -12/+14 |
| 2022-03-26 | Use str and char's Debug impl to format literals | David Tolnay | -8/+8 |
| 2022-03-26 | Add test for proc_macro Literal string and character constructors | David Tolnay | -0/+11 |
| 2022-03-26 | proc-macro: Stop wrapping `ident` matchers into groups | Vadim Petrochenkov | -414/+21 |
| 2022-03-25 | fix wrong header command | DrMeepster | -1/+1 |
| 2022-03-25 | widen special case on deref to all non-zst allocators | DrMeepster | -0/+10 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -67/+51 |
| 2022-03-25 | Minor `let_chains` modification | Caio | -11/+11 |
| 2022-03-25 | diagnostics: correct generic bounds with doubled colon | Michael Howell | -0/+64 |
| 2022-03-25 | when checking pointee metadata, canonicalize the Sized query | Michael Goulet | -0/+19 |
| 2022-03-25 | Auto merge of #95255 - petrochenkov:suggresolve, r=michaelwoerister | bors | -190/+19 |
| 2022-03-25 | Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakis | bors | -0/+47 |
| 2022-03-24 | suggest wrapping single-expr blocks in square brackets | Michael Goulet | -15/+63 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -189/+114 |
| 2022-03-25 | Rollup merge of #94391 - light4:issue-90319, r=estebank | Dylan DPC | -0/+26 |
| 2022-03-25 | resolve: Do not build expensive suggestions if they are not actually used | Vadim Petrochenkov | -190/+19 |
| 2022-03-24 | Check if call return type is visibly uninhabited when building MIR | Tomasz Miąsko | -66/+128 |
| 2022-03-24 | Where bounds are checked on inherent impls | Santiago Pastorino | -0/+25 |
| 2022-03-24 | Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obk | bors | -61/+237 |
| 2022-03-25 | Fix ice when error reporting recursion errors | lightning1141 | -0/+26 |
| 2022-03-24 | add #[must_use] to functions of slice and its iterators. | Jendrik | -12/+14 |
| 2022-03-24 | Auto merge of #94876 - b-naber:thir-abstract-const-changes, r=lcnr | bors | -0/+42 |
| 2022-03-24 | Auto merge of #91030 - estebank:trait-bounds-are-tricky-2, r=oli-obk | bors | -47/+84 |
| 2022-03-23 | Fix rustfix panic on test | Noah Lev | -113/+134 |
| 2022-03-23 | Use `multipart_suggestions` | Noah Lev | -12/+0 |
| 2022-03-23 | Change temporary variable name if it would conflict | Noah Lev | -6/+6 |
| 2022-03-23 | Add heuristic to avoid treating `x + +2` as increment | Noah Lev | -18/+10 |
| 2022-03-23 | Bless tests | Noah Lev | -10/+18 |
| 2022-03-23 | Improve handling of `tmp` variable name conflicts | Noah Lev | -5/+80 |
| 2022-03-23 | Emit both subexp and standalone sugg for postfix | Noah Lev | -0/+15 |
| 2022-03-23 | Emit structured suggestions for field accesses too | Noah Lev | -2/+9 |
| 2022-03-23 | Refactor, handle fields better, add field tests | Noah Lev | -4/+48 |
| 2022-03-23 | Move increment checks to improve errors | Noah Lev | -36/+76 |
| 2022-03-23 | Suggest `i += 1` when we see `i++` or `++i` | Camelid | -0/+79 |
| 2022-03-23 | Add known-bug for #94034 | Michael Goulet | -0/+97 |
| 2022-03-23 | Better suggestions for Fn trait selection errors | Michael Goulet | -0/+114 |
| 2022-03-24 | Properly track `ImplObligation`s | Esteban Kuber | -47/+84 |
| 2022-03-23 | Rollup merge of #95238 - TaKO8Ki:stop-emitting-E0026-for-struct-enum-with-und... | Matthias Krüger | -0/+36 |
| 2022-03-23 | Rollup merge of #95225 - compiler-errors:impl-future-generator-ty, r=oli-obk | Matthias Krüger | -18/+18 |
| 2022-03-23 | Rollup merge of #95221 - RalfJung:check_and_deref_ptr, r=oli-obk | Matthias Krüger | -9/+9 |
| 2022-03-23 | Rollup merge of #94249 - compiler-errors:better-copy-errors, r=davidtwco | Matthias Krüger | -0/+64 |
| 2022-03-23 | Auto merge of #95220 - rust-lang:notriddle/ast-validation-semicolon, r=Dylan-DPC | bors | -3/+1 |
| 2022-03-23 | Remove line instead of just commenting out | Carl Scherer | -1/+0 |
| 2022-03-23 | separate const prop lint from optimizations | Carl Scherer | -61/+238 |
| 2022-03-23 | Auto merge of #94901 - fee1-dead:destructable, r=oli-obk | bors | -68/+69 |
| 2022-03-23 | stop emitting E0026 for struct enums with underscores | Takayuki Maeda | -0/+36 |
| 2022-03-23 | add test for treating ExprKind::ConstParam as temp | b-naber | -0/+42 |