| Age | Commit message (Expand) | Author | Lines |
| 2022-04-30 | Use newtype `enum`s instead of `bool` | Esteban Kuber | -21/+43 |
| 2022-04-30 | When encountering a binding that could be a const or unit variant, suggest th... | Esteban Kuber | -34/+89 |
| 2022-04-30 | Ban non-static lifetimes from AnonConst on AST. | Camille GILLOT | -38/+37 |
| 2022-04-29 | Rollup merge of #96559 - cjgillot:elided-path-fn, r=petrochenkov | Dylan DPC | -12/+13 |
| 2022-04-29 | Remove `error` variable. | Camille GILLOT | -5/+3 |
| 2022-04-29 | Use the correct lifetime binder for elided lifetimes in path. | Camille GILLOT | -11/+14 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -1/+1 |
| 2022-04-29 | Ban non-static in const generics in AST. | Camille GILLOT | -33/+34 |
| 2022-04-28 | Auto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r=Dylan-DPC | bors | -3/+1 |
| 2022-04-28 | Rollup merge of #96471 - BoxyUwU:let_else_considered_harmful, r=lcnr | Dylan DPC | -3/+1 |
| 2022-04-27 | Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov | bors | -50/+202 |
| 2022-04-27 | Collect extra lifetime parameters during late resolution. | Camille GILLOT | -9/+44 |
| 2022-04-27 | Use LifetimeRes during lowering. | Camille GILLOT | -48/+165 |
| 2022-04-27 | Do not resolve elided lifetimes in path twice. | Camille GILLOT | -1/+1 |
| 2022-04-27 | tut tut tut | Ellen | -3/+1 |
| 2022-04-25 | Auto merge of #96246 - SparrowLii:bound_contxet, r=compiler-errors | bors | -6/+6 |
| 2022-04-23 | Compute has_pub_restricted in the resolver. | Camille GILLOT | -0/+7 |
| 2022-04-23 | Fix lints. | Camille GILLOT | -1/+8 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -0/+2 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -2/+2 |
| 2022-04-21 | Remove redundant `format!`s | Nixon Enraght-Moony | -2/+2 |
| 2022-04-21 | rename to `BoundKind` and add comments | SparrowLii | -6/+6 |
| 2022-04-20 | Add `BoundCtxt` in `visit_param_bounds` to check questions in bounds | SparrowLii | -6/+6 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -24/+21 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -24/+21 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -61/+188 |
| 2022-04-17 | Report undeclared lifetimes on AST. | Camille GILLOT | -381/+831 |
| 2022-04-17 | Remove is_in_fn_syntax. | Camille GILLOT | -11/+0 |
| 2022-04-17 | Visit generics inside visit_fn. | Camille GILLOT | -2/+10 |
| 2022-04-17 | Count number of lifetime parameters in a separate pass. | Camille GILLOT | -13/+39 |
| 2022-04-16 | Rollup merge of #95887 - petrochenkov:doclink5, r=cjgillot | Dylan DPC | -30/+28 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -2/+71 |
| 2022-04-12 | Rollup merge of #95918 - compiler-errors:issue-95878, r=cjgillot | Dylan DPC | -0/+9 |
| 2022-04-12 | Rollup merge of #95405 - cjgillot:probe, r=petrochenkov | Dylan DPC | -2191/+2337 |
| 2022-04-12 | Handle `unusable_binding` more compactly. | Vadim Petrochenkov | -17/+14 |
| 2022-04-12 | Fix imports. | Camille GILLOT | -8/+3 |
| 2022-04-12 | Move diagnostic methods to the dedicated module. | Camille GILLOT | -477/+472 |
| 2022-04-12 | Simplify error reporting. | Camille GILLOT | -85/+76 |
| 2022-04-12 | Move path resolution error to rustc_resolve::diagnostics. | Camille GILLOT | -164/+207 |
| 2022-04-12 | Make the logic more explicit with let chains. | Camille GILLOT | -18/+16 |
| 2022-04-12 | Do not record Res when builing a suggestion. | Camille GILLOT | -6/+9 |
| 2022-04-12 | Insert error after checking for binding usability. | Camille GILLOT | -6/+6 |
| 2022-04-12 | Pass last_import_segment and unusable_binding as parameters. | Camille GILLOT | -79/+177 |
| 2022-04-12 | Simplify binding finalization. | Camille GILLOT | -53/+54 |
| 2022-04-12 | Move ident resolution to a dedicated module. | Camille GILLOT | -1643/+1668 |
| 2022-04-12 | Rollup merge of #95936 - TaKO8Ki:fix-relative-paths-error-message, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-04-11 | fix a bad error message for `relative paths are not supported in visibilities... | Takayuki Maeda | -1/+1 |
| 2022-04-11 | Rollup merge of #95907 - compiler-errors:diag, r=Dylan-DPC | Matthias Krüger | -7/+6 |
| 2022-04-10 | Delay a bug when we see SelfCtor in ref pattern | Michael Goulet | -0/+9 |
| 2022-04-10 | resolve: Create dummy bindings for all unresolved imports | Vadim Petrochenkov | -30/+28 |