| Age | Commit message (Expand) | Author | Lines |
| 2013-04-18 | auto merge of #5932 : huonw/rust/core-str-iterator, r=thestinger | bors | -0/+56 |
| 2013-04-18 | core: io: the read_until function checks bytes not chars, so type should refl... | Huon Wilson | -6/+6 |
| 2013-04-18 | Add #[inline(always)] to each operator method | Brendan Zabarauskas | -0/+50 |
| 2013-04-18 | core: add a str iterator | Huon Wilson | -0/+56 |
| 2013-04-18 | auto merge of #5928 : huonw/rust/core-task-spawn-supervised-doc, r=thestinger | bors | -2/+3 |
| 2013-04-18 | Implement bitwise operator traits for ints and uints | Brendan Zabarauskas | -0/+69 |
| 2013-04-18 | libcore: make spawn_supervised documentation reflect its behaviour. | Huon Wilson | -2/+3 |
| 2013-04-18 | libcore: add an EnumerateIterator, like Python's `enumerate`. | Huon Wilson | -0/+35 |
| 2013-04-18 | auto merge of #5923 : thestinger/rust/iterator, r=graydon | bors | -1/+54 |
| 2013-04-17 | auto merge of #5918 : catamorphism/rust/Warnings, r=catamorphism | bors | -2/+2 |
| 2013-04-17 | auto merge of #5912 : Dretch/rust/issue-2626, r=graydon | bors | -1/+1 |
| 2013-04-17 | auto merge of #5909 : brson/rust/rt4, r=graydon | bors | -449/+457 |
| 2013-04-17 | vec: add an external iterator | Daniel Micay | -1/+54 |
| 2013-04-17 | auto merge of #5726 : brson/rust/struct-return, r=brson | bors | -2/+0 |
| 2013-04-17 | rustc: Use an out pointer to return structs in x86 C ABI. #5347 | Brian Anderson | -2/+0 |
| 2013-04-17 | Warning police | Tim Chevalier | -2/+2 |
| 2013-04-16 | Fix issue 2626 by un-ignoring the mysterious test_leaks, | gareth | -1/+1 |
| 2013-04-16 | Merge remote-tracking branch 'brson/sched-cleanup' | Brian Anderson | -449/+457 |
| 2013-04-16 | libcore: vec::windowed iterates, not allocates. | Huon Wilson | -16/+41 |
| 2013-04-15 | auto merge of #5901 : thestinger/rust/iterator, r=sanxiyn | bors | -32/+37 |
| 2013-04-16 | libcore: missed an import for a test | Huon Wilson | -0/+1 |
| 2013-04-15 | core::rt: Clean up some more hacks | Brian Anderson | -12/+6 |
| 2013-04-15 | core::rt: Narrow down the unsafety of the thread-local scheduler | Brian Anderson | -47/+47 |
| 2013-04-15 | iterator: use an IteratorUtil trait | Daniel Micay | -32/+37 |
| 2013-04-15 | core::rt: Restructure context switches to take ownership of the Scheduler | Brian Anderson | -62/+94 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -860/+883 |
| 2013-04-15 | core::rt: Make Scheduler::unsafe_local return a fabricated region pointer | Brian Anderson | -247/+228 |
| 2013-04-15 | core::rt: Rename Scheduler::local to Scheduler::unsafe_local | Brian Anderson | -26/+30 |
| 2013-04-15 | core::rt: A little bit of cleanup to thread-local scheduler | Brian Anderson | -20/+13 |
| 2013-04-15 | core::rt: Move thread-local scheduler to its own module | Brian Anderson | -99/+109 |
| 2013-04-15 | core::rt: Fix two incorrect uses of the thread-local scheduler | Brian Anderson | -2/+8 |
| 2013-04-15 | auto merge of #5797 : alexcrichton/rust/issue-1913, r=catamorphism | bors | -242/+226 |
| 2013-04-15 | auto merge of #5778 : jld/rust/reflect-abstract-enum, r=graydon | bors | -4/+134 |
| 2013-04-14 | core::rt: Clean up the thread-local scheduler code | Brian Anderson | -74/+79 |
| 2013-04-14 | core::rt: All context switches are followed by a cleanup action | Brian Anderson | -5/+7 |
| 2013-04-14 | core::rt: Schedulers only need a single cleanup_job at a time | Brian Anderson | -31/+31 |
| 2013-04-14 | core::rt: Insert calls to run_cleanup_tasks after all context switches | Brian Anderson | -5/+8 |
| 2013-04-14 | core::rt: Rename block_running_task_and_then to deschedul_... | Brian Anderson | -7/+7 |
| 2013-04-14 | core::rt: Restructure task_from_last_cleanup_job to borrow correctly | Brian Anderson | -48/+63 |
| 2013-04-14 | auto merge of #5880 : Dretch/rust/signals, r=thestinger | bors | -0/+30 |
| 2013-04-14 | Flesh out the SIG* constants: this adds all the posix signal | gareth | -0/+30 |
| 2013-04-14 | core: remove unnecessary unsafe blocks/functions | Alex Crichton | -242/+226 |
| 2013-04-13 | auto merge of #5867 : dotdash/rust/reduce_reallocs, r=graydon | bors | -1/+1 |
| 2013-04-13 | auto merge of #5810 : thestinger/rust/iterator, r=graydon | bors | -0/+102 |
| 2013-04-14 | Remove unnecessary enclosing modules for NumCast impls | Brendan Zabarauskas | -30/+22 |
| 2013-04-14 | Consolidate tests of numeric operations | Brendan Zabarauskas | -83/+29 |
| 2013-04-14 | Restore Num trait | Brendan Zabarauskas | -2/+24 |
| 2013-04-14 | Remove trailing whitespace | Brendan Zabarauskas | -5/+5 |
| 2013-04-14 | Add a test to show how NumCast can be used in type parameters | Brendan Zabarauskas | -1/+24 |
| 2013-04-14 | Generate NumCast impls and tests using macros | Brendan Zabarauskas | -922/+114 |