| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-03-30 | Remove redundant imports | Fabian Drinck | -1/+0 |
| 2019-03-29 | Fix error in Rust 2018 + no_core environment | Taiki Endo | -1/+6 |
| 2019-03-26 | Rollup merge of #59150 - estebank:type-ascription, r=varkor | Mazdak Farrokhzad | -7/+57 |
| 2019-03-25 | Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obk | bors | -6/+20 |
| 2019-03-24 | Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkov | bors | -14/+7 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -2/+2 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -1/+1 |
| 2019-03-24 | Rollup merge of #59355 - varkor:const-param-struct-ice, r=petrochenkov | kennytm | -9/+16 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -14/+7 |
| 2019-03-23 | Mark duplicate import removal suggestion tool only | Esteban Küber | -1/+1 |
| 2019-03-23 | Hide obvious suggestion from cli output | Esteban Küber | -1/+1 |