| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -1/+0 | |
| (And fix some tests.) | ||||
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -2/+3 | |
| `~[T]` in test, libgetopts, compiletest, librustdoc, and libnum. | ||||
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -2/+2 | |
| 2013-11-26 | librustc: Fix merge fallout. | Patrick Walton | -1/+1 | |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -1/+1 | |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -1/+1 | |
| Remove these in favor of the two traits themselves and the wrapper function std::from_str::from_str. Add the function std::num::from_str_radix in the corresponding role for the FromStrRadix trait. | ||||
| 2013-08-30 | Revert "src/test/bench: restructure" | Corey Richardson | -0/+37 | |
| This reverts commit 14cdc26e8a7794e437946f46df5769362b42acdf. | ||||
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -37/+0 | |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 | |
| - Made naming schemes consistent between Option, Result and Either - Changed Options Add implementation to work like the maybe monad (return None if any of the inputs is None) - Removed duplicate Option::get and renamed all related functions to use the term `unwrap` instead | ||||
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -1/+1 | |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+4 | |
| 2013-05-08 | test: Fix modes in the benchmarks. | Patrick Walton | -1/+1 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 | |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -1/+1 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -4/+4 | |
| #2907. | ||||
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -2/+2 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -2/+2 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -3/+3 | |
| 2012-06-28 | Make a bunch of tests stop using the deprecated vector syntax. | Michael Sullivan | -2/+2 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -1/+1 | |
| 2012-05-23 | bench: Add hard mode to benchmarks. Activate with RUST_BENCH. | Brian Anderson | -4/+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 | -2/+2 | |
| 2012-02-22 | Make the various from_str functions return options | Marijn Haverbeke | -7/+1 | |
| So that they can be used with user input without causing task failures. Closes #1335 | ||||
| 2012-02-20 | core: New task API | Brian Anderson | -1/+1 | |
| 2012-01-06 | rewrite to use old C++-based mechanism | Niko Matsakis | -1/+1 | |
| 2012-01-06 | update to use new spawn syntax | Niko Matsakis | -2/+2 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -4/+4 | |
| 2011-10-20 | Remove temporary fn# syntax | Brian Anderson | -2/+2 | |
| 2011-10-20 | Drop the 2 from the spawn*2 functions | Brian Anderson | -2/+2 | |
| Issue #1022 | ||||
| 2011-10-20 | Convert tests to use bare-fn spawn | Brian Anderson | -5/+4 | |
| Issue #1022 | ||||
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -2/+4 | |
| 2011-09-01 | Rename std::istr to std::str. Issue #855 | Brian Anderson | -2/+2 | |
| 2011-08-31 | Convert benchmarks to istrs. Issue #855 | Brian Anderson | -4/+3 | |
| 2011-08-20 | Rewrite reap_dead_tasks to never grab the sched lock before a task lock | Brian Anderson | -4/+0 | |
| Doing so contradicts the locking order used everywhere else and causes deadlocks. Un-XFAIL task-perf-spawnalot Closes #854 | ||||
| 2011-08-20 | Convert task-perf-spawnalot to spawn_joinable. XFAIL | Brian Anderson | -1/+7 | |
| 2011-08-20 | Reformat | Brian Anderson | -15/+7 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-17 | Using move-mode for spawn thunks to avoid race conditions. | Eric Holk | -2/+3 | |
| 2011-08-16 | Rename std::ivec to std::vec | Brian Anderson | -2/+2 | |
| 2011-08-16 | Convert most main functions to the ivec signature | Brian Anderson | -4/+3 | |
| Converting rustc will still take a snapshot | ||||
| 2011-08-15 | Reducing the chances for race conditions in join. | Eric Holk | -1/+1 | |
| 2011-08-15 | Converted over benchmarks. | Eric Holk | -2/+2 | |
| 2011-08-12 | Convert uint::parse_buf to ivecs | Brian Anderson | -1/+1 | |
| 2011-08-12 | Convert benchmarks to ivecs | Brian Anderson | -3/+3 | |
| 2011-08-12 | Remove vec version of str::bytes, rename bytes_ivec to str::bytes | Brian Anderson | -1/+2 | |
| 2011-07-29 | Add a task spawning benchmark | Brian Anderson | -0/+29 | |
| This is the kind of workload that the test runner generates - lots of tiny little tasks - and currently it leaves the CPU underutilized. | ||||
