| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-05 | Remove create_lock in favor of lock_and_signal() (issue #2780) | Eric Holk | -7/+5 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -16/+16 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -2/+2 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -3/+3 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -3/+3 | |
| 2012-06-28 | Fix sys::refcount and remove dbg::refcount | Ben Blum | -4/+4 | |
| 2012-06-27 | Mark exclusive arc-related functions as unsafe. Fixes #2727. | Eric Holk | -2/+2 | |
| 2012-06-25 | Merge | Tim Chevalier | -3/+3 | |
| 2012-06-25 | core: Convert declarations to not use the trailing 'unsafe' notation | Brian Anderson | -3/+3 | |
| 2012-06-21 | Port resources to classes in libcore | Tim Chevalier | -9/+13 | |
| 2012-06-21 | Library vecs are fast now. | Eric Holk | -0/+1 | |
| 2012-06-19 | Temporarily ignoring tests that can go into infinite loops. | Eric Holk | -0/+1 | |
| 2012-06-19 | Moved arc to libcore and added an arc that allows shared mutable state ↵ | Eric Holk | -3/+1 | |
| through mutual exclusion. | ||||
| 2012-06-19 | Adding a lock/condition variable to libcore. | Eric Holk | -0/+72 | |
| 2012-06-16 | Revert "Adding a lock/condition variable to libcore." | Tim Chevalier | -72/+0 | |
| This reverts commit e394ebda37bf6bbe4c516e2b9381aac8bd964dcc. | ||||
| 2012-06-16 | Revert "Moved arc to libstd and added an arc that allows shared mutable ↵ | Tim Chevalier | -1/+3 | |
| state through mutual exclusion." This reverts commit 015527b0cee0bc5cfaac8dd610035a0c1b2f8ea6. | ||||
| 2012-06-15 | Moved arc to libstd and added an arc that allows shared mutable state ↵ | Eric Holk | -3/+1 | |
| through mutual exclusion. | ||||
| 2012-06-15 | Adding a lock/condition variable to libcore. | Eric Holk | -0/+72 | |
| 2012-06-06 | add misc. pure modifiers in core | Niko Matsakis | -12/+12 | |
| 2012-06-03 | prohibit type parameters in native fns and other minor fixes | Niko Matsakis | -4/+9 | |
| trans now can safely assert that it never sees a type param | ||||
| 2012-04-27 | rustc: Remove old align_of intrinsic | Brian Anderson | -6/+4 | |
| 2012-04-27 | core: Split sys::align_of into min_align_of, pref_align_of | Brian Anderson | -10/+24 | |
| 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 | |
