| Age | Commit message (Expand) | Author | Lines |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -2/+2 |
| 2015-10-16 | Auto merge of #29014 - petrochenkov:stability, r=brson | bors | -23/+27 |
| 2015-10-15 | rustdoc: Report deprecation reason first | Vadim Petrochenkov | -3/+8 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -1/+1 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -1/+1 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -17/+2 |
| 2015-10-13 | Unify structures and enum variants in HIR | Vadim Petrochenkov | -1/+11 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -23/+22 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -5/+6 |
| 2015-10-01 | build up a set of node-ids that we can construct def-ids from | Niko Matsakis | -1/+1 |
| 2015-10-01 | Make calling def_id on a DefSelfTy an error; the previous defids that | Niko Matsakis | -1/+7 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -6/+5 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -24/+24 |
| 2015-10-01 | move LOCAL_CRATE to cstore | Niko Matsakis | -1/+2 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -8/+2 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -3/+3 |
| 2015-09-22 | Use Names in path fragments and MacroDef | Vadim Petrochenkov | -3/+3 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -3/+3 |
| 2015-09-17 | Remove Visibility field from enum variants | Simonas Kazlauskas | -1/+1 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -45/+43 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -1/+1 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -161/+151 |
| 2015-08-24 | split ReInfer into ReVar and ReSkolemized | Ariel Ben-Yehuda | -1/+2 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -42/+42 |
| 2015-08-23 | Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichton | bors | -0/+5 |
| 2015-08-20 | Show variadic args in rustdoc output. | Lee Jeffery | -0/+5 |
| 2015-08-16 | rustdoc: Added issue tracker option and issue data to clean::Stability | Martin Wernstål | -1/+4 |
| 2015-08-12 | Add two new kinds of predicates, WellFormed and ObjectSafe. | Niko Matsakis | -1/+3 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -3/+6 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -3/+6 |
| 2015-08-07 | Auto merge of #27551 - arielb1:adt-def, r=nikomatsakis | bors | -24/+25 |
| 2015-08-07 | rename ADTDef to AdtDef etc. | Ariel Ben-Yehuda | -2/+2 |
| 2015-08-06 | use VariantDef instead of struct_fields | Ariel Ben-Yehuda | -22/+22 |
| 2015-08-06 | introduce an ADTDef struct for struct/enum definitions | Ariel Ben-Yehuda | -2/+3 |
| 2015-08-04 | Add feature gate | Jared Roesch | -1/+1 |
| 2015-08-04 | Add a macro invocation to the type AST | Jared Roesch | -0/+3 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -11/+11 |
| 2015-07-21 | Use a span from the correct file for the inner span of a module | Nick Cameron | -0/+4 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -3/+3 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -3/+3 |
| 2015-07-08 | Remove snake_case names from ty.rs | Jared Roesch | -1/+1 |
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -4/+4 |
| 2015-06-23 | Remove the mostly unecessary ParamBounds struct | Jared Roesch | -13/+0 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -1/+1 |
| 2015-06-12 | Split TyArray into TyArray and TySlice. | Eli Friedman | -3/+3 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -39/+37 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -6/+6 |