| Age | Commit message (Expand) | Author | Lines |
| 2016-01-14 | Fix rustdoc reexports. | Lee Jeffery | -1/+1 |
| 2015-12-05 | Reuse `record_extern_fqn` | mitaa | -23/+8 |
| 2015-12-03 | Use the extern item-path for documentation links | mitaa | -1/+1 |
| 2015-11-28 | Auto merge of #30074 - jonas-schievink:macro-doc, r=sanxiyn | bors | -2/+5 |
| 2015-11-28 | Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix | bors | -2/+2 |
| 2015-11-26 | ; | Jonas Schievink | -1/+1 |
| 2015-11-26 | rustdoc: only show macro arm's lhs | Jonas Schievink | -2/+5 |
| 2015-11-26 | fix tidy | Ariel Ben-Yehuda | -2/+2 |
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -11/+11 |
| 2015-11-26 | make check works | Ariel Ben-Yehuda | -56/+48 |
| 2015-11-19 | Show constness for functions of reexported docs | mitaa | -2/+15 |
| 2015-11-19 | Fix the fallout | Vadim Petrochenkov | -2/+2 |
| 2015-11-17 | Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis | bors | -3/+3 |
| 2015-11-16 | Remove `TyParen` from HIR | Vadim Petrochenkov | -1/+0 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -3/+3 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -3/+3 |
| 2015-11-06 | librustdoc: improve testnames for doctests | Kevin Butler | -2/+12 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -2/+1 |
| 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-10-01 | kill the fake provided method stubs | Ariel Ben-Yehuda | -7/+5 |
| 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 | -4/+4 |
| 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 | -46/+44 |
| 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 | -172/+163 |
| 2015-08-24 | split ReInfer into ReVar and ReSkolemized | Ariel Ben-Yehuda | -1/+2 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -60/+60 |
| 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-16 | Auto merge of #27643 - mitaa:get_item_, r=arielb1 | bors | -2/+1 |