| Age | Commit message (Expand) | Author | Lines |
| 2013-09-12 | std: Remove Zero impl from vec | Erick Tryzelaar | -25/+7 |
| 2013-09-12 | syntax: add #[deriving(Default)] syntax extension | Erick Tryzelaar | -2/+123 |
| 2013-09-12 | std: Add a bunch of Default impls | Erick Tryzelaar | -5/+82 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -161/+202 |
| 2013-09-12 | std: Add ToEither/IntoEither/AsEither | Erick Tryzelaar | -21/+162 |
| 2013-09-12 | std: Add ToResult/IntoResult/AsResult | Erick Tryzelaar | -12/+171 |
| 2013-09-12 | std: Add ToOption/IntoOption/AsOption | Erick Tryzelaar | -0/+185 |
| 2013-09-12 | std: fix a warning | Erick Tryzelaar | -1/+1 |
| 2013-09-12 | std: Add Option.{and,and_then,or,or_else} | Erick Tryzelaar | -10/+83 |
| 2013-09-12 | std: Add Option.unwrap_or_else and a couple tests | Erick Tryzelaar | -0/+47 |
| 2013-09-12 | std: Add Default implementation for vecs | Erick Tryzelaar | -0/+14 |
| 2013-09-12 | std: Add Option.{result_or_default,or_default} that uses Default | Erick Tryzelaar | -3/+23 |
| 2013-09-12 | libsyntax: add Default implementation to OptVec | Erick Tryzelaar | -0/+4 |
| 2013-09-12 | std: add default implementations to Option | Erick Tryzelaar | -0/+5 |
| 2013-09-12 | std: add default implementations to HashMap | Erick Tryzelaar | -0/+9 |
| 2013-09-12 | std: rename Option::unwrap_or_default() to unwrap_or() | Erick Tryzelaar | -19/+18 |
| 2013-09-12 | rustpkg: Search RUST_PATH properly for dependencies, and add a test for recur... | Tim Chevalier | -10/+48 |
| 2013-09-12 | Fix rustpkg install for git repositories | Jakub | -5/+9 |
| 2013-09-13 | Convert rust_crate_map.cpp to Rust | Florian Hahn | -229/+213 |
| 2013-09-12 | rustc: Fix cstack lint for default methods. Closes #8753 | Brian Anderson | -0/+63 |
| 2013-09-12 | auto merge of #9146 : catamorphism/rust/rustpkg-sub-package-ids, r=brson,cata... | bors | -35/+137 |
| 2013-09-12 | rustpkg: Support sub-package-IDs | Tim Chevalier | -35/+137 |
| 2013-09-12 | auto merge of #9136 : thestinger/rust/ptr, r=alexcrichton | bors | -5/+68 |
| 2013-09-12 | auto merge of #9140 : alexcrichton/rust/issue-9119, r=huonw | bors | -2/+3 |
| 2013-09-12 | auto merge of #9135 : jbclements/rust/let-var-hygiene, r=erickt | bors | -19/+47 |
| 2013-09-12 | auto merge of #9134 : luqmana/rust/i7617, r=alexcrichton | bors | -14/+8 |
| 2013-09-12 | auto merge of #8908 : tikue/rust/master, r=anasazi | bors | -2/+102 |
| 2013-09-12 | auto merge of #9131 : Dretch/rust/glob-range-patterns, r=alexcrichton | bors | -14/+126 |
| 2013-09-12 | auto merge of #9096 : huonw/rust/linenoise, r=brson | bors | -41/+170 |
| 2013-09-12 | auto merge of #9012 : alexcrichton/rust/format-args, r=huonw | bors | -82/+234 |
| 2013-09-12 | auto merge of #9138 : alexcrichton/rust/dynamic-lib-not-threadsafe, r=thestinger | bors | -1/+3 |
| 2013-09-12 | Parse underscores in identifiers for format! | Alex Crichton | -2/+3 |
| 2013-09-12 | Rewrite fileinput tests to use std::rt::io | Alex Crichton | -10/+23 |
| 2013-09-12 | Implement a format_args!() macro | Alex Crichton | -82/+234 |
| 2013-09-12 | Add linenoise lock helpers to rustrt.def.in. | Huon Wilson | -0/+2 |
| 2013-09-11 | Flag the dynamic_lib tests as ignored | Alex Crichton | -1/+3 |
| 2013-09-11 | auto merge of #9114 : sfackler/rust/flush-fix, r=brson | bors | -1/+1 |
| 2013-09-12 | implement raw pointer comparisons in librustc | Daniel Micay | -5/+68 |
| 2013-09-11 | added run-pass test from issue #9110 | John Clements | -0/+22 |
| 2013-09-11 | ident->name cleanup | John Clements | -17/+22 |
| 2013-09-11 | fix for bug #9110 | John Clements | -1/+1 |
| 2013-09-11 | more helpful error message for ident comparison failure | John Clements | -1/+2 |
| 2013-09-12 | librust: Remove unnecessary workaround. Closes #7617 | Luqman Aden | -14/+8 |
| 2013-09-11 | auto merge of #9061 : jakub-/rust/pretty-print-empty-impl, r=huonw | bors | -1/+13 |
| 2013-09-11 | Rendezvous stream for synchronous channel messaging | Tim Kuehn | -2/+102 |
| 2013-09-11 | Fix the empty-impl tests | Jakub | -4/+4 |
| 2013-09-11 | auto merge of #9014 : dcrewi/rust/convert-between-bigints, r=anasazi | bors | -42/+130 |
| 2013-09-11 | Support character range patterns (e.g. [0-9], [a-z]), like other globs do. | Gareth Smith | -14/+126 |
| 2013-09-11 | auto merge of #9064 : SiegeLord/rust/external_struct_variants, r=luqmana | bors | -64/+128 |
| 2013-09-11 | auto merge of #9038 : singingboyo/rust/with-mem-writer, r=anasazi | bors | -0/+14 |