| Age | Commit message (Expand) | Author | Lines |
| 2019-06-01 | rustc: remove the closure ID from hir::Upvar's parent field. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-01 | rustc: remove the index field from Res::Upvar. | Eduard-Mihai Burtescu | -7/+6 |
| 2019-06-01 | rustc: replace Res in hir::Upvar with only Local/Upvar data. | Eduard-Mihai Burtescu | -7/+11 |
| 2019-05-30 | Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov | bors | -4/+4 |
| 2019-05-29 | Introduce and use `SyntaxContext::outer_expn_info()`. | Nicholas Nethercote | -2/+2 |
| 2019-05-29 | Introduce and use `Mark::outer_is_descendant_of()`. | Nicholas Nethercote | -2/+2 |
| 2019-05-29 | Rename `TraitOrImpl` to `Assoc` and `trait_or_impl` to `assoc`. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -8/+8 |
| 2019-05-22 | Eliminate unnecessary `Ident::with_empty_ctxt`s | Vadim Petrochenkov | -1/+1 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -37/+37 |
| 2019-05-20 | Move `is_gensymed` from `Symbol` to `Ident`. | Nicholas Nethercote | -4/+3 |
| 2019-05-17 | Avoid unnecessary interning in `Ident::from_str()` calls. | Nicholas Nethercote | -4/+4 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -3/+3 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -4/+4 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -1/+1 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -8/+8 |
| 2019-05-05 | Auto merge of #60544 - petrochenkov:parder, r=eddyb | bors | -106/+91 |
| 2019-05-04 | Removed unneccesary reference for trait name | Jesper Steen Møller | -4/+4 |
| 2019-05-04 | Reuse 'kind' parameter. | Jesper Steen Møller | -1/+1 |
| 2019-05-04 | Revert the introduced typedefs | Jesper Steen Møller | -4/+4 |
| 2019-05-04 | Fix #45268 by saving all NodeId's for resolved traits. | Jesper Steen Møller | -21/+20 |
| 2019-05-04 | Remove `Res::Label` | Vadim Petrochenkov | -16/+19 |
| 2019-05-04 | Rename `Res::kind_name` to `Res::descr` for consistency | Vadim Petrochenkov | -4/+4 |
| 2019-05-04 | Rename `PathResolution` to `PartialRes` | Vadim Petrochenkov | -87/+69 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -278/+278 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -26/+30 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -61/+100 |
| 2019-05-01 | Ensure that users cannot use generated arguments. | David Wood | -10/+13 |
| 2019-05-01 | Ensure that drop order of `async fn` matches `fn`. | David Wood | -3/+12 |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+2 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-25 | Prevent const parameters having type parameters as types | varkor | -2/+42 |
| 2019-04-25 | Rollup merge of #59697 - euclio:label-fixes, r=zackmdavis | Mazdak Farrokhzad | -2/+13 |
| 2019-04-21 | Move `async fn` arguments into closure. | David Wood | -4/+22 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -6/+4 |
| 2019-04-18 | Suggest appropriate path when calling associated item on bare types | Esteban Küber | -19/+40 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -2/+2 |
| 2019-04-17 | Resolve inconsistency in error messages between "parameter" and "variable". | Eduard-Mihai Burtescu | -2/+2 |
| 2019-04-17 | Rename modules | Yuki OKUSHI | -2/+2 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -5/+12 |
| 2019-04-14 | Rollup merge of #59784 - davidtwco:issue-59764, r=estebank | Mazdak Farrokhzad | -69/+29 |
| 2019-04-12 | Switch to multipart suggestions. | David Wood | -6/+5 |
| 2019-04-12 | Handle edge cases. | David Wood | -63/+14 |
| 2019-04-12 | Suggest macro import from crate root. | David Wood | -0/+10 |
| 2019-04-10 | clarify what the item is in "not a module" error | Andy Russell | -1/+8 |
| 2019-04-04 | tweak unresolved label suggestion | Andy Russell | -2/+13 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 2019-04-02 | Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexreg | Mazdak Farrokhzad | -18/+41 |
| 2019-04-01 | resolve all in scope trait aliases, then elaborate their bounds | Sean McArthur | -25/+37 |