about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-08-22Merge pull request #3244 from dbp/osbugBrian Anderson-3/+0
2012-08-22Merge pull request #3240 from Dretch/bitvfixesBrian Anderson-46/+125
2012-08-22intern identifiersPaul Stansifer-1464/+1662
2012-08-22pre-intern some fixed names so they can be used as constantsPaul Stansifer-2/+20
2012-08-22Centralize ident interner generation.Paul Stansifer-37/+35
2012-08-22Track the type of self properly. Closes #3247.Michael Sullivan-96/+107
2012-08-22Eliminate many match checks in rustcTim Chevalier-88/+61
2012-08-22Remove one last default argument mode from core::osBen Blum-1/+1
2012-08-22Merge pull request #3231 from killerswan/modes1Ben Blum-35/+38
2012-08-22Merge pull request #3229 from Vincent-Belliard/masterBen Blum-0/+252
2012-08-22#[ignore(cfg(windows))] for a test I added to arena that involves failure.Michael Sullivan-2/+1
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