| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -4/+4 | |
| 2012-03-24 | Avoid unifying vars when possible; handle bot (more) correctly | Niko Matsakis | -1/+1 | |
| 2012-03-23 | Support [rust_stack] annotation on native functions (crudely) | Marijn Haverbeke | -6/+4 | |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -1/+1 | |
| 2012-03-20 | core: Rename unsafe::leak to unsafe::forget. Closes #2031 | Brian Anderson | -1/+1 | |
| 2012-03-16 | core: Store reexporting result and either. Closes #1997 | Brian Anderson | -0/+2 | |
| 2012-03-15 | rt: Remove remaining uses of rust_kernel::get_task_by_id | Brian Anderson | -8/+8 | |
| 2012-03-13 | Name types after their modules instead of 't' | Brian Anderson | -1/+1 | |
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -23/+24 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -9/+9 | |
| - Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os. | ||||
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -47/+18 | |
| 2012-03-07 | add mutability annotations to libcore | Niko Matsakis | -7/+7 | |
| 2012-03-06 | core: Remove some explicit move capture clauses | Brian Anderson | -18/+18 | |
| 2012-02-20 | core: New task API | Brian Anderson | -416/+767 | |
| 2012-02-09 | core: Use rust_task_config_notify instead of twiddling rust_task's innards | Brian Anderson | -12/+4 | |
| 2012-02-08 | core: Add a test for blocking in native code | Brian Anderson | -0/+68 | |
| 2012-02-08 | core: Add task::spawn_sched | Brian Anderson | -5/+98 | |
| This function creates a new scheduler with a specified number of threads and immediately executes a task on it. The scheduler is configured to terminate when the task dies. This is the minimum API necessary to enable blocking C calls. | ||||
| 2012-02-05 | core: Resolve some FIXMEs | Brian Anderson | -5/+5 | |
| 2012-02-02 | rt: Remove task pinning. Does nothing | Brian Anderson | -19/+0 | |
| 2012-02-02 | rt: Rename task_sleep intrinsic to task_yield. Remove usec param | Brian Anderson | -24/+6 | |
| 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 | |
