| Age | Commit message (Expand) | Author | Lines |
| 2015-10-16 | Auto merge of #29014 - petrochenkov:stability, r=brson | bors | -18/+30 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -1/+1 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -3/+3 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -3/+3 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -18/+30 |
| 2015-10-09 | Fix stability | Nick Cameron | -3/+28 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -2/+2 |
| 2015-10-01 | Make calling def_id on a DefSelfTy an error; the previous defids that | Niko Matsakis | -0/+1 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -1/+1 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -2/+4 |
| 2015-10-01 | move LOCAL_CRATE to cstore | Niko Matsakis | -1/+2 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -1/+1 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -1/+1 |
| 2015-09-22 | Use Names in hir::{Field, ExprMethodCall, ExprField} | Vadim Petrochenkov | -2/+2 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -2/+2 |
| 2015-09-17 | Correctly walk import lists in AST visitors | Vadim Petrochenkov | -0/+16 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -4/+4 |
| 2015-09-08 | Allow tracking issues for lang features. | Huon Wilson | -7/+3 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -29/+30 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -17/+17 |
| 2015-08-06 | use VariantDef instead of struct_fields | Ariel Ben-Yehuda | -42/+10 |
| 2015-08-06 | introduce an ADTDef struct for struct/enum definitions | Ariel Ben-Yehuda | -9/+9 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -1/+1 |
| 2015-07-22 | Instrumentation in effort to understand treatment of `allow_internal_unstable`. | Felix S. Klock II | -2/+12 |
| 2015-07-07 | Auto merge of #26747 - huonw:stability-issue, r=alexcrichton | bors | -2/+6 |
| 2015-07-06 | rustc: implement `unstable(issue = "nnn")`. | Huon Wilson | -2/+6 |
| 2015-07-04 | rustc: remove MethodOrigin and use the container to distinguish inherent meth... | Eduard Burtescu | -4/+1 |
| 2015-07-04 | rustc: simplify ty::MethodOrigin and avoid trait item indices. | Eduard Burtescu | -19/+1 |
| 2015-07-04 | rustc: remove unused MethodStaticClosure variant of MethodOrigin. | Eduard Burtescu | -3/+0 |
| 2015-06-27 | Begin refactor type checking state | Jared Roesch | -1/+1 |
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -14/+14 |
| 2015-06-23 | Auto merge of #26061 - Gankro:inherit-dep, r=brson | bors | -1/+50 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -3/+2 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -2/+2 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -6/+6 |
| 2015-06-11 | validate stability against deprecation version | Alexis Beingessner | -0/+39 |
| 2015-06-11 | WIP inherited deprecation fixes #26040 | Alexis Beingessner | -1/+11 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -4/+4 |
| 2015-05-26 | Make caching in stability work. This improves stability check performance | Ariel Ben-Yehuda | -61/+69 |
| 2015-04-20 | Make stability attributes an error. #22830 | Brian Anderson | -3/+3 |
| 2015-04-14 | Test fixes and rebase conflicts | Alex Crichton | -1/+2 |
| 2015-04-13 | Make use of the stability attributes issue a deprecation warning. #22830 | Brian Anderson | -28/+38 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -2/+2 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -2/+2 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -1/+1 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -36/+13 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -9/+9 |
| 2015-03-06 | Add #[allow_internal_unstable] to track stability for macros better. | Huon Wilson | -3/+2 |