| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-02-01 | make boxes self-describing (fixes #1493)" (take 2) | Niko Matsakis | -2/+0 | |
| this will be used to generate a new snapshot. | ||||
| 2012-02-01 | Revert "make boxes self-describing (fixes #1493)" until a new | Niko Matsakis | -0/+2 | |
| snapshot is prepared. | ||||
| 2012-02-01 | make boxes self-describing (fixes #1493) | Niko Matsakis | -2/+0 | |
| 2012-02-01 | Remove remaining references to option::t outside option itself | Tim Chevalier | -1/+1 | |
| 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-19 | lib: ";" to "," in enums | Patrick Walton | -3/+3 | |
| 2012-01-19 | libcore: "tag" -> "enum" | Patrick Walton | -2/+2 | |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -4/+4 | |
| Does what it says on the tin. The next commit will remove support for this syntax. | ||||
| 2012-01-19 | Use ctypes in native function declarations | Haitao Li | -1/+1 | |
| 2012-01-17 | libcore: Move core tests into libcore | Brian Anderson | -0/+79 | |
| 2012-01-13 | libcore: Add task::try | Brian Anderson | -0/+25 | |
| 2012-01-13 | make "native fn" the type for bare functions, remove fn exprs | Niko Matsakis | -1/+1 | |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -5/+5 | |
| 2012-01-09 | add rust_task_is_unwinding predicate and do not kill if already unwinding | Niko Matsakis | -1/+13 | |
| 2012-01-09 | change spawn_connected argument to copy mode | Niko Matsakis | -1/+1 | |
| 2012-01-08 | add spawn_connected | Niko Matsakis | -13/+47 | |
| 2012-01-08 | make spawned fn copy mode so that bare fns can be used | Niko Matsakis | -2/+25 | |
| 2012-01-07 | core: Update task spawning example | Brian Anderson | -3/+3 | |
| 2012-01-06 | rewrite to use old C++-based mechanism | Niko Matsakis | -3/+20 | |
| 2012-01-06 | simplify task impl | Niko Matsakis | -127/+53 | |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -5/+5 | |
| 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 | -1/+1 | |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / ↵ | Graydon Hoare | -2/+2 | |
| #debug. | ||||
| 2011-12-19 | libcore: Remove stack alignment from task spawning | Brian Anderson | -2/+3 | |
| This is already done by the native task start code. Closes #1324 | ||||
| 2011-12-18 | libcore: Remove task::set_min_stack | Brian Anderson | -12/+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 | -0/+357 | |
