| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -96/+0 | |
| 2011-11-18 | rt: Remove size_of and align_of functions. Now written in Rust | Brian Anderson | -6/+4 | |
| 2011-11-18 | stdlib: Add some useful fields to the definition of type_desc | Brian Anderson | -3/+6 | |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 | |
| 2011-11-16 | Use attributes for native module ABI and link name | Haitao Li | -2/+4 | |
| This patch changes how to specify ABI and link name of a native module. Before: native "cdecl" mod llvm = "rustllvm" {...} After: #[abi = "cdecl"] #[link_name = "rustllvm"] native mod llvm {...} The old optional syntax for ABI and link name is no longer supported. Fixes issue #547 | ||||
| 2011-11-09 | Rename "c-stack-cdecl" ABI to "cdecl" | Brian Anderson | -1/+1 | |
| 2011-10-26 | Add more std documentation | Brian Anderson | -3/+37 | |
| 2011-10-24 | move sys fns into c-stack-cdecl and get_type_desc() into rusti | Niko Matsakis | -6/+9 | |
| there is one test failure, stdtest/sys.rs, which inexplicably (thus far) fails to compile because it invokes sys::rustrt::last_os_error() instead of invoking sys::last_os_error(). If stdtest/sys.rs is updated to invoke the wrapper, it passes. Still tracing the source of this error. | ||||
| 2011-10-24 | update vec libs to use c-stack-cdecl calling convention | Niko Matsakis | -0/+9 | |
| 2011-10-12 | reimplement some of the unsafe stuff which got lost | Niko Matsakis | -18/+6 | |
| - blocks inherit unsafety - remove the --check-unsafe flag - add unsafe annotations where needed to get things to compile | ||||
| 2011-10-12 | Extend the unchecked block stuff to allow unsafe blocks as well. | Niko Matsakis | -5/+38 | |
| 2011-08-16 | Port the stdlib to the decl foo<T> syntax. | Erick Tryzelaar | -3/+3 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -5/+5 | |
| 2011-07-12 | stdlib: Implement ivec::unsafe::set_len | Patrick Walton | -0/+4 | |
| 2011-06-15 | Fix a bunch of compile-command lines to use RBUILD | Graydon Hoare | -1/+1 | |
| 2011-06-15 | Reformat source tree (minus a couple tests that are still grumpy). | Graydon Hoare | -12/+5 | |
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -0/+30 | |
| This should be a snapshot transition. | ||||
| 2011-05-06 | Rename std modules to be camelcased | Marijn Haverbeke | -30/+0 | |
| (Have fun mergining your stuff with this.) | ||||
| 2010-11-02 | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | -2/+2 | |
| 2010-09-22 | Reformat standard library; no code changes. | Graydon Hoare | -14/+22 | |
| 2010-07-05 | Change from 'spawner' to 'supervisor' in rust_task, and add an unsupervise call. | Graydon Hoare | -0/+1 | |
| 2010-06-27 | Only translate or dwarf-emit items or stubs locally defined or used. Avoids ↵ | Graydon Hoare | -0/+13 | |
| instantiating O(sizeof(standard-library)) worth of imports stubs on each 'use std'. Closes issue 13. | ||||
| 2010-06-25 | Add callable gc method exposed to user code, use it in mlist-cycle.rs test ↵ | Graydon Hoare | -0/+1 | |
| (still not quite working; some memory corruption in the recursive tag constructors, not the GC) | ||||
| 2010-06-23 | Populate tree. | Graydon Hoare | -0/+7 | |
