summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-08-21ignore should_fail tests on windowsNiko Matsakis-0/+3
2012-08-21Fix generation of generic methods with explicit selfNiko Matsakis-34/+105
2012-08-21add tests to manage, fix test breakage I inadvertently introducedNiko Matsakis-3/+82
2012-08-21Don't refute "()" in let-bindings (fixes #3104).Ben Blum-0/+4
2012-08-21Remove a level of indirection from std::arena.Michael Sullivan-20/+20
2012-08-21Have std::arena segregate POD data and non-POD data into different chunks.Michael Sullivan-22/+77
2012-08-21Make std::arena run destructors. Closes #2831.Michael Sullivan-22/+174
2012-08-21Fix some map related build failures.Michael Sullivan-7/+4
2012-08-21Add msgsend-ring-{rw,mutex}-arcs bench testsBen Blum-0/+229
2012-08-21core: removing repeated code in os.rs homedir() testDaniel Patterson-3/+0
2012-08-21remove tab characterNiko Matsakis-1/+1
2012-08-21implement a map testing benchmarkNiko Matsakis-10/+367
2012-08-21remove some FIXMEd code as the relevant issue is fixedNiko Matsakis-14/+15
2012-08-21libcore: Implement a dup2Patrick Walton-0/+4
2012-08-21core: switching os::tmpdir() to always return a directory, by defaulting to W...Daniel Patterson-11/+14
2012-08-21core: adding test for os::tmpdir()Daniel Patterson-0/+5
2012-08-21core: adding os::tmpdir() that returns a system temporary directory if it can...Daniel Patterson-1/+38
2012-08-21Bypass lifecycle_lock in inhibit_kill/allow_kill for 3% to 5% speedup. Close ...Ben Blum-4/+10
2012-08-21Remove fixmes about exporting. Close #2648, close #3119.Ben Blum-4/+2
2012-08-21respect distinct anonymous regions in unsafe::transmute_*Ben Blum-2/+2
2012-08-21Convert atomic intrinsics away from old argument modes (partial #3200)Ben Blum-14/+44
2012-08-21fix a bug in bitv where the undefined bits in small/big bitv values could cau...Gareth Daniel Smith-45/+116
2012-08-21fix a logic bug in small_bitv.setGareth Daniel Smith-1/+9
2012-08-21remove trailing whitespaceNiko Matsakis-1/+1
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-133/+229
2012-08-21fix kate syntax highlighting fileVincent Belliard-2/+8
2012-08-20new region inference, seperate infer into modules, improve error msgsNiko Matsakis-2565/+3868
2012-08-20Document arc::unwrap. Close #3123.Ben Blum-0/+22
2012-08-20Try to do some resolution of vtables earlier, in a fairly ad-hoc way. Closes ...Michael Sullivan-36/+107
2012-08-20oops, remove #[cfg(stage1)]s from arc::unwrap functions+testsBen Blum-9/+0
2012-08-20Add unwrap for std::arc ARC variantsBen Blum-2/+48
2012-08-20implement arc::unwrap and add exclusive_unwrap testsBen Blum-20/+200
2012-08-20register new snapshotsBen Blum-0/+8
2012-08-20core: adding option::or, a function to return the leftmost of two some() valu...Daniel Patterson-0/+10
2012-08-20Disallow deconstructing destructing structs (fixes #3147)Ben Blum-0/+23
2012-08-20remove fixme in check::altBen Blum-2/+0
2012-08-20Re-allow pattern-matching structs (#3215)Ben Blum-3/+0
2012-08-20Remove deprecated modes from os.rsKevin Cantu-35/+38
2012-08-20Add PosixPath to path2. Add path2 to core build. Add dot/dotdot-normalizing.Graydon Hoare-9/+241
2012-08-20add syntax highlighting file for kate editorVincent Belliard-0/+246
2012-08-20Do vtable resolution for *all* method calls, not just statically resolved one...Michael Sullivan-22/+54
2012-08-20xfail crate-method-reexport-grrrrrrr.rs, which has been burning the build for...Michael Sullivan-0/+1
2012-08-17Initial sketch of path2 module, starting with WindowsPath.Graydon Hoare-0/+311
2012-08-17rustc: Implement "priv" for simple items.Patrick Walton-60/+137
2012-08-17forgotten tests for #3217, #2977, #3067Niko Matsakis-0/+33
2012-08-17fix deprecated-mode lint warning to consider dtorsNiko Matsakis-13/+13
2012-08-17Make by-val explicit self actually work. Closes #2585.Michael Sullivan-70/+199
2012-08-17Pretty print explicit self types. Work on #2585.Michael Sullivan-17/+63
2012-08-17Parse explicit self in more places. Work on #2585.Michael Sullivan-54/+68
2012-08-17test: Fix unused variable warning in repeat-to-run-dtor-twice.rs.Patrick Walton-1/+1