| Age | Commit message (Expand) | Author | Lines |
| 2022-04-07 | rustdoc: Early doc link resolution fixes and refactorings | Vadim Petrochenkov | -4/+5 |
| 2022-04-05 | resolve: Fix resolution of empty paths passed from rustdoc | Vadim Petrochenkov | -1/+3 |
| 2022-04-05 | Auto merge of #95337 - petrochenkov:doclink3, r=camelid | bors | -3/+12 |
| 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-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |
| 2022-03-25 | resolve: Rename `CrateLint` to `Finalize` | Vadim Petrochenkov | -75/+66 |
| 2022-03-25 | resolve: Stop passing unused spans and node ids to path resolution functions | Vadim Petrochenkov | -89/+72 |
| 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 | -209/+192 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -55/+50 |
| 2022-03-03 | Adjusted diagnostic output so that if there is no `use` in a item sequence, | Felix S. Klock II | -53/+48 |
| 2022-03-03 | Associate multiple with a crate too. | Felix S. Klock II | -2/+2 |
| 2022-03-04 | remove a unnecessary `..` pattern | Takayuki Maeda | -1/+1 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -2/+4 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -4/+4 |
| 2022-02-24 | resolve/metadata: Stop encoding macros as reexports | Vadim Petrochenkov | -4/+0 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -0/+8 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -2/+2 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -3/+3 |
| 2022-02-19 | Adopt let else in more places | est31 | -4/+3 |
| 2022-02-15 | Rename `PtrKey` as `Interned` and improve it. | Nicholas Nethercote | -6/+8 |
| 2022-02-12 | change to a struct variant | Ellen | -3/+3 |
| 2022-02-02 | Auto merge of #93312 - pierwill:map-all-local-trait-impls, r=cjgillot | bors | -2/+2 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-25 | Return an indexmap in `all_local_trait_impls` query | pierwill | -2/+2 |
| 2022-01-25 | rustdoc: Pre-calculate traits that are in scope for doc links | Vadim Petrochenkov | -1/+12 |
| 2022-01-23 | rustc_lint: Reuse the set of registered tools from resolver | Vadim Petrochenkov | -2/+4 |
| 2022-01-16 | rustc_metadata: Switch all decoder methods from vectors to iterators | Vadim Petrochenkov | -1/+0 |
| 2022-01-15 | Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper | bors | -0/+8 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+13 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -6/+6 |
| 2022-01-08 | Simplify error reporting. | Camille GILLOT | -0/+8 |
| 2022-01-06 | rustc_metadata: Make attribute decoding slightly faster and stricter | Vadim Petrochenkov | -1/+1 |
| 2022-01-05 | ast: Always keep a `NodeId` in `ast::Crate` | Vadim Petrochenkov | -4/+3 |
| 2021-12-21 | resolve: Minor miscellaneous cleanups from #89059 | Vadim Petrochenkov | -20/+14 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -1/+0 |
| 2021-12-01 | Improve suggestion for extern crate self error message | Michael | -1/+3 |
| 2021-12-01 | Fix bad `NodeId` limit checking. | Nicholas Nethercote | -6/+3 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -1/+0 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -1/+1 |
| 2021-11-11 | Shorten Span of unused macro lints | Marcel Hellwig | -1/+1 |
| 2021-11-03 | fix message | Takayuki Maeda | -1/+1 |
| 2021-11-03 | add a suggestion about undeclared `alloc` module | Takayuki Maeda | -9/+19 |