| Age | Commit message (Expand) | Author | Lines |
| 2014-09-23 | rustdoc: Don't try to inline the crate root | Alex Crichton | -2/+5 |
| 2014-09-23 | rustdoc: Prevent infinite recursion when inlining | Alex Crichton | -2/+9 |
| 2014-09-14 | rustdoc: fix fallout from using ptr::P. | Eduard Burtescu | -74/+59 |
| 2014-09-08 | rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -13/+9 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+2 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -9/+9 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -4/+4 |
| 2014-08-12 | Implement Index for HashMap | P1start | -1/+1 |
| 2014-07-25 | rustdoc: Correctly handle local renamings | Alex Crichton | -6/+20 |
| 2014-07-21 | repair macro docs | John Clements | -8/+24 |
| 2014-07-20 | Implement new mod import sugar | Jakub Wieczorek | -1/+1 |
| 2014-06-30 | rustdoc: incorporate stability index throughout | Aaron Turon | -0/+21 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -10/+12 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -1/+1 |
| 2014-05-03 | rustdoc: Allow forcing inlining of `pub use` | Alex Crichton | -7/+19 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -1/+2 |
| 2014-04-27 | rustdoc: External module item links to the module contents. Fixes #12926. | Kang Seonghoon | -1/+2 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -5/+3 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -1/+1 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -2/+2 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -2/+2 |
| 2014-03-31 | rustdoc: Switch field privacy as necessary | Alex Crichton | -4/+4 |
| 2014-03-22 | rustdoc: Fix fallout of removing get() | Alex Crichton | -1/+1 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -4/+4 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-17 | De-@ Session usage. | Eduard Burtescu | -8/+5 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -1/+1 |
| 2014-03-01 | librustdoc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -23/+36 |
| 2014-02-26 | Mark top level module as a crate in rustdoc, closes #12507 | Florian Hahn | -0/+1 |
| 2014-02-19 | rustdoc: Show macros in documentation | Alex Crichton | -1/+8 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -2/+2 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -4/+4 |
| 2014-01-19 | syntax: convert ast_map to use a SmallIntMap. | Huon Wilson | -4/+1 |
| 2014-01-09 | Updated librustdoc and librustpkg to use the proper UpperCase names from libs... | Eduard Burtescu | -12/+12 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -22/+21 |
| 2014-01-07 | Inline reexports in rustdoc | Alex Crichton | -134/+243 |
| 2014-01-03 | librustdoc: De-`@mut` `librustdoc` | Patrick Walton | -1/+1 |
| 2013-12-23 | rustdoc: Add the ability to test code in comments | Alex Crichton | -13/+7 |
| 2013-12-01 | auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton | bors | -1/+1 |
| 2013-12-01 | ast: Remove one `@` and fix the fallout | Philipp Brüschweiler | -1/+1 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -7/+7 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -5/+5 |
| 2013-09-30 | rustdoc: Remove usage of fmt! | Alex Crichton | -5/+5 |
| 2013-09-26 | rustdoc: Generate documentation for foreign items | Alex Crichton | -0/+3 |
| 2013-09-25 | rustdoc: Emit purity to function dox for traits | Alex Crichton | -1/+2 |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -0/+183 |