| Age | Commit message (Expand) | Author | Lines |
| 2013-12-10 | librustdoc: Remove a couple of `Cell`s. | Patrick Walton | -3/+2 |
| 2013-12-10 | librustdoc: Don't use `finally`, shaving off a `Cell`. | Patrick Walton | -13/+25 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -12/+8 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -16/+0 |
| 2013-12-07 | rustdoc: fix the search-bar layout | Adrien Tétar | -5/+11 |
| 2013-12-05 | auto merge of #10721 : osa1/rust/intermediatestr, r=brson | bors | -3/+2 |
| 2013-12-04 | Rename extra::json::*::init() constructors to *::new() | Kevin Ballard | -2/+2 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -9/+9 |
| 2013-12-03 | auto merge of #10747 : alexcrichton/rust/snapshots, r=cmr | bors | -1/+0 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -1/+0 |
| 2013-12-02 | rustdoc: Tell rustc we're building a library | Alex Crichton | -0/+1 |
| 2013-12-01 | Add a type="search" to the search bar in the documentation. | SiegeLord | -1/+2 |
| 2013-12-01 | Add placeholder text to the search bar in the documentation. | SiegeLord | -1/+2 |
| 2013-12-01 | auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton | bors | -2/+2 |
| 2013-12-01 | auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmr | bors | -10/+10 |
| 2013-12-01 | ast: Remove one `@` and fix the fallout | Philipp Brüschweiler | -2/+2 |
| 2013-11-30 | auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwalton | bors | -2/+3 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -10/+10 |
| 2013-11-30 | auto merge of #10727 : erickt/rust/json, r=huonw | bors | -4/+7 |
| 2013-11-29 | extra: missed a couple `@` in json | Erick Tryzelaar | -3/+6 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -2/+3 |
| 2013-11-29 | extra: Rename json constructors into *::init | Erick Tryzelaar | -2/+2 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -9/+9 |
| 2013-11-29 | don't create intermediate string while creating json (rustdoc) | osa1 | -3/+2 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -109/+109 |
| 2013-11-28 | rustdoc: Use new ||/proc syntax | klutzy | -19/+23 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -61/+59 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -5/+5 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -7/+7 |
| 2013-11-25 | auto merge of #10644 : cmr/rust/rustdoc_cfg, r=alexcrichton | bors | -5/+9 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -3/+4 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -3/+4 |
| 2013-11-24 | rustdoc: pass through --cfg to rustc | Corey Richardson | -5/+9 |
| 2013-11-21 | Process ffi generics in rustdoc | Alex Crichton | -8/+9 |
| 2013-11-18 | Use '..' as slice wildcard in vectors | Brian Anderson | -0/+1 |
| 2013-11-13 | auto merge of #10421 : adridu59/rust/patch-www, r=alexcrichton | bors | -1/+8 |
| 2013-11-13 | auto merge of #10277 : dcrewi/rust/missing-doc-and-visibility-rules, r=alexcr... | bors | -51/+4 |
| 2013-11-13 | make missing_doc lint respect the visibility rules | David Creswick | -51/+4 |
| 2013-11-13 | doc: disable parser error highlighting + a few fixes | Adrien Tétar | -0/+1 |
| 2013-11-12 | doc: CSS: fix code fonts | Adrien Tétar | -1/+7 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -11/+11 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -3/+0 |
| 2013-11-09 | auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet... | bors | -19/+21 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -19/+21 |
| 2013-11-08 | Specify package_id for rust libs, to avoid spurious warnings | Andrei Formiga | -0/+1 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -2/+2 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -10/+11 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -42/+32 |
| 2013-11-03 | Rename files to match current recommendations. | Chris Morgan | -0/+0 |
| 2013-11-02 | auto merge of #10199 : alexcrichton/rust/no-propagate, r=brson | bors | -0/+1 |