summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-08-31Fix test caseBrian Anderson-2/+2
2012-08-31Merge remote-tracking branch 'erickt/incoming'Brian Anderson-87/+46
2012-08-31Tag things that have to do with default methods with issue #2794.Lindsey Kuper-5/+7
2012-08-31Fix check-fast.Graydon Hoare-18/+9
2012-08-31rustc: Make entire crates privileged scopes for the purposes of coherencePatrick Walton-55/+9
2012-08-31rt: Add tests for box annihilator.Elliott Slaughter-0/+33
2012-08-31rt: Fix box annihilator to deallocate exchange heap boxes properly.Elliott Slaughter-1/+7
2012-08-31rt: Add interface to box annihilator.Elliott Slaughter-0/+20
2012-08-31std: Camel case net modulesBrian Anderson-252/+256
2012-08-31Merge pull request #3308 from killerswan/modes7Brian Anderson-49/+71
2012-08-31Register snapshots.Elliott Slaughter-0/+8
2012-08-31Remove deprecated modes from list.rs (and temporarily delete list::push)Kevin Cantu-14/+27
2012-08-31Remove deprecated modes from rope.rsKevin Cantu-22/+27
2012-08-31Remove deprecated modes from dbg.rsKevin Cantu-3/+5
2012-08-31Remove deprecated modes from FuzzyEq in cmp.rsKevin Cantu-10/+12
2012-08-31libsyntax: Get "extern mod foo;" working in .rc filesPatrick Walton-5/+20
2012-08-31rustc: Implement "use mod"Patrick Walton-102/+296
2012-08-31Fix anon-extern-mod pretty print test.Graydon Hoare-3/+5
2012-08-31Various JSON pretty printing tweaksKevin Cantu-9/+31
2012-08-31Fix JSON parsing of unicode escapesKevin Cantu-5/+13
2012-08-31Pretty print JSON: sorting object keysKevin Cantu-6/+19
2012-08-31Pretty print JSON: indentation and newlinesKevin Cantu-0/+68
2012-08-30libcore: add result::unwrap_err.Erick Tryzelaar-0/+8
2012-08-30libcore: result::unwrap should use movesErick Tryzelaar-9/+4
2012-08-30libcore: fix a typoErick Tryzelaar-1/+1
2012-08-30libcore: vec::u8::hash is pure.Erick Tryzelaar-1/+1
2012-08-30libcore: rewrite str::reserve in pure rust.Erick Tryzelaar-15/+3
2012-08-30libcore: rewrite io::MemBuffer.write to use memcpy (#2004)Erick Tryzelaar-16/+13
2012-08-30libcore: Rewrite str::unsafe::push_byte in pure rust.Erick Tryzelaar-14/+8
2012-08-30libcore: str::push_char should use str::unsafe::set_len.Erick Tryzelaar-6/+1
2012-08-30libcore: rewrite vec::unsafe::from_buf in pure rustErick Tryzelaar-25/+7
2012-08-30Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.Graydon Hoare-55/+56
2012-08-30Fix some more test breakage.Graydon Hoare-3/+6
2012-08-30test: Fix compile-fail testsPatrick Walton-0/+11
2012-08-30rustc: "extern mod { ... }" should be written "extern { ... }" insteadPatrick Walton-8/+25
2012-08-30Fix auto_serialize test.Graydon Hoare-0/+35
2012-08-30Fix json test.Graydon Hoare-9/+7
2012-08-30Change str : Eq to use memcmp.Graydon Hoare-11/+11
2012-08-30test: Add a test for unused constants in foreign modulesPatrick Walton-0/+8
2012-08-30rustc: Make the compiler no longer ICE on unused foreign constantsPatrick Walton-2/+8
2012-08-30Bump version to 0.4Brian Anderson-32/+32
2012-08-30Add an impl path::WindowsPath : Eq.Graydon Hoare-0/+9
2012-08-30Fix another Eq missing case.Graydon Hoare-0/+6
2012-08-30Start moving core::hash to support a Hash trait. Add to_bytes::IterBytes trait.Graydon Hoare-34/+408
2012-08-30libstd: Fix another std testPatrick Walton-0/+7
2012-08-30libstd: More test fixesPatrick Walton-1/+26
2012-08-30libcore: Fix test issues harderPatrick Walton-1/+1
2012-08-30libcore: Fix test issuesPatrick Walton-4/+4
2012-08-30cargo: Fix some lack of knowledge of basic algebraic identitiesPatrick Walton-69/+12
2012-08-30libcore: Add missing unit.rsPatrick Walton-0/+17