| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2022-04-10 | FIXME for diagnostic variable name | Michael Goulet | -7/+6 |
| 2022-04-10 | Store LocalDefId in is_late_bound_map. | Camille GILLOT | -7/+10 |
| 2022-04-09 | Auto merge of #95697 - klensy:no-strings, r=petrochenkov | bors | -1/+1 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -1/+1 |
| 2022-04-07 | rustdoc: Early doc link resolution fixes and refactorings | Vadim Petrochenkov | -5/+6 |
| 2022-04-05 | resolve: Fix resolution of empty paths passed from rustdoc | Vadim Petrochenkov | -1/+3 |
| 2022-04-05 | Rollup merge of #95512 - davidtwco:diagnostic-translation, r=oli-obk | Dylan DPC | -11/+12 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -3/+3 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -8/+9 |
| 2022-04-05 | Auto merge of #95337 - petrochenkov:doclink3, r=camelid | bors | -3/+12 |
| 2022-04-04 | format cond | Takayuki Maeda | -2/+4 |
| 2022-04-04 | remove unnecessary nested blocks | Takayuki Maeda | -12/+8 |
| 2022-03-31 | Stop emitting lints during lowering. | Camille GILLOT | -4/+0 |
| 2022-03-31 | Store next_disambiguator in Definitions. | Camille GILLOT | -12/+1 |
| 2022-03-31 | Remove mutability in ResolverAstLowering. | Camille GILLOT | -8/+8 |
| 2022-03-31 | rustdoc: Fix resolution of `crate`-relative paths in doc links | Vadim Petrochenkov | -3/+12 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -9/+9 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -9/+9 |