| Age | Commit message (Expand) | Author | Lines |
| 2019-03-08 | Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxc | bors | -8/+7 |
| 2019-03-08 | Auto merge of #58903 - estebank:forgetful-delims, r=petrochenkov | bors | -2/+2 |
| 2019-03-07 | hir: remove some obsolete NodeId methods | ljedrz | -2/+2 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -1/+1 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -7/+6 |
| 2019-03-06 | Emit missing unclosed delimiter errors | Esteban Küber | -2/+2 |
| 2019-03-05 | Move locate_ctxt back | John Kåre Alsaker | -21/+21 |
| 2019-03-05 | Encode proc macro stability | John Kåre Alsaker | -2/+7 |
| 2019-03-05 | Allow linking to a proc macro on the target in metadata and still use a host ... | John Kåre Alsaker | -56/+119 |
| 2019-03-02 | hir: remove NodeId from VariantData | ljedrz | -2/+2 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -19/+17 |
| 2019-03-02 | hir: remove NodeId from ForeignItem | ljedrz | -4/+7 |
| 2019-03-01 | hir: remove NodeId from AnonConst | ljedrz | -2/+2 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -1/+1 |
| 2019-02-24 | hir: remove NodeId from MacroDef | ljedrz | -3/+3 |
| 2019-02-24 | hir: remove NodeId from GenericParam | ljedrz | -2/+2 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -1/+1 |
| 2019-02-19 | Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov | bors | -0/+28 |
| 2019-02-16 | Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin | kennytm | -1/+0 |
| 2019-02-15 | Take Const into account in HIR | varkor | -0/+28 |
| 2019-02-14 | Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | Convert old doc links to current edition | Lzu Tao | -1/+1 |
| 2019-02-12 | Stabilize slice_sort_by_cached_key | Scott McMurray | -1/+0 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -13/+13 |
| 2019-02-11 | Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs | Oliver Scherer | -3/+3 |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -2/+4 |
| 2019-02-11 | Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxc | bors | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -13/+13 |
| 2019-02-09 | Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk | bors | -1/+3 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -1/+1 |
| 2019-02-09 | Rollup merge of #58255 - taiki-e:librustc_metadata-2018, r=Centril | Mazdak Farrokhzad | -66/+67 |
| 2019-02-08 | librustc_metadata => 2018 | Taiki Endo | -66/+67 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-07 | unify error handling to single method | Esteban Küber | -6/+2 |
| 2019-02-07 | Deduplicate mismatched delimiter errors | Esteban Küber | -1/+7 |
| 2019-02-05 | typeck: partially HirIdify | ljedrz | -1/+1 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -1/+1 |
| 2019-01-24 | Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearth | bors | -1/+0 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1/+0 |
| 2019-01-22 | Fix some cross crate existential type ICEs | Oliver Scherer | -0/+3 |
| 2019-01-19 | Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis | Mazdak Farrokhzad | -20/+56 |
| 2019-01-18 | Rollup merge of #57650 - AB1908:master, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-01-15 | Pass a default value when unwrapping a span | AB1908 | -1/+1 |
| 2019-01-13 | Querify local plugin_registrar_fn | Igor Matuszewski | -4/+1 |
| 2019-01-13 | Querify local proc_macro_decls_static | Igor Matuszewski | -2/+2 |
| 2019-01-10 | integrate trait aliases into def-paths / metadata | Niko Matsakis | -20/+56 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -170/+0 |
| 2018-12-12 | Remove `Session::sysroot()`. | Nicholas Nethercote | -1/+1 |