| Age | Commit message (Expand) | Author | Lines |
| 2013-04-22 | libcore: Rand impls for tuples and ~/@ boxes | Huon Wilson | -0/+46 |
| 2013-04-21 | auto merge of #5887 : jdm/rust/stackbounds, r=brson | bors | -0/+1 |
| 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 | auto merge of #5979 : Thiez/rust/no_reinterpret_cast, r=catamorphism | bors | -74/+74 |
| 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 | auto merge of #5970 : huonw/rust/core-sys-size_of-val, r=pcwalton | bors | -1/+57 |
| 2013-04-20 | auto merge of #5965 : alexcrichton/rust/issue-4364, r=pcwalton | bors | -43/+31 |
| 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 | librustc: Fix botched merge. rs=merge | Patrick Walton | -0/+9 |
| 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 |