| Age | Commit message (Expand) | Author | Lines |
| 2012-08-21 | ignore should_fail tests on windows | Niko Matsakis | -0/+3 |
| 2012-08-21 | Fix generation of generic methods with explicit self | Niko Matsakis | -34/+105 |
| 2012-08-21 | add tests to manage, fix test breakage I inadvertently introduced | Niko Matsakis | -3/+82 |
| 2012-08-21 | Don't refute "()" in let-bindings (fixes #3104). | Ben Blum | -0/+4 |
| 2012-08-21 | Remove a level of indirection from std::arena. | Michael Sullivan | -20/+20 |
| 2012-08-21 | Have std::arena segregate POD data and non-POD data into different chunks. | Michael Sullivan | -22/+77 |
| 2012-08-21 | Make std::arena run destructors. Closes #2831. | Michael Sullivan | -22/+174 |
| 2012-08-21 | Fix some map related build failures. | Michael Sullivan | -7/+4 |
| 2012-08-21 | Add msgsend-ring-{rw,mutex}-arcs bench tests | Ben Blum | -0/+229 |
| 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 | -10/+367 |
| 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 | -4/+10 |
| 2012-08-21 | Remove fixmes about exporting. Close #2648, close #3119. | Ben Blum | -4/+2 |
| 2012-08-21 | respect distinct anonymous regions in unsafe::transmute_* | Ben Blum | -2/+2 |
| 2012-08-21 | Convert atomic intrinsics away from old argument modes (partial #3200) | Ben Blum | -14/+44 |
| 2012-08-21 | fix a bug in bitv where the undefined bits in small/big bitv values could cau... | Gareth Daniel Smith | -45/+116 |
| 2012-08-21 | fix a logic bug in small_bitv.set | Gareth Daniel Smith | -1/+9 |
| 2012-08-21 | remove trailing whitespace | Niko Matsakis | -1/+1 |
| 2012-08-21 | more sound treatment of fn& regions; change all & to be distinct | Niko Matsakis | -133/+229 |
| 2012-08-21 | fix kate syntax highlighting file | Vincent Belliard | -2/+8 |
| 2012-08-20 | new region inference, seperate infer into modules, improve error msgs | Niko Matsakis | -2565/+3868 |
| 2012-08-20 | Document arc::unwrap. Close #3123. | Ben Blum | -0/+22 |
| 2012-08-20 | Try to do some resolution of vtables earlier, in a fairly ad-hoc way. Closes ... | Michael Sullivan | -36/+107 |
| 2012-08-20 | oops, remove #[cfg(stage1)]s from arc::unwrap functions+tests | Ben Blum | -9/+0 |
| 2012-08-20 | Add unwrap for std::arc ARC variants | Ben Blum | -2/+48 |
| 2012-08-20 | implement arc::unwrap and add exclusive_unwrap tests | Ben Blum | -20/+200 |
| 2012-08-20 | register new snapshots | Ben Blum | -0/+8 |
| 2012-08-20 | core: adding option::or, a function to return the leftmost of two some() valu... | Daniel Patterson | -0/+10 |
| 2012-08-20 | Disallow deconstructing destructing structs (fixes #3147) | Ben Blum | -0/+23 |
| 2012-08-20 | remove fixme in check::alt | Ben Blum | -2/+0 |
| 2012-08-20 | Re-allow pattern-matching structs (#3215) | Ben Blum | -3/+0 |
| 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-20 | add syntax highlighting file for kate editor | Vincent Belliard | -0/+246 |
| 2012-08-20 | Do vtable resolution for *all* method calls, not just statically resolved one... | Michael Sullivan | -22/+54 |
| 2012-08-20 | xfail crate-method-reexport-grrrrrrr.rs, which has been burning the build for... | Michael Sullivan | -0/+1 |
| 2012-08-17 | Initial sketch of path2 module, starting with WindowsPath. | Graydon Hoare | -0/+311 |
| 2012-08-17 | rustc: Implement "priv" for simple items. | Patrick Walton | -60/+137 |
| 2012-08-17 | forgotten tests for #3217, #2977, #3067 | Niko Matsakis | -0/+33 |
| 2012-08-17 | fix deprecated-mode lint warning to consider dtors | Niko Matsakis | -13/+13 |
| 2012-08-17 | Make by-val explicit self actually work. Closes #2585. | Michael Sullivan | -70/+199 |
| 2012-08-17 | Pretty print explicit self types. Work on #2585. | Michael Sullivan | -17/+63 |
| 2012-08-17 | Parse explicit self in more places. Work on #2585. | Michael Sullivan | -54/+68 |
| 2012-08-17 | test: Fix unused variable warning in repeat-to-run-dtor-twice.rs. | Patrick Walton | -1/+1 |