| Age | Commit message (Expand) | Author | Lines |
| 2020-01-01 | Forgot an .emit() | mental | -1/+2 |
| 2020-01-01 | Make use $crate a hard error | mental | -6/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -20/+20 |
| 2019-12-31 | Auto merge of #67764 - Centril:rollup-ycbq3os, r=Centril | bors | -3/+4 |
| 2019-12-31 | librustc_ast_lowering: fix misc fallout. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-31 | librustc_ast_lowering: cargo changes. | Mazdak Farrokhzad | -1/+2 |
| 2019-12-31 | Simplify ResolveLiftimes creation. | Camille GILLOT | -8/+18 |
| 2019-12-31 | Review comments. | Camille GILLOT | -7/+4 |
| 2019-12-31 | Inert doc comments. | Camille GILLOT | -0/+2 |
| 2019-12-31 | Move resolve_lifetimes query in librustc_resolve. | Camille GILLOT | -100/+54 |
| 2019-12-31 | Move resolve_lifetime.rs to librustc_resolve. | Camille GILLOT | -0/+2931 |
| 2019-12-30 | Rename `rustc_resolve/resolve_imports.rs` -> `rustc_resolve/imports.rs` | Vadim Petrochenkov | -8/+8 |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -9/+9 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -2/+2 |
| 2019-12-28 | resolve: Minor cleanup of duplicate macro reexports | Vadim Petrochenkov | -25/+1 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -798/+998 |
| 2019-12-23 | Simplify match expr | Janusz Marcinkiewicz | -2/+2 |
| 2019-12-23 | Extract checking for self arg to separate method | Janusz Marcinkiewicz | -35/+40 |
| 2019-12-23 | Extend suggestion span to whole method call | Janusz Marcinkiewicz | -11/+15 |
| 2019-12-23 | Add arguments to suggestion method call | Janusz Marcinkiewicz | -1/+16 |
| 2019-12-23 | Add more detailed suggestion | Janusz Marcinkiewicz | -8/+8 |
| 2019-12-23 | Suggest calling method when first argument is `self` | Janusz Marcinkiewicz | -6/+37 |
| 2019-12-22 | Format the world | Mark Rousskov | -1159/+1524 |
| 2019-12-21 | Rollup merge of #67160 - matthewjasper:gat-generics, r=nikomatsakis | Mazdak Farrokhzad | -3/+2 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-20 | Resolve names in the generics of impl associated types | Matthew Jasper | -3/+2 |
| 2019-12-12 | make visitor uses more robust | Mazdak Farrokhzad | -4/+4 |
| 2019-12-12 | `AssocImplKind::{Method -> Fn}`. | Mazdak Farrokhzad | -10/+7 |
| 2019-12-12 | Remove `ast::{Impl,Trait}{Item,ItemKind}`. | Mazdak Farrokhzad | -32/+32 |
| 2019-12-12 | Unify assoc item visitors more. | Mazdak Farrokhzad | -4/+4 |
| 2019-12-12 | Unify associated item visitor. | Mazdak Farrokhzad | -8/+8 |
| 2019-12-12 | Unify `{Trait,Impl}ItemKind::TyAlias` structures. | Mazdak Farrokhzad | -1/+2 |
| 2019-12-12 | `TraitItemKind::Type` -> `TraitItemKind::TyAlias`. | Mazdak Farrokhzad | -4/+4 |
| 2019-12-12 | Use `Option` in `ImplItemKind::Method`. | Mazdak Farrokhzad | -4/+6 |
| 2019-12-11 | resolve: Always resolve visibilities on impl items | Vadim Petrochenkov | -12/+12 |
| 2019-12-11 | Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov | Mazdak Farrokhzad | -2/+4 |
| 2019-12-09 | resolve: Make visibility resolution more speculative | Vadim Petrochenkov | -60/+85 |
| 2019-12-09 | resolve: Cleanup some field processing code | Vadim Petrochenkov | -32/+31 |
| 2019-12-09 | resolve: Resolve visibilities on fields with non-builtin attributes | Vadim Petrochenkov | -4/+14 |
| 2019-12-09 | Add options to --extern flag. | Eric Huss | -2/+4 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -4/+4 |
| 2019-12-06 | Use `to_option` in various places | varkor | -20/+5 |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -14/+8 |
| 2019-11-30 | move GateIssue to rustc_feature & simplify emit_feature_err | Mazdak Farrokhzad | -8/+3 |
| 2019-11-30 | builtin_attrs.rs -> rustc_feature | Mazdak Farrokhzad | -4/+5 |
| 2019-11-30 | move is_builtin_attr to syntax::attr | Mazdak Farrokhzad | -3/+1 |
| 2019-11-28 | rustc_metadata: Merge `cstore.rs` into `creader.rs` | Vadim Petrochenkov | -3/+2 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -2/+4 |
| 2019-11-25 | Various cleanups | Esteban Küber | -2/+4 |
| 2019-11-25 | Auto merge of #66669 - petrochenkov:tup2attr, r=matthewjasper | bors | -9/+10 |