| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-04-19 | core: Move set_exit_status from sys to os | Brian Anderson | -14/+0 | |
| 2012-04-19 | core: Move last_os_error from sys to os | Brian Anderson | -15/+0 | |
| 2012-03-23 | Remove last vestiges of old-style intrinsics | Marijn Haverbeke | -1/+1 | |
| Closes #2048 | ||||
| 2012-03-23 | Replace most uses of intrinsics in core with builtins | Marijn Haverbeke | -9/+7 | |
| Issue #1981 | ||||
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -8/+8 | |
| - 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-10 | core: Clean up comments and exports | Brian Anderson | -1/+10 | |
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -37/+18 | |
| 2012-03-02 | retool inline encoding to handle methods, fix tests | Niko Matsakis | -5/+4 | |
| 2012-02-29 | add the ability to snag the frame so we can verify that we are inlining | Niko Matsakis | -0/+5 | |
| 2012-02-05 | core: Resolve some FIXMEs | Brian Anderson | -6/+0 | |
| 2012-02-03 | Remove experimental GC code | Marijn Haverbeke | -10/+0 | |
| It's been sitting unused long enough to have bitrotted completely. | ||||
| 2012-01-29 | core: Remove sys::set_min_stack | Brian Anderson | -17/+0 | |
| This was a temporary hack with global effect. Eventually there will be a real solution for controlling stack sizes. | ||||
| 2012-01-19 | libcore: "tag" -> "enum" | Patrick Walton | -1/+1 | |
| 2012-01-19 | Use ctypes in native function declarations | Haitao Li | -4/+4 | |
| 2012-01-17 | libcore: Move core tests into libcore | Brian Anderson | -0/+54 | |
| 2012-01-14 | libcore: Add sys::set_min_stack | Brian Anderson | -0/+17 | |
| Adding this back to the library as a stopgap measure to recover some benchmark performance. See #1527. | ||||
| 2012-01-12 | libcore: Add sys::set_exit_status | Brian Anderson | -0/+13 | |
| Sets the process exit code | ||||
| 2012-01-11 | add a log_str() function and allow '%?' in fmt strings to use it | Niko Matsakis | -0/+5 | |
| 2011-12-16 | core: marked fns as pure where possible | Stefan Plantikow | -1/+1 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -0/+96 | |
