| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-25 | Edit error messages for rustc_resolve::AmbiguityKind variants | pierwill | -10/+8 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-21 | Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot" | Mark Rousskov | -56/+138 |
| 2021-10-20 | Auto merge of #89100 - petrochenkov:localbind, r=cjgillot | bors | -138/+56 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -0/+1 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -43/+10 |
| 2021-10-18 | resolve: Use `NameBinding` for local variables and generic parameters | Vadim Petrochenkov | -138/+56 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -0/+1 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-13 | suggestion for typoed crate or module | Takayuki Maeda | -1/+16 |
| 2021-10-09 | Forbid hashing HIR outside of indexing. | Camille GILLOT | -39/+6 |
| 2021-10-09 | Store lowering outputs per owner. | Camille GILLOT | -4/+4 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -1/+1 |
| 2021-10-02 | resolve: Avoid comparing modules by optional def-id | Vadim Petrochenkov | -7/+12 |
| 2021-10-02 | resolve: Cache module loading for all foreign modules | Vadim Petrochenkov | -3/+21 |
| 2021-09-30 | Rollup merge of #89344 - jackh726:maybe-bound-eror, r=cjgillot | Manish Goregaokar | -1/+1 |
| 2021-09-30 | Rollup merge of #88838 - FabianWolff:issue-88472, r=estebank | Manish Goregaokar | -1/+9 |
| 2021-09-30 | Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e... | Manish Goregaokar | -3/+3 |
| 2021-09-29 | Cleanup lower_generics_mut and make span be the bound itself, not the type | jackh726 | -1/+1 |
| 2021-09-29 | Suggest similarly named assoc items in trait impls | Hirochika Matsumoto | -3/+3 |
| 2021-09-28 | More tracing instrumentation | Oli Scherer | -0/+3 |
| 2021-09-26 | Improve diagnostics for inaccessible items | Fabian Wolff | -1/+9 |
| 2021-09-25 | Rollup merge of #89224 - TaKO8Ki:change-the-order-of-suggestions, r=joshtriplett | Manish Goregaokar | -0/+1 |
| 2021-09-25 | use `drain_filter` instead of `filter` and `retain` | Takayuki Maeda | -0/+1 |
| 2021-09-24 | resolve: Refactor obtaining `Module` from its `DefId` | Vadim Petrochenkov | -7/+6 |
| 2021-09-24 | resolve: Use a single common map for local and foreign modules | Vadim Petrochenkov | -4/+2 |
| 2021-09-24 | resolve: Rename some expansion def scope methods | Vadim Petrochenkov | -4/+4 |
| 2021-09-24 | resolve: Cleanup module allocation | Vadim Petrochenkov | -30/+36 |
| 2021-09-24 | resolve: Do not cache nearest parent mod in `ModuleData` | Vadim Petrochenkov | -29/+27 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -1/+2 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -10/+13 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -1/+2 |
| 2021-09-10 | Encode spans relative to their parent. | Camille GILLOT | -0/+10 |
| 2021-09-10 | Keep def_spans collected by resolution. | Camille GILLOT | -10/+3 |
| 2021-09-06 | Move `confused_type_with_std_module` to `ResolverOutputs` | Aaron Hill | -0/+5 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -0/+8 |
| 2021-09-01 | Compute all_traits_impls during resolution. | Camille GILLOT | -1/+5 |
| 2021-09-01 | Compute item_generics_num_lifetimes during resolution. | Camille GILLOT | -2/+9 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -4/+2 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -6/+2 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -12/+5 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -4/+4 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-22 | Stop tracking namespce in used_imports. | Mara Bos | -6/+5 |