| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-09-11 | xfail-fast the new test for windows compatibility | SiegeLord | -0/+1 |
| 2013-09-11 | Fix whitespace in tests | SiegeLord | -2/+2 |
| 2013-09-11 | Replace dashes in the filenames of the new tests with underscores to avoid is... | SiegeLord | -1/+1 |
| 2013-09-11 | Add a test for cross-crate struct variants | SiegeLord | -0/+35 |
| 2013-09-11 | Rename encode_struct_field_names to encode_struct_fields to reflect what it a... | SiegeLord | -3/+3 |
| 2013-09-11 | Properly encode/decode structural variants. | SiegeLord | -64/+92 |
| 2013-09-11 | auto merge of #8999 : anasazi/rust/multi-threaded-io-tests, r=brson | bors | -51/+190 |
| 2013-09-11 | Add HashSet::with_capacity_and_keys() function | Florian Hahn | -0/+11 |
| 2013-09-11 | auto merge of #9097 : michaelwoerister/rust/namespaces, r=jdm | bors | -228/+670 |
| 2013-09-11 | Add a test for extra::rl. | Huon Wilson | -0/+75 |