| Age | Commit message (Expand) | Author | Lines |
| 2022-11-24 | effective visibility: Fix private visibility calculation for modules | Vadim Petrochenkov | -4/+6 |
| 2022-11-24 | effective visibility: Remove questionable optimizations | Vadim Petrochenkov | -30/+20 |
| 2022-11-24 | effective visibility: Satisfy borrow checker to use resolver lazily from a cl... | Vadim Petrochenkov | -13/+26 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -1/+3 |
| 2022-11-23 | resolve: Don't use constructor def ids in the map for field names | Vadim Petrochenkov | -20/+15 |
| 2022-11-22 | rustc_metadata: Switch module children decoding to an iterator | Vadim Petrochenkov | -2/+4 |
| 2022-11-22 | Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPC | bors | -7/+2 |
| 2022-11-22 | Rollup merge of #104615 - spastorino:create-async-def-id-in-lowering, r=compi... | Dylan DPC | -7/+2 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -33/+22 |
| 2022-11-19 | Create def_id for async fns during lowering | Santiago Pastorino | -7/+2 |
| 2022-11-18 | Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgr | bors | -363/+666 |
| 2022-11-18 | Rollup merge of #101162 - rajputrajat:master, r=davidtwco | Matthias Krüger | -363/+666 |
| 2022-11-17 | Use `ThinVec` in `ast::Path`. | Nicholas Nethercote | -6/+10 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -40/+41 |
| 2022-11-14 | Rollup merge of #104364 - petrochenkov:docice2, r=GuillaumeGomez | Matthias Krüger | -0/+5 |
| 2022-11-14 | Rollup merge of #104349 - rustaceanclub:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-11-13 | Rollup merge of #104315 - SparkyPotato:fix-104276, r=cjgillot | Matthias Krüger | -1/+3 |
| 2022-11-13 | rustdoc: Resolve doc links in external traits having local impls | Vadim Petrochenkov | -0/+5 |
| 2022-11-13 | migrating rustc_resolve to SessionDiagnostic. work in progress. start | Rajput, Rajat | -363/+666 |
| 2022-11-13 | move span to `self` instead of `crate` | SparkyPotato | -1/+3 |
| 2022-11-13 | fix some typos in comments | cui fliter | -1/+1 |
| 2022-11-12 | Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebank | Dylan DPC | -12/+16 |
| 2022-11-12 | Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-11-11 | Rollup merge of #103531 - chenyukang:yukang/fix-103474, r=estebank | Manish Goregaokar | -12/+12 |
| 2022-11-11 | Print all labels, even if they have no span. Fall back to main item's span. | Oli Scherer | -12/+16 |
| 2022-11-10 | Rollup merge of #104186 - chenyukang:yukang/fix-104086-let-binding-issue, r=o... | Manish Goregaokar | -18/+17 |
| 2022-11-09 | Make span_suggestions take IntoIterator | Michael Goulet | -3/+3 |
| 2022-11-09 | DiagnosticBuilder -> Diagnostic | Michael Goulet | -5/+5 |
| 2022-11-10 | add 'is_assign_rhs' to avoid weird suggesting 'let' | yukang | -25/+17 |
| 2022-11-09 | fix tests and code cleanup | yukang | -5/+1 |
| 2022-11-09 | Fix #104086, Tighten the 'introduce new binding' suggestion | yukang | -7/+18 |
| 2022-11-08 | Auto merge of #103965 - petrochenkov:effvisperf3, r=oli-obk | bors | -94/+147 |
| 2022-11-05 | Rollup merge of #103927 - fee1-dead-contrib:E0425-no-typo-when-pattern-matchi... | Matthias Krüger | -2/+13 |
| 2022-11-05 | Do not make typo suggestions when suggesting pattern matching | Deadbeef | -2/+13 |
| 2022-11-05 | resolve: Fill effective visibilities for import def ids in a separate pass | Vadim Petrochenkov | -32/+33 |
| 2022-11-05 | resolve: More detailed effective visibility tracking for imports | Vadim Petrochenkov | -86/+138 |
| 2022-11-04 | Rollup merge of #103953 - TaKO8Ki:remove-unused-arg-from-throw_unresolved_imp... | Matthias Krüger | -18/+10 |
| 2022-11-04 | remove unused argument from `throw_unresolved_import_error` | Takayuki Maeda | -18/+10 |
| 2022-11-01 | Rollup merge of #103760 - petrochenkov:macimp, r=cjgillot | Dylan DPC | -157/+209 |
| 2022-11-01 | Rollup merge of #84022 - Aaron1011:remove-derive-res-fallback, r=petrochenkov | Dylan DPC | -70/+13 |
| 2022-11-01 | Rollup merge of #103706 - zbyrn:issue-101637-fix, r=estebank | Dylan DPC | -17/+37 |
| 2022-10-31 | resolve: Turn the binding from `#[macro_export]` into a proper `Import` | Vadim Petrochenkov | -54/+68 |
| 2022-10-31 | resolve: Not all imports have their own `NodeId` | Vadim Petrochenkov | -104/+142 |
| 2022-10-30 | Rollup merge of #103560 - zbyrn:issue-103358-fix, r=cjgillot | Dylan DPC | -29/+52 |
| 2022-10-30 | Rollup merge of #103726 - TaKO8Ki:avoid-&str-to-string-conversions, r=compile... | Matthias Krüger | -4/+1 |
| 2022-10-29 | Auto merge of #103450 - cjgillot:elision-nodedup, r=Mark-Simulacrum | bors | -34/+69 |
| 2022-10-29 | avoid unnecessary `&str` to `String` conversions | Takayuki Maeda | -4/+1 |
| 2022-10-27 | Only ban duplication across parameters. | Camille GILLOT | -31/+67 |
| 2022-10-27 | Remove redundant braces | Byron Zhong | -4/+3 |
| 2022-10-27 | Fix E0433 diagnostics ignoring typo suggestions and outputing wrong message | Byron Zhong | -16/+37 |