| Age | Commit message (Expand) | Author | Lines |
| 2013-02-06 | libsyntax: no binary/hex float literals | Kang Seonghoon | -0/+43 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -479/+482 |
| 2013-02-05 | testsuite: Add test for #4523 | Tim Chevalier | -0/+17 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -482/+479 |
| 2013-02-05 | Register snapshots | Tim Chevalier | -0/+8 |
| 2013-02-05 | Merge branch 'incoming' into removing | Tim Chevalier | -582/+623 |
| 2013-02-05 | Merge | Tim Chevalier | -5586/+5842 |
| 2013-02-05 | Don't warn when imported traits are indeed used | Alex Crichton | -3/+14 |
| 2013-02-05 | Fix some bugs with -W unused-imports | Alex Crichton | -25/+68 |
| 2013-02-05 | auto merge of #4796 : catamorphism/rust/derecord_std, r=catamorphism | bors | -71/+74 |
| 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 | auto merge of #4784 : alexcrichton/rust/bitv-clear-fix, r=graydon | bors | -1/+19 |
| 2013-02-04 | lines too long | John Clements | -11/+12 |
| 2013-02-04 | demodeing, un-gc-ing | John Clements | -70/+72 |
| 2013-02-04 | Fix the each_storage() iterator on big bit vectors | Alex Crichton | -1/+19 |
| 2013-02-04 | auto merge of #4747 : sanxiyn/rust/integral-type, r=graydon | bors | -1/+4 |
| 2013-02-04 | core/syntax: Staging fixes | Tim Chevalier | -44/+2 |
| 2013-02-04 | auto merge of pull req #4777 from thestinger/rust, r=graydon | bors | -479/+482 |
| 2013-02-04 | std: Stamp out structural records | Tim Chevalier | -71/+74 |
| 2013-02-04 | automated merge | bors | -1/+1 |
| 2013-02-04 | syntax: Make the pipe compiler stop generating set_buffer_ calls | Tim Chevalier | -2/+2 |
| 2013-02-04 | core/syntax: Add transitional code for pipes | Tim Chevalier | -9/+44 |
| 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-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -156/+155 |
| 2013-02-04 | Merge pull request #4684 from erickt/incoming | Brian Anderson | -72/+88 |
| 2013-02-04 | xfail-faist impl_privace_xc_2.rs | Brian Anderson | -0/+1 |
| 2013-02-04 | libsyntax: Add explicit self to ast_util. rs=explicit-selfing | Patrick Walton | -22/+22 |
| 2013-02-04 | Let type_is_integral return false for bool type | Seo Sanghyeon | -1/+4 |
| 2013-02-04 | Use x86-64 CABI for foreign function on arm target | ILyoan | -1/+1 |
| 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 | -72/+88 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -479/+482 |
| 2013-02-03 | xfail-fast run-pass/impl-privacy-xc-1.rs | Brian Anderson | -0/+1 |
| 2013-02-03 | Merge remote-tracking branch 'thestinger/old_map' into incoming | Brian Anderson | -625/+512 |
| 2013-02-03 | librustc: Fix bugs regarding to impl privacy. rs=bugfix | Patrick Walton | -3/+47 |
| 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 | -19/+25 |
| 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 | -225/+616 |
| 2013-02-03 | Fixed tests still using old integer to_str | Marvin Löbel | -24/+49 |
| 2013-02-03 | Converted libcore/uint-template.rs to the new string functions. | Marvin Löbel | -155/+155 |
| 2013-02-03 | Converted libcore/int-template.rs to the new string functions. | Marvin Löbel | -79/+133 |
| 2013-02-03 | Added generic string <-> number conversion functions to core::num. | Marvin Löbel | -3/+537 |