| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -68/+62 |
| 2013-02-14 | auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brson | bors | -5/+5 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -252/+252 |
| 2013-02-14 | Remove all final references to die! | Nick Desaulniers | -5/+5 |
| 2013-02-14 | stop zeroing all exchange allocations | Daniel Micay | -5/+1 |
| 2013-02-14 | libcore: Move the numeric operations out of Num. r=brson | Patrick Walton | -104/+153 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -188/+191 |
| 2013-02-13 | auto merge of #4908 : bstrie/rust/rimov3, r=pcwalton | bors | -57/+27 |
| 2013-02-13 | rustc and std: teach about #[bench], modernize to use quote_expr! some. | Graydon Hoare | -2/+2 |
| 2013-02-13 | core: add abs to num. | Graydon Hoare | -0/+4 |
| 2013-02-13 | core: add min and max to cmp, re-export various places. | Graydon Hoare | -10/+13 |
| 2013-02-13 | RIMOV core::vec | Ben Striegel | -48/+18 |
| 2013-02-13 | RIMOV core::hash | Ben Striegel | -2/+2 |
| 2013-02-13 | RIMOV core::io | Ben Striegel | -4/+4 |
| 2013-02-13 | RIMOV core::rand | Ben Striegel | -1/+1 |
| 2013-02-13 | RIMOV core::run | Ben Striegel | -2/+2 |
| 2013-02-12 | auto merge of #4900 : luqmana/rust/core_os_errors, r=graydon | bors | -10/+134 |
| 2013-02-12 | auto merge of #4914 : nikomatsakis/rust/issue-4856, r=nikomatsakis | bors | -24/+37 |
| 2013-02-12 | Adjust borrow checker algorithm to address #4856 unsoundness, | Niko Matsakis | -24/+37 |
| 2013-02-12 | auto merge of #4881 : bjz/rust/incoming, r=catamorphism | bors | -73/+1026 |
| 2013-02-12 | auto merge of #4880 : erickt/rust/hashmap-cleanup, r=catamorphism | bors | -33/+98 |
| 2013-02-12 | auto merge of #4858 : z0w0/rust/rm_weak_task_count, r=graydon | bors | -6/+6 |
| 2013-02-12 | auto merge of #4874 : thestinger/rust/option, r=catamorphism | bors | -2/+2 |
| 2013-02-11 | Long lines. | Luqman Aden | -2/+3 |
| 2013-02-11 | rt: remove last_os_error and adjust tests. | Luqman Aden | -1/+0 |
| 2013-02-11 | core: Rewrite last_os_error in Rust for windows as well. | Luqman Aden | -3/+33 |
| 2013-02-11 | core: Rewrite last_os_error in Rust for unix and provide access to errno (uni... | Luqman Aden | -9/+103 |
| 2013-02-12 | core: Fix dec/inc_kernel_live_count mixup | Zack Corr | -4/+4 |
| 2013-02-11 | core: Fix files that needed GenericChan/Port from prelude | Zack Corr | -3/+4 |
| 2013-02-11 | Add NumCast trait for generic numeric type casts | Brendan Zabarauskas | -73/+1026 |
| 2013-02-10 | core: add LinearMap::find_or_insert{,_with} | Erick Tryzelaar | -13/+81 |