| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-09 | Add an infinite loop construct | Tim Chevalier | -2/+2 | |
| Add a loop {} construct for infinite loops, and use it in test cases. See #1906 for details. | ||||
| 2012-01-31 | Change option::t to option | Tim Chevalier | -1/+1 | |
| Now that core exports "option" as a synonym for option::t, search-and- replace option::t with option. The only place that still refers to option::t are the modules in libcore that use option, because fixing this requires a new snapshot (forthcoming). | ||||
| 2012-01-25 | Replacing str::unsafe_from_bytes with str::from_bytes (part 1) | Kevin Cantu | -1/+1 | |
| 2012-01-19 | test: "tag" -> "enum" in bench | Patrick Walton | -2/+2 | |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -6/+6 | |
| Does what it says on the tin. The next commit will remove support for this syntax. | ||||
| 2012-01-06 | update to use new spawn syntax | Niko Matsakis | -4/+5 | |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -19/+19 | |
| And remove support for the old syntax | ||||
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -5/+5 | |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / ↵ | Graydon Hoare | -8/+10 | |
| #debug. | ||||
| 2011-12-18 | libcore: Remove task::set_min_stack | Brian Anderson | -4/+0 | |
| This existed to make up for the lack of stack growth, and wasn't generally safe. | ||||
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -14/+14 | |
| 2011-11-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -19/+19 | |
| This involved adding 'copy' to more generics than I hoped, but an experiment with making it implicit showed that that way lies madness -- unless enforced, you will not remember to mark functions that don't copy as not requiring copyable kind. Issue #1177 | ||||
| 2011-10-28 | Move to short kind kinds words in test suite | Marijn Haverbeke | -19/+19 | |
| Issue #1076 | ||||
| 2011-10-25 | Update our code to new type parameter kind syntax | Marijn Haverbeke | -19/+23 | |
| Closes #1067 | ||||
| 2011-10-20 | XFAIL task-perf-word-count-generic | Brian Anderson | -0/+2 | |
| This can't be done with bare functions. Issue #1022 | ||||
| 2011-10-10 | Adjust function signatures to allow for vecs being immediate | Marijn Haverbeke | -2/+2 | |
| Some code was relying on vectors being implicitly by-reference (as non-immediate value). This adds the necessary &&-sigils. Closes #1021 | ||||
| 2011-09-15 | Insert omitted semicolons for statements | Marijn Haverbeke | -5/+5 | |
| 2011-09-12 | Pretty-print for new arg-mode syntax | Marijn Haverbeke | -6/+6 | |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -12/+12 | |
| Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit. | ||||
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -30/+28 | |
| 2011-09-01 | Convert all uses of #ifmt to #fmt. Issue #855 | Brian Anderson | -2/+2 | |
| 2011-09-01 | Rename std::istr to std::str. Issue #855 | Brian Anderson | -5/+5 | |
| 2011-08-31 | Convert benchmarks to istrs. Issue #855 | Brian Anderson | -11/+10 | |
| 2011-08-31 | Convert uses of #fmt to #ifmt. Issue #855 | Brian Anderson | -2/+2 | |
| 2011-08-27 | Convert std::io to istrs. Issue #855 | Brian Anderson | -2/+3 | |
| 2011-08-27 | Convert std::u64 to istrs. Issue #855 | Brian Anderson | -1/+3 | |
| 2011-08-26 | Polymorphic MapReduce! | Eric Holk | -0/+328 | |
