| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-02-01 | core: Remove oldcomm | Brian Anderson | -550/+0 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -12/+12 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -20/+20 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -169/+172 |
| 2013-01-31 | core: Remove transitional code | Tim Chevalier | -1052/+0 |
| 2013-01-31 | messing around with pipes and stages | Tim Chevalier | -9/+16 |
| 2013-01-31 | core: Stamp out XXXes (comments only) | Tim Chevalier | -5/+5 |
| 2013-01-31 | Merge pull request #4706 from sanxiyn/cleanup-fixme | Brian Anderson | -7/+3 |
| 2013-01-31 | Merge pull request #4702 from aydinkim/patch-1 | Brian Anderson | -2/+0 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -2/+15 |
| 2013-01-31 | Cleanup FIXMEs (#3488) | Seo Sanghyeon | -7/+3 |
| 2013-01-31 | Delete unnecessary logs | Aydin Kim | -2/+0 |
| 2013-01-30 | librustc: Change `self` as a type to `Self` everywhere. r=brson | Patrick Walton | -43/+42 |
| 2013-01-30 | rustc: make integral type inference transactional, close #3211, close #4401, ... | Graydon Hoare | -66/+34 |
| 2013-01-30 | Merge pull request #4687 from alexcrichton/hashmap-speedup | Tim Chevalier | -1/+1 |
| 2013-01-30 | Add test for float::round | Cody Schroeder | -5/+9 |
| 2013-01-30 | Use task local random when initializing maps | Alex Crichton | -1/+1 |
| 2013-01-29 | librustc: Long lines. rs=burning | Patrick Walton | -1/+1 |
| 2013-01-29 | librustc: Speed up byte copy operations. r=nmatsakis | Patrick Walton | -1/+45 |