| Age | Commit message (Expand) | Author | Lines |
| 2013-04-23 | auto merge of #6022 : catamorphism/rust/warning-police, r=catamorphism | bors | -4/+4 |
| 2013-04-23 | core, rustc: Warning police | Tim Chevalier | -4/+4 |
| 2013-04-23 | Attempt to fix x86 only strconv test failure | Marvin Löbel | -3/+2 |
| 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 | core::rt: Add unwinding to newsched tasks | Brian Anderson | -17/+153 |
| 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 | -18/+18 |
| 2013-04-22 | core::rt: Add implementations of Reader, Writer, and Listener for Option | Brian Anderson | -3/+174 |
| 2013-04-22 | Make conditions public. #6009 | Brian Anderson | -0/+21 |
| 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 | 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 | libcore: Rand impls for tuples and ~/@ boxes | Huon Wilson | -0/+46 |
| 2013-04-21 | core::rt: Add the local heap to newsched tasks | Brian Anderson | -4/+123 |
| 2013-04-21 | auto merge of #5887 : jdm/rust/stackbounds, r=brson | bors | -0/+1 |
| 2013-04-21 | core::rt: Add LocalServices for thread-local language services | Brian Anderson | -2/+70 |
| 2013-04-21 | rt: Make the C stack segment accessible to runtime users. | Josh Matthews | -0/+1 |
| 2013-04-21 | auto merge of #5990 : bjz/rust/rem-quot, r=catamorphism | bors | -107/+218 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -107/+218 |
| 2013-04-21 | libcore: make rand::random return a generic value implementing `Rand`. | Huon Wilson | -4/+14 |
| 2013-04-20 | core: remove unused 'mut' variables | Alex Crichton | -18/+18 |
| 2013-04-20 | core::rt:: Implement Reader/Writer for MemReader/MemWriter | Brian Anderson | -7/+70 |
| 2013-04-20 | core: Speed up a test case | Brian Anderson | -1/+1 |
| 2013-04-20 | core: Ignore two long-running tests | Brian Anderson | -0/+2 |
| 2013-04-20 | core::rt: Listener constructors are called and return a | Brian Anderson | -3/+30 |
| 2013-04-20 | core::rt: Improve docs for run_in_newsched_task testing function | Brian Anderson | -1/+2 |
| 2013-04-20 | core::rt: Add `next_test_ip4` for generating test addresses | Brian Anderson | -7/+14 |
| 2013-04-20 | auto merge of #5979 : Thiez/rust/no_reinterpret_cast, r=catamorphism | bors | -74/+74 |
| 2013-04-20 | Corrected history | Marvin Löbel | -1/+1 |
| 2013-04-20 | Added case functions to Ascii | Marvin Löbel | -0/+52 |
| 2013-04-20 | Added Ascii type | Marvin Löbel | -3/+243 |
| 2013-04-20 | Made unsafely safe functions unsafe again, for safety | Marvin Löbel | -4/+4 |
| 2013-04-20 | Cleaned up case related functions a bit | Marvin Löbel | -24/+35 |
| 2013-04-20 | Replaced many instances of reinterpret_cast with transmute | Matthijs Hofstra | -74/+74 |
| 2013-04-20 | auto merge of #5975 : huonw/rust/rustc-intrinsics-fixed-stack, r=pcwalton | bors | -154/+178 |
| 2013-04-21 | librustc: use LLVM intrinsics for several floating point operations. | Huon Wilson | -153/+166 |
| 2013-04-21 | librustc: implement and use `fixed_stack_segment` attribute for intrinsics. | Huon Wilson | -1/+12 |
| 2013-04-20 | auto merge of #5973 : huonw/rust/core-iterator-scan-consumers, r=thestinger | bors | -2/+43 |
| 2013-04-20 | libcore: add a ScanIterator, a generalisation of MapIterator to have internal... | Huon Wilson | -2/+43 |
| 2013-04-20 | core::rt: Fix a broken uvio test | Brian Anderson | -3/+20 |
| 2013-04-20 | auto merge of #5970 : huonw/rust/core-sys-size_of-val, r=pcwalton | bors | -1/+57 |
| 2013-04-20 | core::rt: Don't directly create scheduler types in I/O tests | Brian Anderson | -53/+50 |
| 2013-04-20 | core::rt: Remove redundant copy of run_in_newsched_task | Brian Anderson | -21/+0 |
| 2013-04-20 | core::rt: Unignore some networking tests | Brian Anderson | -2/+0 |