| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -86/+0 | |
| 2011-11-22 | Fix long lines | Elly Jones | -1/+2 | |
| 2011-11-22 | std: add fs::mkdir(), rng.gen_str(), tempfile::mkdtemp() | Elly Jones | -0/+20 | |
| Signed-off-by: Elly Jones <elly@leptoquark.net> | ||||
| 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 | -1/+2 | |
| 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-15 | Replaced constant functions with actual constants in std and updated tests | Stefan Plantikow | -1/+1 | |
| Fixes issue #1165 | ||||
| 2011-11-09 | Rename "c-stack-cdecl" ABI to "cdecl" | Brian Anderson | -1/+1 | |
| 2011-10-26 | Add more std documentation | Brian Anderson | -10/+33 | |
| 2011-10-24 | move rand functions into c-stack-cdecl mode | Niko Matsakis | -1/+1 | |
| 2011-10-17 | [Lib] rand.rs: type rng now defines next_float | David Rajchenbach-Teller | -0/+8 | |
| 2011-08-20 | Reformat | Brian Anderson | -7/+6 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-07-29 | Replace obj dtors with resources in stdlib and rustc | Marijn Haverbeke | -8/+8 | |
| 2011-07-27 | Some more obj dtor reformatting | Marijn Haverbeke | -1/+2 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -3/+3 | |
| 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 | -8/+8 | |
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -0/+34 | |
| This should be a snapshot transition. | ||||
| 2011-05-06 | Rename std modules to be camelcased | Marijn Haverbeke | -34/+0 | |
| (Have fun mergining your stuff with this.) | ||||
| 2010-09-22 | Reformat standard library; no code changes. | Graydon Hoare | -12/+21 | |
| 2010-07-25 | Expose an RNG (the one used by our runtime) to Rust via std. | Roy Frostig | -0/+25 | |
