| Age | Commit message (Expand) | Author | Lines |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -1/+1 |
| 2019-05-13 | Auto merge of #60649 - Xanewok:save-analysis-assoc-const-ice, r=oli-obk | bors | -4/+6 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -1/+1 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -3/+3 |
| 2019-05-08 | save-analysis: Fix ICE when processing associated constant | Igor Matuszewski | -4/+6 |
| 2019-05-04 | Remove `Res::Label` | Vadim Petrochenkov | -2/+1 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -73/+73 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -34/+36 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -1/+1 |
| 2019-04-22 | Auto merge of #60053 - Xanewok:serde-save-analysis, r=nrc | bors | -10/+12 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -1/+1 |
| 2019-04-21 | AST/HIR: Use `Mutability` instead of bool in foreign statics | Vadim Petrochenkov | -1/+1 |
| 2019-04-21 | Switch to serde-enabled rls-* and update RLS appropriately | Igor Matuszewski | -2/+2 |
| 2019-04-21 | save-analysis: Use serde instead of libserialize to dump JSON data | Igor Matuszewski | -8/+10 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -4/+4 |
| 2019-04-11 | save-analysis: Simplify match arm for type node def | Igor Matuszewski | -5/+4 |
| 2019-04-11 | save-analysis: use `qpath_def` for associated types | Igor Matuszewski | -18/+3 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 2019-03-29 | Rollup merge of #59510 - varkor:rename-type_parameters, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-03-29 | Rename `type_parameters` to `generics` and so on | varkor | -2/+2 |
| 2019-03-28 | Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -1/+1 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -2/+2 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -22/+22 |
| 2019-03-23 | Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxc | bors | -18/+33 |
| 2019-03-17 | Do not complain about non-existing fields after parse recovery | Esteban Küber | -10/+14 |
| 2019-03-16 | Add def getting methods to librustc/ty/context | Tomas Koutsky | -2/+2 |
| 2019-03-15 | rustc: replace node_path_str with uses of def_path_str. | Eduard-Mihai Burtescu | -14/+29 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-15 | rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-03-13 | middle: replace NodeId with HirId in AccessLevels | ljedrz | -18/+33 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -1/+1 |
| 2019-02-28 | Auto merge of #57760 - dlrobertson:varargs1, r=alexreg | bors | -0/+1 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -0/+1 |
| 2019-02-27 | Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-02-24 | Deny `async fn` in 2015 edition | Nathan Corbyn | -2/+2 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -1/+2 |
| 2019-02-24 | hir: remove NodeId from Lifetime and Ty | ljedrz | -1/+1 |
| 2019-02-14 | Reduce the size of `hir::Expr`. | Nicholas Nethercote | -2/+7 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -4/+4 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -5/+5 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -5/+5 |
| 2019-02-10 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -4/+4 |
| 2019-02-09 | Rollup merge of #58233 - taiki-e:librustc_save_analysis-2018, r=Centril | Mazdak Farrokhzad | -82/+79 |
| 2019-02-08 | Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov | bors | -5/+31 |
| 2019-02-07 | Fix const generic parameter save analysis | varkor | -6/+12 |
| 2019-02-07 | Support const generics in save analysis | varkor | -3/+11 |
| 2019-02-07 | Add const params to Def | varkor | -0/+7 |