| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-05-26 | bench: Remove task-perf-vector-party. No longer relevant | Brian Anderson | -23/+0 | |
| 2012-05-26 | core: Make range follow the for loop protocol | Brian Anderson | -2/+2 | |
| 2012-05-23 | bench: Add hard mode to benchmarks. Activate with RUST_BENCH. | Brian Anderson | -2/+8 | |
| RUST_BENCH is on automatically when running `make perf` | ||||
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -1/+1 | |
| 2012-02-22 | Make the various from_str functions return options | Marijn Haverbeke | -10/+2 | |
| So that they can be used with user input without causing task failures. Closes #1335 | ||||
| 2012-01-06 | update to use new spawn syntax | Niko Matsakis | -1/+1 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -4/+4 | |
| 2011-10-21 | Remove some semicolons after block calls | Marijn Haverbeke | -2/+2 | |
| The remaining ones can be removed after the next snapshot. (Or we can let the next pretty-print pass take care of them.) | ||||
| 2011-10-21 | Remove remaining uses of iter and for-each | Marijn Haverbeke | -3/+3 | |
| Issue #1056 | ||||
| 2011-10-20 | Remove temporary fn# syntax | Brian Anderson | -1/+1 | |
| 2011-10-20 | Drop the 2 from the spawn*2 functions | Brian Anderson | -1/+1 | |
| Issue #1022 | ||||
| 2011-10-20 | Convert tests to use bare-fn spawn | Brian Anderson | -2/+2 | |
| Issue #1022 | ||||
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -10/+7 | |
| 2011-09-01 | Rename std::istr to std::str. Issue #855 | Brian Anderson | -2/+2 | |
| 2011-09-01 | Add a benchmark for cross-task kernel memory region synchronization | Brian Anderson | -0/+28 | |
| Vectors are allocated from the kernel's memory region, which has some heinous synchronization. This is a stress test of vector allocation in many tasks. | ||||
