| Age | Commit message (Expand) | Author | Lines |
| 2013-02-22 | auto merge of #5081 : brson/rust/pipes, r=pcwalton | bors | -370/+447 |
| 2013-02-21 | Put unique allocs in managed heap when they might contain managed boxes. | Graydon Hoare | -27/+101 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -370/+447 |
| 2013-02-21 | auto merge of #5059 : Kimundi/rust/incoming, r=catamorphism | bors | -1/+4 |
| 2013-02-21 | Fix private::exclusive_unwrap_conflict test. Fixes #4689. | Ben Blum | -2/+3 |
| 2013-02-21 | auto merge of #5069 : pcwalton/rust/plussing-2, r=pcwalton | bors | -2/+2 |
| 2013-02-21 | librustc: Separate the rest of the trait bounds with `+` and stop parsing spa... | Patrick Walton | -2/+2 |
| 2013-02-21 | Moved core::extfmt to core::private::extfmt | Marvin Löbel | -1/+4 |
| 2013-02-20 | auto merge of #5063 : pcwalton/rust/plussing, r=pcwalton | bors | -227/+227 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -227/+227 |
| 2013-02-20 | Changed a test to use intrinsics.rs and changed a few lines that were too lon... | Matthijs 'Thiez' Hofstra | -40/+42 |
| 2013-02-20 | Created libcore/private/intrinsics.rs, which aims to contain every | Matthijs 'Thiez' Hofstra | -89/+168 |
| 2013-02-19 | auto merge of #5002 : catamorphism/rust/one-tuples, r=graydon | bors | -0/+4 |
| 2013-02-19 | rt: fix memory-unsafe random seed logic, r=valgrindclean | Graydon Hoare | -17/+27 |
| 2013-02-18 | core: Fix BSD breakage, I hope | Tim Chevalier | -0/+1 |
| 2013-02-19 | Added is_restricted() to path | Armin Ronacher | -0/+26 |
| 2013-02-18 | rustc: For one-tuples, make parsing and printing the type work | Tim Chevalier | -0/+4 |
| 2013-02-19 | Improved windows path handling support | Armin Ronacher | -18/+100 |
| 2013-02-18 | Refactored make_absolute into functionality on the Path | Armin Ronacher | -6/+32 |
| 2013-02-17 | vec: grow_fn doesn't require Copy | Daniel Micay | -6/+6 |
| 2013-02-15 | rustpkg: Massage for landing. | Graydon Hoare | -1/+29 |
| 2013-02-15 | Move semver to std and finish rustpkg | Zack Corr | -2/+0 |
| 2013-02-15 | Correct Zack Corr's email in AUTHORS.txt | Zack Corr | -283/+0 |
| 2013-02-15 | Add cmp::Ord implementation for semver::Version | Zack Corr | -0/+56 |
| 2013-02-15 | rustpkg: Add package script parsing | Zack Corr | -0/+228 |
| 2013-02-15 | auto merge of #4957 : Kimundi/rust/incoming, r=catamorphism | bors | -691/+732 |
| 2013-02-15 | attempt to fix BSD breakage | Graydon Hoare | -1/+1 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -21/+21 |
| 2013-02-15 | auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson | bors | -72/+69 |
| 2013-02-15 | auto merge of #4964 : luqmana/rust/demove, r=graydon | bors | -362/+358 |
| 2013-02-15 | auto merge of #4959 : thestinger/rust/map, r=graydon | bors | -8/+27 |
| 2013-02-15 | auto merge of #4958 : cpeterso/rust/reseed-rng, r=graydon | bors | -10/+10 |
| 2013-02-15 | Fix windows build error. `buf` is borrowed by the call to | Niko Matsakis | -4/+7 |
| 2013-02-15 | Removed `has_*` predicates from NumStrConv trait | Marvin Löbel | -50/+34 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -362/+358 |
| 2013-02-15 | add reserve_at_least method to LinearMap/LinearSet | Daniel Micay | -4/+25 |
| 2013-02-14 | auto merge of #4944 : catamorphism/rust/xxx-to-fixme, r=catamorphism | bors | -2/+2 |
| 2013-02-14 | encapsulate isaac RNG in rust_rng struct | Chris Peterson | -10/+10 |
| 2013-02-15 | rm FIXME from LinearMap's to_bucket | Daniel Micay | -4/+2 |
| 2013-02-15 | tidy | Marvin Löbel | -5/+0 |
| 2013-02-15 | Removed generic infinity, NaN and negative zero functions | Marvin Löbel | -87/+7 |
| 2013-02-15 | Long lines, proper FIXME, inlining | Marvin Löbel | -66/+71 |
| 2013-02-15 | Made num <-> str conversion functions use NumStrConv trait | Marvin Löbel | -119/+111 |
| 2013-02-15 | Added NumStrConv trait and impls for the string conversion functions | Marvin Löbel | -1/+108 |
| 2013-02-14 | auto merge of #4937 : luqmana/rust/remove-mut-addr-of, r=catamorphism | bors | -22/+13 |
| 2013-02-14 | libcore: replace mut_addr_of properly on mac | Luqman Aden | -1/+2 |
| 2013-02-14 | libcore: Remove ptr::mut_addr_of since &mut is coerced to *mut | Luqman Aden | -22/+12 |
| 2013-02-15 | Moved numeric string conversion functions into own module | Marvin Löbel | -604/+642 |
| 2013-02-14 | auto merge of #4938 : thestinger/rust/no_zero, r=brson | bors | -5/+1 |
| 2013-02-14 | core: Clean up XXXes | Tim Chevalier | -2/+2 |