| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -6/+6 |
| 2022-03-27 | resolve: Simplify some diagnostic code to avoid an ICE | Vadim Petrochenkov | -17/+4 |
| 2022-03-25 | resolve: Rename `CrateLint` to `Finalize` | Vadim Petrochenkov | -170/+147 |
| 2022-03-25 | resolve: Stop passing unused spans and node ids to path resolution functions | Vadim Petrochenkov | -267/+188 |
| 2022-03-25 | resolve: Optimize path resolution for rustdoc | Vadim Petrochenkov | -59/+16 |
| 2022-03-25 | resolve: Do not build expensive suggestions if they are not actually used | Vadim Petrochenkov | -255/+215 |
| 2022-03-21 | Return err instead of ICE | ouz-a | -2/+23 |
| 2022-03-18 | Rollup merge of #95047 - TaKO8Ki:remove-unnecessary-pattern-for-ignoring-all-... | Matthias Krüger | -1/+1 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-03-18 | refactor: remove an unnecessary pattern for ignoring all parts | Takayuki Maeda | -1/+1 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -6/+8 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-15 | Rollup merge of #94958 - est31:pluralize, r=oli-obk | Matthias Krüger | -3/+3 |
| 2022-03-15 | Support other types of pluralization in pluralize macro | est31 | -3/+3 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -55/+50 |