| Age | Commit message (Expand) | Author | Lines |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -12758/+0 |
| 2011-12-02 | parse: typeck: enabling trivial casts of tail-call return values | Stefan Plantikow | -33/+46 |
| 2011-12-02 | stdlib: Actually write the word 'fail' instead of just thinking it | Brian Anderson | -0/+1 |
| 2011-12-02 | stdlib: Add issue number to win32 fsync FIXME | Brian Anderson | -1/+1 |
| 2011-12-02 | stdlib: Win32 fsync is just fail | Brian Anderson | -3/+1 |
| 2011-12-02 | Added cross-platform fsync api to io; win32 impl needs to be refined | Stefan Plantikow | -13/+147 |
| 2011-12-01 | fix name of SetCurrentDirectory | Niko Matsakis | -2/+2 |
| 2011-12-01 | libstd: add fs::change_dir() | Elly Jones | -0/+18 |
| 2011-12-01 | stdlib: Implement some preliminary libuv bindings | Brian Anderson | -1/+156 |
| 2011-11-30 | Fix typo in stdlib docs. | Lindsey Kuper | -1/+1 |
| 2011-11-28 | c_vec: Remove the mutable cast be forcing the pointer to be mutable throughou... | Joshua Wise | -6/+7 |
| 2011-11-28 | Add c_vec library to std. | Joshua Wise | -1/+100 |
| 2011-11-28 | ptr: Add mut_offset, to be able to calculate an offset on mutable pointers. | Joshua Wise | -0/+10 |
| 2011-11-24 | std: math: renaming and documentation fixes | Stefan Plantikow | -7/+33 |
| 2011-11-24 | std: factored f32 and f64 out from math | Stefan Plantikow | -75/+285 |
| 2011-11-24 | std: added missing calls to math; covers C95 completely now, includes tests | Stefan Plantikow | -22/+111 |
| 2011-11-24 | std: math now declares libm dependencies as pure | Stefan Plantikow | -60/+60 |
| 2011-11-24 | std: rewrote math to support most C95 libmath calls on f32, f64 and float | Stefan Plantikow | -58/+299 |
| 2011-11-24 | rustc: Add a path attribute for crate directives | Haitao Li | -7/+14 |
| 2011-11-23 | Rollback return-by-reference | Marijn Haverbeke | -1/+1 |
| 2011-11-23 | Remove last traces of auth keyword | Marijn Haverbeke | -19/+0 |
| 2011-11-22 | stdlib: Use c_ints instead of ints for natives | Brian Anderson | -9/+9 |
| 2011-11-22 | stdlib: Fix some busted macos libc decls | Brian Anderson | -6/+6 |
| 2011-11-22 | stdlib: win32 fixes for dir handling | Brian Anderson | -6/+7 |
| 2011-11-22 | Add fs::rmdir() and tempfile/gen_str() tests. | Elly Jones | -1/+24 |
| 2011-11-22 | once more with feeling... | Elly Jones | -2/+1 |
| 2011-11-22 | Use type inference! | Elly Jones | -1/+1 |
| 2011-11-22 | Fix long lines | Elly Jones | -2/+5 |
| 2011-11-22 | std: add fs::mkdir(), rng.gen_str(), tempfile::mkdtemp() | Elly Jones | -5/+78 |
| 2011-11-21 | Fixed documentation comment glitches in the logic ADTs | Stefan Plantikow | -5/+5 |
| 2011-11-21 | stdlib: added (2,3,4)-valued logic ADTs | Stefan Plantikow | -2/+556 |
| 2011-11-21 | std: declared fns in math to be pure; requires calling libc via unsafe | Stefan Plantikow | -14/+14 |
| 2011-11-21 | Added logarithm functions for floats to std::math | Stefan Plantikow | -0/+42 |
| 2011-11-21 | Separate vec::map and vec::map_mut | Marijn Haverbeke | -1/+13 |
| 2011-11-18 | rt: Remove some stack-wasting macros from rust_task::yield | Brian Anderson | -0/+1 |
| 2011-11-18 | rt: Remove fail calls from rust_task::yield | Brian Anderson | -7/+7 |
| 2011-11-18 | rt: Remove unblock call from rust_task::yield | Brian Anderson | -5/+15 |
| 2011-11-18 | intrinsics: Eliminate recv intrinsic | Brian Anderson | -3/+27 |
| 2011-11-18 | intrinsics: Remove the call to get_task from task_sleep | Brian Anderson | -2/+6 |
| 2011-11-18 | intrinsics: Move the call to upcall_fail out of rust_intrinsic_cast | Brian Anderson | -1/+8 |
| 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-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -146/+140 |
| 2011-11-18 | Implement a last-use-of-local finding algorithm | Marijn Haverbeke | -2/+19 |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -32/+0 |
| 2011-11-16 | Disconnect ports before draining them. Issue #1155 | Brian Anderson | -0/+4 |
| 2011-11-16 | fix minor merge errors | Niko Matsakis | -13/+15 |
| 2011-11-16 | correct signed-ness and long line | Niko Matsakis | -1/+1 |
| 2011-11-16 | missed merges | Niko Matsakis | -5/+0 |
| 2011-11-16 | fix win32 types, make close() use i32 as return type | Niko Matsakis | -53/+54 |