about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-03-18libsyntax: Stop parsing old lifetimes, except for the ones on data type decla...Patrick Walton-1/+1
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-204/+204
2013-03-18core: Initialize global state lazily in the Scheduler ctorBrian Anderson-10/+7
2013-03-18Add a way to run the test suite with the new schedulerBrian Anderson-5/+45
2013-03-18core: Refactor uv bindingsBrian Anderson-483/+535
2013-03-18core: Begin uv file system bindingsBrian Anderson-0/+36
2013-03-18core: Add rt::io and start sketching the APIBrian Anderson-0/+92
2013-03-18core: Rename rt::io to rt::rtioBrian Anderson-6/+4
2013-03-18core: Convert some multiline statements to single-lineBrian Anderson-135/+67
2013-03-18core: Simplify uvll bindings and strip out currently-unused bitsBrian Anderson-1770/+315
2013-03-18core: Don't use printf in rtdebug!Brian Anderson-10/+4
2013-03-18Give core::rt and std::net their own uvll bindingsBrian Anderson-3/+2
2013-03-18core: Cleanup rt::contextBrian Anderson-17/+35
2013-03-16rt: Add RUST_DEBUG_MEM to rust_env to avoid racesBrian Anderson-5/+49
2013-03-15auto merge of #5408 : thestinger/rust/trie, r=pcwaltonbors-2/+31
2013-03-15auto merge of #5404 : bstrie/rust/decopy, r=pcwaltonbors-3/+29
2013-03-15add a test for the chunk functionDaniel Micay-0/+22
2013-03-15core: fix trie chunk functionGraydon Hoare-2/+2
2013-03-15add constructor to TrieSet (was missing)Daniel Micay-0/+7
2013-03-15auto merge of #5396 : ILyoan/rust/fix_rt_tls, r=graydonbors-0/+1
2013-03-15auto merge of #5391 : brson/rust/to-bytes, r=graydonbors-0/+3
2013-03-15impl Clone for ~T, ~[T], ~strBen Striegel-3/+29
2013-03-15auto merge of #5395 : thestinger/rust/iter, r=pcwaltonbors-1/+8
2013-03-15Fix an android compilation failILyoan-0/+1
2013-03-14MutableIter impl for Option + use it in treemapDaniel Micay-1/+8
2013-03-14auto merge of #5371 : thestinger/rust/hidden, r=pcwaltonbors-1/+2
2013-03-14auto merge of #5369 : thestinger/rust/iter, r=z0w0bors-7/+33
2013-03-14core: Add to_bytes method to StrSlice traitBrian Anderson-0/+3
2013-03-14auto merge of #5367 : brson/rust/5299, r=thestingerbors-0/+4
2013-03-14auto merge of #5365 : thestinger/rust/map, r=catamorphismbors-11/+27
2013-03-13test: Fix tests. rs=testsPatrick Walton-2/+7
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-50/+133
2013-03-13rm FIXME from use of #[doc(hidden)] on pub modDaniel Micay-1/+1
2013-03-13hide the linkhack module in the docsDaniel Micay-0/+1
2013-03-13add a trait for mutable iteratorsDaniel Micay-7/+33
2013-03-13core: Add spawn, stream and friends to prelude. #5299Brian Anderson-0/+4
2013-03-14Remove unused import in coreILyoan-9/+2
2013-03-13add the mutate_values method to the Map traitDaniel Micay-11/+27
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-3/+3
2013-03-13Revamp foreign code not to consider the Rust modes. This requiresNiko Matsakis-4/+4
2013-03-13auto merge of #5293 : brson/rust/logging, r=brsonbors-165/+149
2013-03-12Work around linkage bug cross-compiling from x86_64-apple-darwin to i686-appl...Brian Anderson-36/+18
2013-03-12libcore: Attempt to put out burning tree on Mac by using the old symbol on 32...Patrick Walton-5/+20
2013-03-12core: Turn off rtdebug loggingBrian Anderson-2/+3
2013-03-12auto merge of #5333 : brson/rust/context, r=brsonbors-31/+63
2013-03-12auto merge of #5328 : bstrie/rust/optadd, r=graydonbors-0/+13
2013-03-11core: Add context switching for ARM and MIPSBrian Anderson-31/+63
2013-03-11core: Remove logging constantsBrian Anderson-16/+8
2013-03-11Remove uses of logBrian Anderson-149/+141
2013-03-11Implement Add on Option typesBen Striegel-0/+13