| Age | Commit message (Expand) | Author | Lines |
| 2013-04-20 | core::rt: Use generated port numbers in tests | Brian Anderson | -48/+23 |
| 2013-04-20 | auto merge of #5965 : alexcrichton/rust/issue-4364, r=pcwalton | bors | -43/+31 |
| 2013-04-20 | core::rt: Add a test mod and put run_in_newsched_task there | Brian Anderson | -1/+34 |
| 2013-04-19 | auto merge of #5945 : graydon/rust/fix-unicode-tables, r=pcwalton | bors | -4580/+2618 |
| 2013-04-19 | auto merge of #5968 : gifnksm/rust/windowed, r=brson | bors | -0/+3 |
| 2013-04-20 | libcore: wrappers for size/align_of to act on values without needing explicit... | Huon Wilson | -1/+57 |
| 2013-04-19 | core: clean up tests (mostly unused unsafe blocks) | Alex Crichton | -43/+31 |
| 2013-04-19 | auto merge of #5962 : pcwalton/rust/shootout, r=pcwalton | bors | -37/+153 |
| 2013-04-20 | libcore: Fix assertion failure in vec::windowe. | gifnksm | -0/+3 |
| 2013-04-19 | core::rt: Just some poking at the I/O docs | Brian Anderson | -4/+21 |
| 2013-04-19 | librustc: Fix botched merge. rs=merge | Patrick Walton | -0/+9 |
| 2013-04-19 | wip | Brian Anderson | -12/+7 |
| 2013-04-19 | core::rt: Rename Closeable to Close, Seekable to Seek, blocking to native | Brian Anderson | -21/+21 |
| 2013-04-19 | Tidy | Brian Anderson | -21/+21 |
| 2013-04-19 | core::rt: Simplify some scheduler operations | Brian Anderson | -99/+14 |
| 2013-04-19 | core::rt: Add another context switching operation to the scheduler | Brian Anderson | -28/+89 |
| 2013-04-19 | core: More tweaks to the thread-local scheduler interface | Brian Anderson | -123/+125 |
| 2013-04-19 | core: Wire up `spawn` to the new scheduler | Brian Anderson | -0/+59 |
| 2013-04-19 | core: Don't use managed boxes in TaskBuilder | Brian Anderson | -7/+32 |
| 2013-04-19 | core: Add rt::context for figuring out what runtime services are available | Brian Anderson | -1/+110 |
| 2013-04-19 | core::rt: Declare large parts of the I/O API | Brian Anderson | -30/+1539 |
| 2013-04-19 | librustc: WIP patch for using the return value. | Patrick Walton | -33/+55 |
| 2013-04-19 | test: Add fannkuch-redux and fasta-redux shootout benchmarks | Patrick Walton | -1/+23 |
| 2013-04-19 | test: Rewrite nbody and spectralnorm shootout benchmarks | Patrick Walton | -7/+41 |
| 2013-04-19 | librustc: Optimize metadata::decoder::item_name. | Patrick Walton | -0/+9 |
| 2013-04-19 | librustc: Implement fast-ffi and use it in various places | Patrick Walton | -2/+22 |
| 2013-04-19 | auto merge of #5955 : thestinger/rust/iterator, r=graydon | bors | -61/+251 |
| 2013-04-19 | iterator: add a bit of documentation | Daniel Micay | -1/+16 |
| 2013-04-19 | iterator: add a chain adaptor | Daniel Micay | -0/+42 |
| 2013-04-19 | libcore: add an UnfoldrIterator like Haskell's `unfoldr` | Huon Wilson | -0/+43 |
| 2013-04-19 | re-organize the iterator module a bit | Daniel Micay | -16/+16 |
| 2013-04-19 | move iterator adaptor tests to iterator module | Daniel Micay | -66/+67 |
| 2013-04-19 | libcore: clarify documentation for char_at(_reverse) | Huon Wilson | -4/+4 |
| 2013-04-19 | takewhile -> take_while, dropwhile -> skip_while | Daniel Micay | -7/+7 |
| 2013-04-19 | iterator: add skip and take | Daniel Micay | -0/+89 |
| 2013-04-18 | auto merge of #5938 : thestinger/rust/iterator, r=pcwalton | bors | -9/+99 |
| 2013-04-18 | core: replace unicode match exprs with bsearch in const arrays, minor perf win. | Graydon Hoare | -4623/+2576 |
| 2013-04-18 | core: add vec::bsearch. | Graydon Hoare | -0/+85 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -15/+27 |
| 2013-04-18 | core::pipes: Just reordering declarations | Brian Anderson | -46/+49 |
| 2013-04-18 | core::comm: Remove functions in favor of methods | Brian Anderson | -159/+97 |
| 2013-04-18 | core: Remove a stray #[doc(hidden)] attribute | Brian Anderson | -1/+0 |
| 2013-04-18 | core: Inline the protocol definitions of sendp and oneshot | Brian Anderson | -4/+128 |
| 2013-04-18 | core: Remove #[doc(hidden)] attributes and atomic wrapper functions from pipes | Brian Anderson | -48/+2 |
| 2013-04-18 | core: Just reordering some code | Brian Anderson | -81/+81 |
| 2013-04-18 | core: Remove pipes::spawn_service, spawn_service_recv | Brian Anderson | -46/+0 |
| 2013-04-18 | add dropwhile and takewhile iterators | Daniel Micay | -9/+99 |
| 2013-04-18 | auto merge of #5935 : bjz/rust/master, r=thestinger | bors | -255/+367 |
| 2013-04-19 | Use assert_eq! instead of assert! and remove extraneous parentheses | Brendan Zabarauskas | -267/+260 |
| 2013-04-18 | auto merge of #5933 : huonw/rust/core-read-until-byte, r=thestinger | bors | -6/+6 |