| Age | Commit message (Expand) | Author | Lines |
| 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/+116 |
| 2013-04-19 | core::rt: Declare large parts of the I/O API | Brian Anderson | -30/+1539 |
| 2013-04-19 | auto merge of #5824 : bleibig/rust/debuginfo, r=brson | bors | -35/+232 |
| 2013-04-19 | librustc: Remove debug code; xfail-pretty reverse-complement. | Patrick Walton | -4/+9 |
| 2013-04-19 | test: Rewrite mandelbrot benchmark. | Patrick Walton | -175/+53 |
| 2013-04-19 | rt: Remove dump_stacks | Patrick Walton | -3/+0 |
| 2013-04-19 | librustc: WIP patch for using the return value. | Patrick Walton | -406/+778 |
| 2013-04-19 | test: Implement pidigits and reverse-complement | Patrick Walton | -0/+328 |
| 2013-04-19 | Move shootout-k-nucleotide to bench | Patrick Walton | -0/+0 |
| 2013-04-19 | test: Add k-nucleotide | Patrick Walton | -0/+314 |
| 2013-04-19 | test: Add fannkuch-redux and fasta-redux shootout benchmarks | Patrick Walton | -82/+322 |
| 2013-04-19 | test: Rewrite nbody and spectralnorm shootout benchmarks | Patrick Walton | -306/+206 |
| 2013-04-19 | llvm: Fixes for RustWrapper. | Patrick Walton | -6/+0 |
| 2013-04-19 | librustc: Improve inlining behavior. | Patrick Walton | -0/+9 |
| 2013-04-19 | rt: Fix scalability problem with big stacks on 32 bit | Patrick Walton | -6/+131 |
| 2013-04-19 | libstd: Micro-optimize vuint_at | Patrick Walton | -4/+53 |
| 2013-04-19 | librustc: Optimize metadata::decoder::item_name. | Patrick Walton | -2/+48 |
| 2013-04-19 | librustc: Remove def_ids from types. | Patrick Walton | -50/+8 |
| 2013-04-19 | librustc: Take primitive types out of the type hash table. | Patrick Walton | -25/+133 |
| 2013-04-19 | librustc: Switch the `@`s in types with `~` | Patrick Walton | -6/+13 |
| 2013-04-19 | rustllvm: Fix RustWrapper.cpp | Patrick Walton | -7/+16 |
| 2013-04-19 | librustc: Implement fast-ffi and use it in various places | Patrick Walton | -69/+618 |
| 2013-04-19 | librustc: Remove `fail_unless!` | Patrick Walton | -1/+25 |
| 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 #5943 : brson/rust/struct-return, r=graydon | bors | -9/+5 |
| 2013-04-18 | auto merge of #5938 : thestinger/rust/iterator, r=pcwalton | bors | -9/+99 |
| 2013-04-18 | auto merge of #5914 : catamorphism/rust/copy-cops, r=catamorphism | bors | -46/+46 |
| 2013-04-18 | rustc: Anti-copy police | Tim Chevalier | -32/+33 |
| 2013-04-18 | auto merge of #5924 : catamorphism/rust/non-fatal-errors, r=catamorphism | bors | -11/+68 |
| 2013-04-18 | auto merge of #5920 : catamorphism/rust/rustpkg, r=catamorphism | bors | -238/+526 |
| 2013-04-18 | Tidy | Tim Chevalier | -2/+53 |
| 2013-04-18 | rustc: Make some typechecker errors non-fatal | Tim Chevalier | -11/+68 |
| 2013-04-18 | xfail box and vec debug info tests | Brian Leibig | -0/+4 |
| 2013-04-18 | rustc: One less copy | Tim Chevalier | -14/+13 |
| 2013-04-18 | core: replace unicode match exprs with bsearch in const arrays, minor perf win. | Graydon Hoare | -4626/+2622 |
| 2013-04-18 | core: add vec::bsearch. | Graydon Hoare | -0/+85 |
| 2013-04-18 | auto merge of #5921 : brson/rust/pipes, r=brson | bors | -433/+510 |
| 2013-04-18 | rustc: Fix struct returns on x86 mac for 8-byte structs | Brian Anderson | -9/+5 |