| Age | Commit message (Expand) | Author | Lines |
| 2013-01-09 | core: rename MutableVector to OwnedVector | Erick Tryzelaar | -25/+24 |
| 2013-01-09 | core: inline all vec methods and add whitespace | Erick Tryzelaar | -0/+24 |
| 2013-01-09 | core: fix libc linux fallout from 2db3abddcd67 | Graydon Hoare | -3/+3 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -60/+346 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -341/+60 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -60/+341 |
| 2013-01-08 | Inject std when --test. #1127, #3241 | Brian Anderson | -8/+0 |
| 2013-01-08 | arrange core::os::consts | ILyoan | -41/+71 |
| 2013-01-08 | removing checks from vec::bytes::memcpy and memmove as are duplicated from raw:: | asdf | -6/+2 |
| 2013-01-08 | adding bound checks for raw::memcpy and memmove | asdf | -0/+15 |
| 2013-01-07 | fmt: add unit tests | Andrew Paseltiner | -0/+122 |
| 2013-01-07 | fmt: derive Eq for all types | Andrew Paseltiner | -0/+8 |
| 2013-01-07 | fmt: fix formatting and style | Andrew Paseltiner | -64/+75 |
| 2013-01-07 | fmt: simplify parse_fmt_string | Andrew Paseltiner | -22/+24 |
| 2013-01-07 | fmt: simplify parse_conversion | Andrew Paseltiner | -5/+7 |
| 2013-01-07 | fmt: simplify parse_parameter | Andrew Paseltiner | -11/+5 |
| 2013-01-07 | fmt: simplify parse_precision | Andrew Paseltiner | -4/+2 |
| 2013-01-07 | fmt: simplify parse_count | Andrew Paseltiner | -4/+3 |
| 2013-01-07 | fmt: simplify parse_flags | Andrew Paseltiner | -24/+17 |
| 2013-01-07 | fmt: simplify parse_type | Andrew Paseltiner | -26/+15 |
| 2013-01-07 | fmt: replace parse_* structural records with struct Parsed<T> | Andrew Paseltiner | -40/+51 |
| 2013-01-07 | fmt: replace Conv record with struct Conv | Andrew Paseltiner | -3/+3 |
| 2013-01-07 | librustc: Fold rt items into lang items. Shaves another 10% or so off hello w... | Patrick Walton | -3/+6 |
| 2013-01-04 | Rename option::get_default => get_or_default, get_zero => get_or_zero | Tim Chevalier | -12/+12 |
| 2013-01-04 | Make either::{partition, flip, to_result} take their arguments by-value | Tim Chevalier | -17/+13 |
| 2013-01-04 | core: fix windows breakage, r=burningtree. | Graydon Hoare | -0/+5 |
| 2013-01-04 | Add option::get_zero | Tim Chevalier | -0/+20 |
| 2013-01-03 | clean up condition module: | Andrew Paseltiner | -50/+35 |
| 2013-01-02 | core: convert an XXX into a FIXME. | Erick Tryzelaar | -1/+1 |
| 2012-12-30 | reset LinearMap.size when expanding buckets | Tim Taubert | -0/+19 |
| 2012-12-28 | Long lines | Tim Chevalier | -1/+2 |
| 2012-12-28 | Merge pull request #4308 from steveklabnik/patch-1 | Tim Chevalier | -2/+34 |
| 2012-12-28 | Improve documentation for each. | Steve Klabnik | -2/+34 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -5/+79 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -66/+329 |
| 2012-12-27 | libcore: Add symlink(2) to libc. rs=trivial | Patrick Walton | -1/+2 |
| 2012-12-24 | Fix wayward search and replace; unbreak build | Tim Chevalier | -3/+3 |
| 2012-12-24 | Convert core::io to use explicit self (for issue #4118 and issue #2004) | gareth | -175/+169 |
| 2012-12-24 | core: Mark some functions as pure | Chris Peterson | -16/+14 |
| 2012-12-24 | bump 0.5 => 0.6, redirect some URLs in docs. | Graydon Hoare | -6/+6 |
| 2012-12-24 | Fix Option::unwrap_err. | Erick Tryzelaar | -1/+1 |
| 2012-12-24 | Fix wayward search and replace; unbreak build | Tim Chevalier | -3/+3 |
| 2012-12-24 | Merge pull request #4278 from cpeterso/incoming-pure-functions | Tim Chevalier | -16/+14 |
| 2012-12-24 | Convert core::io to use explicit self (for issue #4118 and issue #2004) | gareth | -175/+169 |
| 2012-12-23 | core: Mark some functions as pure | Chris Peterson | -16/+14 |
| 2012-12-23 | Merge pull request #4243 from erickt/incoming | Tim Chevalier | -1/+1 |
| 2012-12-21 | bump 0.5 => 0.6, redirect some URLs in docs. | Graydon Hoare | -6/+6 |
| 2012-12-20 | Fix Option::unwrap_err. | Erick Tryzelaar | -1/+1 |
| 2012-12-20 | core: Add a Zero and One trait to num | Erick Tryzelaar | -0/+48 |
| 2012-12-18 | core: add unwrap methods to dvec, either, and mutable | Erick Tryzelaar | -0/+14 |