| Age | Commit message (Expand) | Author | Lines |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -73/+73 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -2/+2 |
| 2019-05-20 | Remove `Symbol::gensym()`. | Nicholas Nethercote | -1/+1 |
| 2019-05-20 | Move `is_gensymed` from `Symbol` to `Ident`. | Nicholas Nethercote | -5/+4 |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -1/+1 |
| 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 | -15/+19 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -22/+23 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -5/+3 |
| 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 | -113/+97 |
| 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/+21 |
| 2019-05-04 | Remove `Res::Label` | Vadim Petrochenkov | -16/+19 |
| 2019-05-04 | Rename `Res::kind_name` to `Res::descr` for consistency | Vadim Petrochenkov | -7/+7 |
| 2019-05-04 | Rename `PathResolution` to `PartialRes` | Vadim Petrochenkov | -91/+72 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -484/+484 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -42/+50 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -124/+182 |
| 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-28 | resolve: Consider erroneous imports used to avoid duplicate diagnostics | Vadim Petrochenkov | -0/+2 |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+2 |
| 2019-04-25 | Fix error code description | varkor | -2/+5 |
| 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/+52 |
| 2019-04-25 | Rollup merge of #59697 - euclio:label-fixes, r=zackmdavis | Mazdak Farrokhzad | -2/+13 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -10/+26 |
| 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-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -6/+5 |
| 2019-04-19 | remove duplicated code and simplify logic | Esteban Küber | -59/+34 |
| 2019-04-19 | Identify missing ambiguous case with best effort suggestion | Esteban Küber | -47/+81 |
| 2019-04-19 | Rollup merge of #60061 - estebank:field-sugg, r=davidtwco | Mazdak Farrokhzad | -10/+12 |
| 2019-04-18 | Suggest appropriate path when calling associated item on bare types | Esteban Küber | -19/+40 |
| 2019-04-18 | review comments: change wording | Esteban Küber | -1/+1 |
| 2019-04-18 | Change suggestion of field when not in self context | Esteban Küber | -10/+12 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -2495/+2495 |
| 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 | Rename error_reporting to diagnostics | Yuki OKUSHI | -0/+0 |
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -0/+0 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-15 | Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of looping | John Kåre Alsaker | -3/+2 |
| 2019-04-14 | Rollup merge of #59896 - estebank:dedup-spans, r=davidtwco | Mazdak Farrokhzad | -4/+4 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -14/+35 |
| 2019-04-14 | Rollup merge of #59784 - davidtwco:issue-59764, r=estebank | Mazdak Farrokhzad | -114/+356 |
| 2019-04-12 | Add test and fix dedup | Esteban Küber | -0/+1 |