| Age | Commit message (Expand) | Author | Lines |
| 2016-10-10 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -2/+3 |
| 2016-09-23 | Auto merge of #36649 - eddyb:selfish-idents, r=pnkfelix | bors | -1/+10 |
| 2016-09-22 | Split up `DefCollector::root()`. | Jeffrey Seyfried | -21/+15 |
| 2016-09-22 | Don't let a type parameter named "Self" unchanged past HIR lowering. | Eduard Burtescu | -1/+10 |
| 2016-09-20 | rustc: don't hash the --extern crate name, but the original one, in DefPath. | Eduard Burtescu | -6/+2 |
| 2016-09-20 | serialize: allow specifying the default behavior for specializations. | Eduard Burtescu | -3/+13 |
| 2016-09-20 | rustc: don't recurse through nested items in decoded HIR fragments. | Eduard Burtescu | -10/+9 |
| 2016-09-20 | rustc_metadata: move opt_item_name to TyCtxt::item_name. | Eduard Burtescu | -1/+25 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -7/+5 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -11/+13 |
| 2016-09-20 | rustc: remove hir::fold. | Eduard Burtescu | -1132/+0 |
| 2016-09-20 | rustc: replace uses of NodeId in Def, other than closures and labels. | Eduard Burtescu | -24/+5 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -118/+79 |
| 2016-09-20 | rustc_metadata: remove astencode tests. | Eduard Burtescu | -22/+10 |
| 2016-09-13 | Auto merge of #36041 - ahmedcharles:try, r=nrc | bors | -2/+2 |
| 2016-09-12 | Auto merge of #35960 - nikomatsakis:incr-comp-krate-edges, r=michaelwoerister | bors | -12/+9 |
| 2016-09-11 | Use question_mark feature in librustc. | Ahmed Charles | -2/+2 |
| 2016-09-06 | always print def-path in Debug impl for DefId | Niko Matsakis | -12/+7 |
| 2016-09-06 | ignore dep-graph when loading inlined HIR | Niko Matsakis | -0/+2 |
| 2016-09-06 | E0518 Update error format #36111 | Gavin Baker | -1/+3 |
| 2016-09-06 | E0517 Update error format #36109 | Gavin Baker | -3/+3 |
| 2016-09-05 | E0516 Update error format #36108 | Gavin Baker | -6/+12 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -7/+7 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -5/+5 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -5/+11 |
| 2016-09-03 | Lower unions from AST to HIR and from HIR to types | Vadim Petrochenkov | -1/+4 |
| 2016-09-03 | Add unions to definition map | Vadim Petrochenkov | -2/+4 |
| 2016-09-03 | Add unions to HIR | Vadim Petrochenkov | -5/+17 |
| 2016-08-31 | Auto merge of #35718 - michaelwoerister:incr-comp-dir-locking, r=alexcrichton | bors | -0/+15 |
| 2016-08-31 | Warn about multiple conflicting #[repr] hints | Chris Wong | -1/+18 |
| 2016-08-29 | Implement copy-on-write scheme for managing the incremental compilation cache. | Michael Woerister | -0/+15 |
| 2016-08-29 | Future proof the AST for `union`. | Jeffrey Seyfried | -2/+3 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -1/+0 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -10/+32 |
| 2016-08-28 | Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakis | Jeffrey Seyfried | -5/+5 |
| 2016-08-28 | Rollup merge of #35618 - jseyfried:ast_view_path_refactor, r=eddyb | Jeffrey Seyfried | -71/+21 |
| 2016-08-28 | Rollup merge of #35591 - GuillaumeGomez:generics_span, r=jntrmr | Jeffrey Seyfried | -34/+8 |
| 2016-08-27 | Change Constness to Spanned<Constness> | Keith Yeung | -5/+5 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -1/+0 |
| 2016-08-25 | Refactor away `AttrNestedMetaItemMethods`. | Jeffrey Seyfried | -1/+1 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -10/+32 |
| 2016-08-24 | Remove AST from metadata except for consts and const fns. | Eduard Burtescu | -4/+1 |
| 2016-08-23 | Auto merge of #35854 - nikomatsakis:incr-comp-cache-hash-35549, r=mw | bors | -1/+1 |
| 2016-08-21 | Refactor away variant `hir::PathListItem_::Mod` | Jeffrey Seyfried | -62/+18 |
| 2016-08-21 | Refactor away variant `ast::PathListItemKind::Mod` | Jeffrey Seyfried | -10/+4 |
| 2016-08-21 | Auto merge of #35777 - nrc:carrier3, r=@nikomatsakis | bors | -49/+81 |
| 2016-08-20 | compute and cache HIR hashes at beginning | Niko Matsakis | -1/+1 |
| 2016-08-18 | Add Span field for Generics structs | Guillaume Gomez | -34/+8 |
| 2016-08-18 | Use a Carrier trait with the `?` operator | Nick Cameron | -49/+81 |
| 2016-08-17 | Display secondary span for E0053 for Sort TypeErrors | Keith Yeung | -0/+7 |