| Age | Commit message (Expand) | Author | Lines |
| 2013-04-04 | Remove a android hack | ILyoan | -19/+8 |
| 2013-04-03 | auto merge of #5704 : brson/rust/compiletest, r=luqmana | bors | -1/+1 |
| 2013-04-03 | auto merge of #5701 : metajack/rust/net-url-clone, r=thestinger | bors | -3/+3 |
| 2013-04-03 | auto merge of #5698 : Thiez/rust/de-mutfielding, r=pcwalton | bors | -24/+22 |
| 2013-04-03 | auto merge of #5696 : thestinger/rust/hashmap, r=sanxiyn | bors | -1305/+1301 |
| 2013-04-03 | Fix compiletest on windows | Brian Anderson | -1/+1 |
| 2013-04-03 | auto merge of #5559 : jbclements/rust/change-to-tt-based-parsing, r=jbclements | bors | -34/+123 |
| 2013-04-03 | Add Clone derivation for std::net::url types. | Jack Moffitt | -3/+3 |
| 2013-04-03 | Unstable didn't need transmute_mut after all. | Matthijs Hofstra | -4/+4 |
| 2013-04-03 | Removing mut fields from vec.rs, at_vec.rs, str.rs, unstable.rs, and cell.rs. | Matthijs Hofstra | -24/+22 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -519/+519 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -927/+923 |
| 2013-04-03 | Make bench/noise.rs more idiomatic and 20x faster | Ben Striegel | -29/+32 |
| 2013-04-03 | Implement Clone for tuples | James Miller | -0/+17 |
| 2013-04-02 | auto merge of #5202 : dbaupp/rust/std-fileinput, r=graydon | bors | -0/+612 |
| 2013-04-02 | auto merge of #5674 : steveklabnik/rust/improve_reader_util_docs, r=catamorphism | bors | -40/+335 |
| 2013-04-02 | auto merge of #5673 : steveklabnik/rust/improve_io_docs, r=catamorphism | bors | -8/+68 |
| 2013-04-03 | libstd: make fileinput tests pass. | Huon Wilson | -3/+5 |
| 2013-04-03 | libstd: implement io::Reader for fileinput. | Huon Wilson | -126/+271 |
| 2013-04-03 | libstd: implement fileinput. | Huon Wilson | -0/+465 |
| 2013-04-02 | Remove excess trailing whitespace. | Steve Klabnik | -61/+61 |
| 2013-04-02 | remove trailing whitespace | Steve Klabnik | -17/+17 |
| 2013-04-02 | Removed libcore/mutable.rs, Mut<T> is now dead. | Matthijs Hofstra | -96/+0 |
| 2013-04-02 | Removed all uses of Mut from workcache, replaced with @mut | Matthijs Hofstra | -72/+60 |
| 2013-04-02 | Removed mut-fields from Mut, removed borrow_const from Mut | Matthijs Hofstra | -70/+7 |
| 2013-04-01 | Typo fix. u8 -> i8 | Steve Klabnik | -1/+1 |
| 2013-04-01 | Improve docs for Core::ReaderUtil. | Steve Klabnik | -40/+335 |
| 2013-04-01 | auto merge of #5669 : graydon/rust/tweaks, r=thestinger | bors | -1/+1 |
| 2013-04-01 | auto merge of #5667 : graydon/rust/remove-a-mode, r=catamorphism | bors | -1/+1 |
| 2013-04-01 | Improve documentation for core::io. | Steve Klabnik | -8/+68 |
| 2013-04-01 | tidy version numbers and copyright dates | Graydon Hoare | -1/+1 |
| 2013-04-01 | doc: Update tutorial description of core | Brian Anderson | -1/+1 |
| 2013-04-01 | core: Update libc docs to clarify usage | Brian Anderson | -1/+13 |
| 2013-04-01 | remove stray mode on callback, seems to not change anything | Graydon Hoare | -1/+1 |
| 2013-03-31 | auto merge of #5655 : thestinger/rust/arm, r=brson | bors | -4/+4 |
| 2013-04-01 | rt/arch/arm: fix syntax used for noexec stack | Daniel Micay | -4/+4 |
| 2013-03-31 | auto merge of #5653 : brson/rust/warnings, r=brson | bors | -30/+21 |
| 2013-03-31 | Fix warnings | Brian Anderson | -30/+21 |
| 2013-03-31 | auto merge of #5647 : thestinger/rust/execstack, r=brson | bors | -19/+91 |
| 2013-03-31 | mark the assembly object stacks as non-executable | Daniel Micay | -19/+91 |
| 2013-03-31 | Fix underflow in char_range_at_reverse | Marvin Löbel | -2/+15 |
| 2013-03-30 | auto merge of #5637 : luqmana/rust/5423, r=brson | bors | -5/+2 |
| 2013-03-30 | auto merge of #5638 : luqmana/rust/5405, r=brson | bors | -3/+49 |
| 2013-03-30 | Rename confusing var, use_new_rt -> use_old_rt. | Luqman Aden | -4/+4 |
| 2013-03-30 | Correct type signature for start lang item. | Luqman Aden | -1/+47 |
| 2013-03-30 | libsyntax: Update abi constants. Fixes #5423. | Luqman Aden | -5/+2 |
| 2013-03-30 | move dlist from core -> std | Daniel Micay | -12/+6 |
| 2013-03-30 | auto merge of #5636 : thestinger/rust/vim, r=luqmana | bors | -12/+14 |
| 2013-03-30 | auto merge of #5630 : erickt/rust/serial, r=erickt | bors | -759/+837 |
| 2013-03-30 | vim: use Operator group for 'as' | Daniel Micay | -1/+3 |