| Age | Commit message (Expand) | Author | Lines |
| 2012-08-23 | libcore: update bytes/str reader to work with regions. | Erick Tryzelaar | -44/+30 |
| 2012-08-23 | Rename str::bytes to str::to_bytes | Tim Chevalier | -40/+40 |
| 2012-08-23 | Convert pipes to new atomic intrinsics | Ben Blum | -20/+14 |
| 2012-08-23 | Change calls of `proto!` to use parens. | Paul Stansifer | -8/+8 |
| 2012-08-23 | Eliminate some extraneous curly brackets inside invocations of `macro_rules!`. | Paul Stansifer | -2/+2 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -80/+80 |
| 2012-08-23 | Make a bunch more of the iteration functions/methods marked pure. Closes #3253. | Michael Sullivan | -112/+138 |
| 2012-08-23 | Infer variance of types with respect to the region parameter. | Niko Matsakis | -0/+1 |
| 2012-08-22 | convert send_map to use explicit self | Niko Matsakis | -72/+69 |
| 2012-08-22 | Use swap_remove in pipes::select(). Close #3219. | Ben Blum | -23/+9 |
| 2012-08-22 | Add vec::swap_remove (#3219) | Ben Blum | -1/+54 |
| 2012-08-22 | export unwrap_arc functions in core/std | Ben Blum | -1/+1 |
| 2012-08-22 | Remove match check in send_map | Tim Chevalier | -1/+4 |
| 2012-08-22 | Comments only: update issue number for FIXME | Tim Chevalier | -1/+2 |
| 2012-08-22 | Merge pull request #3251 from fsouza/to_digit_fix | Brian Anderson | -1/+1 |
| 2012-08-22 | Merge pull request #3244 from dbp/osbug | Brian Anderson | -3/+0 |
| 2012-08-22 | Remove one last default argument mode from core::os | Ben Blum | -1/+1 |
| 2012-08-22 | Merge pull request #3231 from killerswan/modes1 | Ben Blum | -35/+38 |
| 2012-08-22 | libcore: fix doc for char::to_digit | Francisco Souza | -1/+1 |
| 2012-08-21 | ignore should_fail tests on windows | Niko Matsakis | -0/+3 |
| 2012-08-21 | add tests to manage, fix test breakage I inadvertently introduced | Niko Matsakis | -3/+82 |
| 2012-08-21 | Make std::arena run destructors. Closes #2831. | Michael Sullivan | -0/+2 |
| 2012-08-21 | core: removing repeated code in os.rs homedir() test | Daniel Patterson | -3/+0 |
| 2012-08-21 | remove tab character | Niko Matsakis | -1/+1 |
| 2012-08-21 | implement a map testing benchmark | Niko Matsakis | -0/+89 |
| 2012-08-21 | remove some FIXMEd code as the relevant issue is fixed | Niko Matsakis | -14/+15 |
| 2012-08-21 | libcore: Implement a dup2 | Patrick Walton | -0/+4 |
| 2012-08-21 | core: switching os::tmpdir() to always return a directory, by defaulting to W... | Daniel Patterson | -11/+14 |
| 2012-08-21 | core: adding test for os::tmpdir() | Daniel Patterson | -0/+5 |
| 2012-08-21 | core: adding os::tmpdir() that returns a system temporary directory if it can... | Daniel Patterson | -1/+38 |
| 2012-08-21 | Bypass lifecycle_lock in inhibit_kill/allow_kill for 3% to 5% speedup. Close ... | Ben Blum | -0/+4 |
| 2012-08-21 | Remove fixmes about exporting. Close #2648, close #3119. | Ben Blum | -3/+2 |
| 2012-08-21 | respect distinct anonymous regions in unsafe::transmute_* | Ben Blum | -2/+2 |
| 2012-08-21 | more sound treatment of fn& regions; change all & to be distinct | Niko Matsakis | -1/+1 |
| 2012-08-20 | new region inference, seperate infer into modules, improve error msgs | Niko Matsakis | -9/+30 |
| 2012-08-20 | oops, remove #[cfg(stage1)]s from arc::unwrap functions+tests | Ben Blum | -5/+0 |
| 2012-08-20 | implement arc::unwrap and add exclusive_unwrap tests | Ben Blum | -20/+200 |
| 2012-08-20 | core: adding option::or, a function to return the leftmost of two some() valu... | Daniel Patterson | -0/+10 |
| 2012-08-20 | Remove deprecated modes from os.rs | Kevin Cantu | -35/+38 |
| 2012-08-20 | Add PosixPath to path2. Add path2 to core build. Add dot/dotdot-normalizing. | Graydon Hoare | -9/+241 |
| 2012-08-17 | Initial sketch of path2 module, starting with WindowsPath. | Graydon Hoare | -0/+311 |
| 2012-08-17 | fix deprecated-mode lint warning to consider dtors | Niko Matsakis | -12/+12 |
| 2012-08-17 | rustc: Remove a few allocations from metadata. Shaves a few milliseconds off ... | Patrick Walton | -2/+2 |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -19/+19 |
| 2012-08-16 | Add option::get_ref | Ben Blum | -0/+16 |
| 2012-08-16 | Update the rock-paper-scissors example in the tutorial, and rename some types... | Eric Holk | -6/+6 |
| 2012-08-16 | Don't use move, because it is less safe than the unsafe move_it macro. | Eric Holk | -4/+10 |
| 2012-08-16 | Make wait_many work on selectable types instead. | Eric Holk | -7/+7 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -229/+238 |
| 2012-08-15 | Modify pipec to not emit calls to some and none | Brian Anderson | -0/+10 |