| Age | Commit message (Expand) | Author | Lines |
| 2022-07-26 | Stop creating anonymous late lifetimes. | Camille GILLOT | -36/+1 |
| 2022-07-26 | Remove resolve_elided_lifetimes. | Camille GILLOT | -53/+6 |
| 2022-07-26 | Stop resolving lifetime elision on HIR. | Camille GILLOT | -425/+52 |
| 2022-07-26 | Move fn parameter ribs outwards. | Camille GILLOT | -36/+62 |
| 2022-07-26 | Replace LifetimeRes::Anonymous by LifetimeRes::Infer. | Camille GILLOT | -73/+39 |
| 2022-07-26 | Remove the distinction between LifetimeName::Implicit and LifetimeName::Under... | Camille GILLOT | -42/+16 |
| 2022-07-26 | Do not produce extra lifetime parameters when not needed. | Camille GILLOT | -0/+3 |
| 2022-07-26 | Rollup merge of #99729 - cjgillot:rm-unused-tuple, r=michaelwoerister | Matthias Krüger | -9/+9 |
| 2022-07-26 | Rollup merge of #99718 - TaKO8Ki:avoid-&str-symbol-to-string-conversions, r=m... | Yuki Okushi | -2/+1 |
| 2022-07-25 | Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkov | bors | -924/+823 |
| 2022-07-25 | Unused tuple fields in rustc_resolve. | Camille GILLOT | -9/+9 |
| 2022-07-25 | Update file description. | Camille GILLOT | -5/+6 |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -919/+791 |
| 2022-07-25 | avoid `&str`/`Symbol` to `String` conversions | Takayuki Maeda | -2/+1 |
| 2022-07-25 | Auto merge of #98770 - klensy:no-string-dupes-ugly, r=cjgillot | bors | -1/+1 |
| 2022-07-23 | Use span_bug in case of unexpected rib kind | Jordan McQueen | -1/+1 |
| 2022-07-21 | avoid embedding StabilityLevel::Unstable reason string into metadata multiple... | klensy | -1/+1 |
| 2022-07-21 | Rollup merge of #99528 - matthiaskrgr:2022_07_perf, r=estebank | Matthias Krüger | -1/+1 |
| 2022-07-20 | Introduce AnonymousLifetimeRib::Elided and use it for implied 'static. | Camille GILLOT | -2/+28 |
| 2022-07-20 | Rollup merge of #99508 - TaKO8Ki:avoid-symbol-to-string-conversion-in-Builtin... | Matthias Krüger | -2/+2 |
| 2022-07-20 | middle: add `implies_by` to `#[unstable]` | David Wood | -2/+9 |
| 2022-07-20 | clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-07-20 | avoid `&str` to String conversions | Takayuki Maeda | -2/+2 |
| 2022-07-19 | Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercote | Matthias Krüger | -11/+16 |
| 2022-07-19 | Auto merge of #98120 - TaKO8Ki:box-diagnostic-metadata-field, r=estebank | bors | -2/+2 |
| 2022-07-18 | avoid `Symbol` to `&str` conversions | Takayuki Maeda | -11/+16 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -12/+131 |
| 2022-07-14 | Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov | Dylan DPC | -12/+25 |
| 2022-07-13 | Add feature gate. | Camille GILLOT | -1/+16 |
| 2022-07-13 | Always use CreateParameter mode for function definitions. | Camille GILLOT | -11/+9 |
| 2022-07-13 | avoid `&str` to `String` conversions | Takayuki Maeda | -2/+2 |
| 2022-07-12 | Add an indirection for closures in `hir::ExprKind` | Maybe Waffle | -1/+4 |
| 2022-07-12 | Add `LifetimeBinderKind::Closure` | Maybe Waffle | -1/+3 |
| 2022-07-12 | make for<> in closures a possible place to suggest adding named lifetime | Maybe Waffle | -4/+36 |
| 2022-07-12 | Lower closure binders to hir & properly check them | Maybe Waffle | -8/+90 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -2/+2 |
| 2022-07-11 | Auto merge of #98637 - cjgillot:bare-trait-anon-lt, r=petrochenkov | bors | -0/+24 |
| 2022-07-11 | Rollup merge of #99140 - TaKO8Ki:implement-is-accessible-span, r=fee1-dead | Dylan DPC | -1/+1 |
| 2022-07-11 | rename a method | Takayuki Maeda | -1/+1 |
| 2022-07-11 | implement `is_accessible_span` | Takayuki Maeda | -1/+1 |
| 2022-07-10 | Rollup merge of #99103 - TaKO8Ki:avoid-&str-to-string-conversions, r=oli-obk | Matthias Krüger | -8/+3 |
| 2022-07-10 | avoid some `&str` to `String` conversions | Takayuki Maeda | -8/+3 |
| 2022-07-09 | Rollup merge of #99008 - obeis:issue-98974, r=compiler-errors | Dylan DPC | -13/+28 |
| 2022-07-08 | Update ui test for the new E0530 suggestion | Obei Sideg | -2/+1 |
| 2022-07-08 | Check if E0530 is `rustc_resolve::late::PatternSource::Match` to emit suggestion | Obei Sideg | -11/+14 |
| 2022-07-08 | Check if E0530 is `tuple variant` or `tuple struct` to emit suggestion | Obei Sideg | -11/+17 |
| 2022-07-07 | Adding suggestion for E0530 | Obei Sideg | -0/+7 |
| 2022-07-07 | suggest adding a derive for #[default] applied to variants | Deadbeef | -4/+10 |
| 2022-07-06 | Auto merge of #98959 - cjgillot:late-bound-order, r=michaelwoerister | bors | -2/+2 |