| Age | Commit message (Expand) | Author | Lines |
| 2015-04-16 | rustdoc: Fix cross-crate macro source links | Alex Crichton | -0/+1 |
| 2015-04-07 | rustdoc: Encode ABI in all methods | Alex Crichton | -0/+2 |
| 2015-03-12 | rustdoc: Fix ICE with cross-crate default impls | Alex Crichton | -0/+2 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -2/+2 |
| 2015-02-22 | Rename DefTrait to DefaultImpl | Flavio Percoco | -2/+2 |
| 2015-02-22 | Fix rustdoc fallout | Flavio Percoco | -0/+8 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -2/+2 |
| 2015-01-21 | rustdoc: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -2/+20 |
| 2015-01-04 | Add syntax for negative implementations of traits | Flavio Percoco | -0/+1 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2014-12-26 | Changes to RustDoc | Nick Cameron | -1/+0 |
| 2014-12-22 | serialize: Fully deprecate the library | Alex Crichton | -1/+1 |
| 2014-12-19 | librustdoc: use `#[deriving(Copy)]` | Jorge Aparicio | -3/+1 |
| 2014-12-14 | Parse `unsafe impl` but don't do anything particularly interesting with the r... | Niko Matsakis | -0/+1 |
| 2014-12-14 | Parse `unsafe trait` but do not do anything with it beyond parsing and integr... | Niko Matsakis | -0/+1 |
| 2014-12-14 | Rename FnStyle trait to Unsafety. | Niko Matsakis | -1/+1 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+2 |
| 2014-11-24 | rustdoc: Render Sized? on traits and generics | Tom Jakubowski | -0/+1 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+2 |
| 2014-10-16 | librustdoc: Remove all uses of {:?}. | Luqman Aden | -0/+1 |
| 2014-10-09 | rustdoc: Implement constant documentation | Alex Crichton | -0/+13 |
| 2014-09-14 | rustdoc: fix fallout from using ptr::P. | Eduard Burtescu | -6/+5 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -1/+1 |
| 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 | -2/+2 |
| 2014-06-30 | rustdoc: incorporate stability index throughout | Aaron Turon | -0/+12 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -2/+4 |
| 2014-04-27 | rustdoc: External module item links to the module contents. Fixes #12926. | Kang Seonghoon | -2/+4 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -1/+1 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -1/+1 |
| 2014-03-31 | rustdoc: Switch field privacy as necessary | Alex Crichton | -81/+81 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -38/+38 |
| 2014-02-26 | Mark top level module as a crate in rustdoc, closes #12507 | Florian Hahn | -0/+2 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -1/+1 |
| 2014-02-19 | rustdoc: Show macros in documentation | Alex Crichton | -0/+9 |
| 2014-01-09 | Updated librustdoc and librustpkg to use the proper UpperCase names from libs... | Eduard Burtescu | -1/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -21/+21 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -1/+1 |
| 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 | -3/+3 |
| 2013-09-26 | rustdoc: Generate documentation for foreign items | Alex Crichton | -0/+2 |
| 2013-09-25 | rustdoc: Emit purity to function dox for traits | Alex Crichton | -0/+1 |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -0/+168 |