| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | rustdoc: Fix merge fallout | Alex Crichton | -1/+1 |
| 2013-09-25 | rustdoc: Fix an unindentation bug when collapsing | Alex Crichton | -1/+1 |
| 2013-09-25 | rustdoc: Collapse before unindenting | Alex Crichton | -3/+2 |
| 2013-09-25 | rustdoc: Reduce ambiguity with clean::Type | Alex Crichton | -22/+16 |
| 2013-09-25 | rustdoc: Strip hidden docs by default. | Alex Crichton | -0/+1 |
| 2013-09-25 | rustdoc: Highlight function names | Alex Crichton | -2/+3 |
| 2013-09-25 | rustdoc: Start rendering variants (redirect to enum) | Alex Crichton | -1/+12 |
| 2013-09-25 | rustdoc: Linkify all reexports. | Alex Crichton | -34/+199 |
| 2013-09-25 | rustdoc: Implement stripping based on privacy | Alex Crichton | -5/+91 |
| 2013-09-25 | rustdoc: Emit purity to function dox for traits | Alex Crichton | -13/+21 |
| 2013-09-25 | rustdoc: Add the ability to list all passes | Alex Crichton | -34/+45 |
| 2013-09-25 | rustdoc: Enable various useful markdown extensions | Alex Crichton | -1/+12 |
| 2013-09-25 | rustdoc: Use sundown for markdown highlighting | Alex Crichton | -52/+103 |
| 2013-09-24 | Don't use libc::exit. #9473 | Brian Anderson | -12/+8 |
| 2013-09-23 | librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib... | Patrick Walton | -5/+8 |
| 2013-09-22 | Place *all* rustdoc output in doc/{crate} | Alex Crichton | -16/+11 |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -6567/+4859 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -1/+1 |
| 2013-09-20 | auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con... | bors | -3/+1 |
| 2013-09-19 | Modernize extra::future API | Steven Fackler | -3/+3 |
| 2013-09-19 | Turned extra::getopts functions into methods | Marvin Löbel | -5/+5 |
| 2013-09-19 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -3/+1 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -7/+7 |
| 2013-09-12 | std: rename Option::unwrap_or_default() to unwrap_or() | Erick Tryzelaar | -2/+2 |
| 2013-09-10 | auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo... | bors | -0/+14 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -0/+14 |
| 2013-09-10 | std::vec: Change fn unzip to take an iterator argument | blake2-ppc | -1/+1 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -2/+2 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -1/+1 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -4/+4 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -4/+4 |
| 2013-08-23 | removed os::set_args, closing #8325 | Do Nhat Minh | -0/+3 |
| 2013-08-13 | Remove unused automatic cfg bindings Fixes #7169 | Nick Desaulniers | -6/+5 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -4/+4 |
| 2013-08-10 | std: Transform.find_ -> .find | Erick Tryzelaar | -6/+6 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -21/+21 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -1/+1 |
| 2013-08-08 | Fix more priv fallout | Corey Richardson | -3/+3 |
| 2013-08-07 | Change const to static | Sangeun Kim | -43/+43 |
| 2013-08-07 | Change Freeze to Static | Sangeun Kim | -3/+3 |
| 2013-08-07 | auto merge of #8294 : erickt/rust/map-move, r=bblum | bors | -7/+7 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -7/+7 |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -2/+2 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -34/+34 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -10/+10 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -4/+15 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -2/+2 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -12/+10 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -7/+7 |