| Age | Commit message (Expand) | Author | Lines |
| 2012-05-30 | Move par into libstd. Closes #2441. | Eric Holk | -113/+1 |
| 2012-05-30 | Include capture clauses when generating metadata. | Eric Holk | -6/+2 |
| 2012-05-29 | Adding shared_arc to hide some of the tedium of sharing an arc between tasks. | Eric Holk | -18/+28 |
| 2012-05-26 | bench: Remove task-perf-vector-party. No longer relevant | Brian Anderson | -23/+0 |
| 2012-05-26 | bench: Increase the difficulty of some benchmarks | Brian Anderson | -5/+5 |
| 2012-05-26 | core: Make range follow the for loop protocol | Brian Anderson | -25/+25 |
| 2012-05-25 | In generic word count, use str instead of [u8], and use built in is_alphabeti... | Eric Holk | -95/+8 |
| 2012-05-25 | Update word-count-generic to latest syntax and un-xfail it. Closes #1740. | Eric Holk | -52/+76 |
| 2012-05-25 | Get rid of many implicit copies as a preliminary to Issue #2448. | Michael Sullivan | -1/+1 |
| 2012-05-25 | replace last_use with liveness info | Niko Matsakis | -1/+1 |
| 2012-05-23 | bench: Add hard mode to benchmarks. Activate with RUST_BENCH. | Brian Anderson | -69/+155 |
| 2012-05-23 | bench: Remove 99bob benchmarks | Brian Anderson | -206/+0 |
| 2012-05-23 | bench: Reduce constants in std-smallintmap to make it valgrind fast | Brian Anderson | -1/+1 |
| 2012-05-22 | bench: Reduce some constants to make graph500-bfs faster | Brian Anderson | -2/+2 |
| 2012-05-22 | Updating pbfs for new kind rules. | Eric Holk | -6/+7 |
| 2012-05-22 | Removed accidental machine size dependencies. | Eric Holk | -19/+22 |
| 2012-05-22 | Updating bfs to work with the new random methods. | Eric Holk | -9/+2 |
| 2012-05-22 | More unsafe pointers to share immutable structures between tasks. This versio... | Eric Holk | -16/+20 |
| 2012-05-22 | Be less careful about checking that lengths make sense, for slightly more per... | Eric Holk | -6/+2 |
| 2012-05-22 | Using unsafe pointers to views to try to reduce some vector copy and allocati... | Eric Holk | -20/+48 |
| 2012-05-22 | Using unsafe pointers to share closures. | Eric Holk | -1/+4 |
| 2012-05-22 | Using libstd future instead. | Eric Holk | -74/+38 |
| 2012-05-22 | A new version of the sequential BFS. This uses the same approach as the paral... | Eric Holk | -0/+91 |
| 2012-05-22 | BFS now tries a number of search keys. | Eric Holk | -18/+69 |
| 2012-05-22 | A parallel BFS. | Eric Holk | -6/+103 |
| 2012-05-22 | Adding a module with parallel vector operations. | Eric Holk | -4/+112 |
| 2012-05-22 | Added most of the Graph500 validation routine. It's very slow. | Eric Holk | -4/+109 |
| 2012-05-22 | Starting on a BFS benchmark, but ran into problems with the deque module, so ... | Eric Holk | -0/+172 |
| 2012-05-18 | create a smallintmap benchmark | Niko Matsakis | -0/+46 |
| 2012-05-18 | port smallintmap over to dvec | Niko Matsakis | -2/+8 |
| 2012-05-18 | add swappable/dvec modules | Niko Matsakis | -0/+53 |
| 2012-05-15 | Remove `be` keyword. | Lindsey Kuper | -5/+5 |
| 2012-04-27 | new, simpler approach to the iter library | Niko Matsakis | -4/+4 |
| 2012-04-25 | More slice use in vec, io, str, ebml, metadata encoder and decoder. | Graydon Hoare | -1/+1 |
| 2012-04-24 | Workarounds for bug #2280: add some temporaries for borrowing. | Graydon Hoare | -1/+4 |
| 2012-04-23 | Move map iface over to more `for`-friendly iteration methods | Marijn Haverbeke | -2/+2 |
| 2012-04-19 | update syntax to include a slash | Niko Matsakis | -1/+1 |
| 2012-04-19 | make nominal types optionally parameterized by a self region. | Niko Matsakis | -1/+1 |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -7/+7 |
| 2012-04-05 | Rename task::task_builder to task::builder | Tim Chevalier | -4/+4 |
| 2012-03-29 | test: Rewrite binarytrees to use arenas | Patrick Walton | -11/+22 |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -45/+45 |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -80/+80 |
| 2012-03-15 | test: Fix breakage | Brian Anderson | -3/+3 |
| 2012-03-14 | std: Rename the hashmap constructors to conform to new standards | Brian Anderson | -3/+3 |
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -15/+15 |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -30/+30 |
| 2012-03-09 | Add an infinite loop construct | Tim Chevalier | -5/+5 |
| 2012-03-07 | stdlib: Stop incurring vtable dispatch costs when hashmaps are used | Patrick Walton | -0/+2 |
| 2012-03-07 | Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used" | Patrick Walton | -2/+0 |