| Age | Commit message (Expand) | Author | Lines |
| 2013-02-10 | core: rename hashmap test functions | Erick Tryzelaar | -10/+10 |
| 2013-02-10 | libcore: LinearMap doesn't need to pass around the bucket vec | Erick Tryzelaar | -10/+7 |
| 2013-02-10 | make Option's iter method use a lifetime | Daniel Micay | -2/+2 |
| 2013-02-10 | core: Remove GenericChan/Port from prelude. Closes #4762 | Zack Corr | -1/+0 |
| 2013-02-09 | auto merge of #4848 : nikomatsakis/rust/issue-4821-bad-kind-computation, r=ca... | bors | -0/+21 |
| 2013-02-09 | Rename dec/inc_weak_task_count to inc/dec_live_count and remove register_task... | Zack Corr | -6/+6 |
| 2013-02-08 | Fix subtle error in caching during kind computation that could cause linear | Niko Matsakis | -0/+21 |
| 2013-02-07 | auto merge of #4839 : catamorphism/rust/rm-structural-records, r=catamorphism | bors | -42/+29 |
| 2013-02-07 | core: Remove structural records from the rest of core, except pipes | Tim Chevalier | -31/+29 |
| 2013-02-07 | implement BaseIter for LinearMap | Daniel Micay | -17/+21 |
| 2013-02-07 | add a ReverseIter trait | Daniel Micay | -0/+4 |
| 2013-02-07 | make Option's map and map_default use a lifetime | Daniel Micay | -5/+5 |
| 2013-02-07 | rm each method from the Map trait | Daniel Micay | -16/+13 |
| 2013-02-07 | core: Remove transitional code | Tim Chevalier | -11/+0 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -106/+135 |
| 2013-02-07 | Merge pull request #4619 from brson/exchange | Brian Anderson | -9/+97 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -220/+123 |
| 2013-02-06 | auto merge of #4815 : thestinger/rust/treemap, r=pcwalton | bors | -5/+2 |
| 2013-02-06 | auto merge of #4801 : z0w0/rust/randomtrait, r=graydon | bors | -0/+100 |
| 2013-02-06 | remove issue #3148 workarounds (no longer needed) | Daniel Micay | -5/+2 |
| 2013-02-06 | Rewrite the exchange allocator to work without an active scheduler. #4457 | Brian Anderson | -9/+97 |
| 2013-02-05 | Merge branch 'incoming' into removing | Tim Chevalier | -29/+43 |
| 2013-02-05 | Merge | Tim Chevalier | -1248/+2065 |
| 2013-02-05 | auto merge of #4793 : brson/rust/ignore_exclusive_unwrap_conflict, r=brson | bors | -1/+1 |
| 2013-02-05 | core: Add a rand::Rand trait that is implemented by types that can be | Zack Corr | -0/+100 |
| 2013-02-05 | auto merge of #4790 : pcwalton/rust/at-readers, r=pcwalton | bors | -9/+9 |
| 2013-02-04 | core/syntax: Staging fixes | Tim Chevalier | -16/+2 |
| 2013-02-04 | core/syntax: Add transitional code for pipes | Tim Chevalier | -9/+16 |
| 2013-02-04 | Ignore test exclusive_unwrap_conflict. #4689 | Brian Anderson | -1/+1 |
| 2013-02-04 | automated merge | bors | -19/+33 |
| 2013-02-04 | libcore: Add @ to Readers | Patrick Walton | -9/+9 |
| 2013-02-03 | core: Flesh out the either traits | Erick Tryzelaar | -0/+17 |
| 2013-02-03 | core: export either::{Either,Left,Right} from the prelude | Erick Tryzelaar | -0/+1 |
| 2013-02-03 | core: sort each prelude.rs section | Erick Tryzelaar | -19/+15 |
| 2013-02-03 | core: convert ToStr::to_str to take explicit &self | Erick Tryzelaar | -27/+43 |
| 2013-02-03 | Solved float, f32 and f64 `to_str_radix()` special value ambiguity. | Marvin Löbel | -3/+69 |
| 2013-02-03 | Fixed errors resulting from rebase. | Marvin Löbel | -27/+28 |
| 2013-02-03 | Fixed `fmt!`, tests, doc-tests. | Marvin Löbel | -1/+7 |
| 2013-02-03 | Removed wrong/wip doc | Marvin Löbel | -4/+0 |
| 2013-02-03 | Converted the floating point types to the new string conversion functions. | Marvin Löbel | -223/+614 |
| 2013-02-03 | Fixed tests still using old integer to_str | Marvin Löbel | -11/+33 |
| 2013-02-03 | Converted libcore/uint-template.rs to the new string functions. | Marvin Löbel | -142/+142 |
| 2013-02-03 | Converted libcore/int-template.rs to the new string functions. | Marvin Löbel | -72/+126 |
| 2013-02-03 | Added generic string <-> number conversion functions to core::num. | Marvin Löbel | -3/+537 |
| 2013-02-03 | Added some generic number functions to core::num | Marvin Löbel | -0/+89 |
| 2013-02-03 | Added char::from_digit(), char::is_digit_radix() and an argument check to cha... | Marvin Löbel | -0/+50 |
| 2013-02-03 | Added ToStrRadix and FromStrRadix traits | Marvin Löbel | -0/+10 |
| 2013-02-03 | Added Round trait to core | Marvin Löbel | -0/+126 |
| 2013-02-03 | Moved all numeric modules in core into own directory | Marvin Löbel | -10/+15 |
| 2013-02-01 | rt: Remove ports | Brian Anderson | -2/+0 |