| Age | Commit message (Expand) | Author | Lines |
| 2013-04-25 | Fix incorrect replacement of `modulo` with `rem` | Brendan Zabarauskas | -1/+1 |
| 2013-04-24 | auto merge of #6044 : Dretch/rust/run-remove-progrepr, r=graydon | bors | -67/+50 |
| 2013-04-24 | core: Turn off rtdebug logging | Brian Anderson | -2/+2 |
| 2013-04-24 | core: Warning police | Brian Anderson | -12/+5 |
| 2013-04-24 | Fixed typo... And a billion other things. | Marvin Löbel | -20/+31 |
| 2013-04-24 | Removed ascii functions from other modules | Marvin Löbel | -89/+43 |
| 2013-04-24 | Refactor core::run to remove the ProgRepr struct, which was | gareth | -67/+50 |
| 2013-04-24 | auto merge of #6036 : huonw/rust/core-less-at, r=nikomatsakis | bors | -538/+397 |
| 2013-04-24 | libcore: remove unnecessary deref | Huon Wilson | -1/+1 |
| 2013-04-24 | libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`. | Huon Wilson | -247/+106 |
| 2013-04-24 | libcore: convert the Program @-object to be a plain struct + impl. | Huon Wilson | -114/+104 |
| 2013-04-24 | libcore: remove @Rng from rand, and use traits instead. | Huon Wilson | -195/+205 |
| 2013-04-23 | Tidy | Brian Anderson | -1/+1 |
| 2013-04-23 | core::rt: Add more I/O docs | Brian Anderson | -22/+153 |
| 2013-04-24 | Merge branch 'incoming' of git://github.com/mozilla/rust into unwind-fix | James Miller | -188/+671 |
| 2013-04-24 | Remove rust_unwind.h | James Miller | -41/+7 |
| 2013-04-24 | Improve divide-by-zero error messages | Brendan Zabarauskas | -10/+10 |
| 2013-04-24 | Implement Natural trait | Brendan Zabarauskas | -2/+335 |
| 2013-04-23 | core: Convert reinterpret_cast to transmute in TLS. #6039 | Brian Anderson | -11/+6 |
| 2013-04-24 | Implement Signed and Unsigned traits and remove related predicate functions | Brendan Zabarauskas | -178/+328 |
| 2013-04-23 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -289/+1203 |
| 2013-04-23 | Fixing some various warnings about unused imports | Alex Crichton | -4/+6 |
| 2013-04-23 | Removing more unnecessary unsafe blocks throughout | Alex Crichton | -97/+83 |
| 2013-04-23 | Improve the unused unsafe block warning to include unsafe blocks in unsafe fu... | Alex Crichton | -43/+71 |
| 2013-04-23 | core::rt: Tasks to not require an unwinder | Brian Anderson | -47/+126 |
| 2013-04-23 | auto merge of #6010 : Dretch/rust/run-windows, r=brson | bors | -65/+133 |
| 2013-04-23 | Cleanup some mistakes made during rebasing/merging. | gareth | -3/+2 |
| 2013-04-23 | Oops, the should_fail test needs to be ignored on windows. | gareth | -0/+1 |
| 2013-04-23 | Remove os::waitpid because: | gareth | -30/+19 |
| 2013-04-23 | Fix issue #5976 - HANDLE leaks and undefined/bad behavour | gareth | -40/+119 |
| 2013-04-23 | auto merge of #6034 : thestinger/rust/num, r=catamorphism,pcwalton | bors | -0/+58 |
| 2013-04-23 | auto merge of #6028 : Kimundi/rust/strconv-test-fixup, r=brson | bors | -3/+2 |
| 2013-04-23 | inline the primitive numeric operations | Daniel Micay | -0/+58 |
| 2013-04-23 | auto merge of #6022 : catamorphism/rust/warning-police, r=catamorphism | bors | -330/+312 |
| 2013-04-23 | rustc: Remove dead code | Tim Chevalier | -8/+0 |
| 2013-04-23 | rustc: Comments only: change XXX to FIXME | Tim Chevalier | -2/+2 |
| 2013-04-23 | core, rustc: Warning police | Tim Chevalier | -320/+310 |
| 2013-04-23 | auto merge of #6027 : alexcrichton/rust/more-backticks, r=catamorphism | bors | -6/+6 |
| 2013-04-23 | auto merge of #6026 : isanbard/rust/ca73fbf72615575f106ee18160580711aca89d85,... | bors | -1/+2 |
| 2013-04-23 | Attempt to fix x86 only strconv test failure | Marvin Löbel | -3/+2 |
| 2013-04-23 | auto merge of #6025 : alexcrichton/rust/issue-2697, r=catamorphism | bors | -6/+0 |
| 2013-04-23 | auto merge of #6020 : yichoi/rust/pull-0423, r=brson | bors | -0/+31 |
| 2013-04-22 | auto merge of #6017 : brson/rust/revert-span-merge, r=catamorphism | bors | -147/+13 |
| 2013-04-23 | Use backticks for the unsafe keyword in error messages | Alex Crichton | -6/+6 |
| 2013-04-22 | Use correct grammar for error message. | Bill Wendling | -1/+2 |
| 2013-04-22 | auto merge of #6015 : catamorphism/rust/rustpkg-doc-second-try, r=catamorphism | bors | -21/+0 |
| 2013-04-23 | Remove a stray new operator in rust_task.h | Alex Crichton | -6/+0 |
| 2013-04-22 | auto merge of #6013 : gifnksm/rust/bigint-quot-rem, r=graydon | bors | -56/+57 |
| 2013-04-22 | auto merge of #6019 : brson/rust/xfail, r=brson | bors | -0/+1 |
| 2013-04-23 | test: fix for missing ARM support | Young-il Choi | -0/+31 |