| Age | Commit message (Expand) | Author | Lines |
| 2013-05-20 | parser comment | John Clements | -0/+1 |
| 2013-05-20 | refactoring test functions | John Clements | -70/+105 |
| 2013-05-20 | auto merge of #6644 : steveklabnik/rust/remove_unsafe_warning, r=bstrie | bors | -6/+2 |
| 2013-05-20 | auto merge of #6643 : sanxiyn/rust/legacy-modes, r=bstrie | bors | -16/+3 |
| 2013-05-20 | Remove two warnings about unneccesary safe blocks. | Steve Klabnik | -6/+2 |
| 2013-05-21 | Remove legacy_modes | Seo Sanghyeon | -16/+3 |
| 2013-05-20 | Remove outdated function transmute_for_stage0 | Björn Steinbrink | -19/+15 |
| 2013-05-20 | auto merge of #6635 : brson/rust/snapshot, r=brson | bors | -9844/+24 |
| 2013-05-20 | auto merge of #6632 : steveklabnik/rust/remove_more_warnings, r=thestinger | bors | -18/+7 |
| 2013-05-20 | auto merge of #6629 : steveklabnik/rust/remove_uvio_warnings, r=catamorphism | bors | -8/+1 |
| 2013-05-19 | Register snapshots | Brian Anderson | -9844/+24 |
| 2013-05-19 | auto merge of #6621 : steveklabnik/rust/expand_reader_docs, r=thestinger | bors | -3/+13 |
| 2013-05-19 | auto merge of #6627 : steveklabnik/rust/remove_warnings, r=thestinger,catamor... | bors | -5/+0 |
| 2013-05-19 | Add a few 'function's. | Steve Klabnik | -2/+2 |
| 2013-05-19 | Fix many warnings. | Steve Klabnik | -18/+7 |
| 2013-05-19 | auto merge of #6624 : steveklabnik/rust/io_prelude, r=catamorphism | bors | -1/+31 |
| 2013-05-19 | Remove more warnings. | Steve Klabnik | -8/+1 |
| 2013-05-19 | auto merge of #6625 : cmr/rust/constops, r=Aatch | bors | -14/+177 |
| 2013-05-19 | Removing some warnings from logging.rs | Steve Klabnik | -5/+0 |
| 2013-05-19 | Fix wording per feedback | Steve Klabnik | -2/+2 |
| 2013-05-19 | Test fixes, use LLVMConstFCmp in ConstFCmp | Corey Richardson | -12/+12 |
| 2013-05-19 | Fix LLVMConst{I,F}Cmp | Corey Richardson | -20/+30 |
| 2013-05-19 | Implement unimplemented const binops | Corey Richardson | -12/+165 |
| 2013-05-19 | Add a better introduction for the io module. | Steve Klabnik | -1/+31 |
| 2013-05-19 | auto merge of #6619 : steveklabnik/rust/stdout_docs, r=thestinger | bors | -0/+44 |
| 2013-05-19 | Explain an odd conditional check. | Tom Lee | -0/+11 |
| 2013-05-19 | Remove unused variable. | Tom Lee | -1/+0 |
| 2013-05-19 | Reexport static trait methods on traits in the same module. | Tom Lee | -2/+16 |
| 2013-05-19 | Fix trailing whitespace | Steve Klabnik | -2/+2 |
| 2013-05-19 | Elaborate a bit in the Reader docs regarding stream position. | Steve Klabnik | -3/+13 |
| 2013-05-19 | Added note about prelude inclusion. | Steve Klabnik | -2/+4 |
| 2013-05-19 | Add docs for stdin in core::io. | Steve Klabnik | -0/+10 |
| 2013-05-19 | Add additional documentation in core::io. | Steve Klabnik | -0/+42 |
| 2013-05-19 | auto merge of #6106 : thestinger/rust/iter, r=bstrie | bors | -53/+27 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -2831/+2831 |
| 2013-05-19 | auto merge of #6595 : bjz/rust/core-tuple, r=thestinger | bors | -278/+293 |
| 2013-05-19 | Correct tuple Ord impl, add Total{Eq,Ord} impls and add some tests. | Huon Wilson | -19/+87 |
| 2013-05-18 | auto merge of #6603 : thestinger/rust/whitespace, r=thestinger | bors | -15/+4 |
| 2013-05-18 | auto merge of #6606 : thestinger/rust/vers, r=brson | bors | -27/+26 |
| 2013-05-19 | reduce the usage of explicit version markers | Daniel Micay | -27/+26 |
| 2013-05-18 | auto merge of #6589 : thestinger/rust/iterator, r=thestinger | bors | -76/+27 |
| 2013-05-18 | minor automated whitespace fixes | Daniel Micay | -15/+4 |
| 2013-05-18 | fix stage0 compile | Daniel Micay | -0/+2 |
| 2013-05-18 | auto merge of #6577 : brson/rust/io-upstream, r=pcwalton | bors | -1413/+4138 |
| 2013-05-18 | xfail-fast run-pass/core-rt-smoke | Brian Anderson | -0/+2 |
| 2013-05-19 | Use `///` style doc-comments and add missing headings | Brendan Zabarauskas | -72/+83 |
| 2013-05-19 | Code modernisation and cleanup | Brendan Zabarauskas | -64/+100 |
| 2013-05-19 | Create Char trait | Brendan Zabarauskas | -56/+102 |
| 2013-05-19 | Move tuple tests into submodule | Brendan Zabarauskas | -48/+54 |
| 2013-05-19 | Fix Ord implementation to use lexical ordering | Brendan Zabarauskas | -14/+14 |