| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-07-27 | cleanup .chain and .chain_err + fixing other files | maikklein | -16/+10 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -3/+2 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -14/+14 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -71/+68 |
| 2013-07-18 | Silence various warnings in bootstrap build. | Felix S. Klock II | -7/+0 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -5/+6 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -307/+287 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -23/+22 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -31/+57 |
| 2013-07-16 | syntax: make a macros-injection pass; conditionally define debug! to a noop b... | Huon Wilson | -0/+2 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -1/+2 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -1/+2 |