| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-04-22 | core: ignore test from_str_ignore_underscores. Broken on i686. #6018 | Brian Anderson | -0/+1 |
| 2013-04-22 | core::rt: Fix a use after free in uv 'write' | Brian Anderson | -12/+21 |
| 2013-04-22 | auto merge of #6007 : pcwalton/rust/use-mod, r=brson | bors | -53/+15 |
| 2013-04-22 | docs: Sketch out rustpkg manual | Tim Chevalier | -21/+0 |
| 2013-04-22 | Revert "Errors with the same span print the span once" | Brian Anderson | -147/+13 |
| 2013-04-22 | auto merge of #5996 : sanxiyn/rust/target-feature, r=graydon | bors | -59/+64 |
| 2013-04-22 | core::rt: Add unwinding to newsched tasks | Brian Anderson | -20/+190 |
| 2013-04-22 | auto merge of #5980 : Kimundi/rust/ascii-encoding, r=thestinger | bors | -31/+320 |
| 2013-04-22 | auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydon | bors | -120/+265 |
| 2013-04-22 | core::rt: Add implementations of Reader, Writer, and Listener for Option | Brian Anderson | -3/+174 |
| 2013-04-23 | libstd: correct bigint's quot/rem, div/modulo | gifnksm | -56/+57 |
| 2013-04-22 | Make conditions public. #6009 | Brian Anderson | -1/+22 |
| 2013-04-22 | auto merge of #5971 : pcwalton/rust/is-absolute, r=pcwalton | bors | -3/+13 |
| 2013-04-22 | core::rt: Move the definition of Listener to rt::io | Brian Anderson | -34/+21 |
| 2013-04-22 | core::rt: Make I/O constructors return Option instead of Result | Brian Anderson | -7/+7 |
| 2013-04-22 | Added missing assert, did some formating | Marvin Löbel | -12/+1 |
| 2013-04-22 | core::rt Wire up task-local storage to the new scheduler | Brian Anderson | -26/+144 |
| 2013-04-22 | Moved ascii out of str | Marvin Löbel | -38/+35 |
| 2013-04-22 | librustc: Remove `use mod` from the language | Patrick Walton | -53/+15 |
| 2013-04-22 | auto merge of #6001 : jld/rust/enum-nullable, r=pcwalton | bors | -48/+327 |
| 2013-04-22 | libcore: Add `is_absolute()` to paths. Closes #5851. | Patrick Walton | -3/+13 |
| 2013-04-22 | cell: public field is unsafe | Daniel Micay | -1/+1 |
| 2013-04-22 | auto merge of #5995 : huonw/rust/core-rand-impls, r=pcwalton | bors | -0/+46 |
| 2013-04-22 | Add some tests for nullable-pointer enums | Jed Davis | -0/+131 |