summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-13/+4430
2013-03-11auto merge of #5292 : thestinger/rust/nil, r=graydonbors-1/+6
2013-03-11core: Convert obsolete fn syntaxBrian Anderson-2/+2
2013-03-11core: convert asserts to fail_unless!Jeff Olson-5/+5
2013-03-11core: link pthreads explicitly in linux buildJeff Olson-0/+1
2013-03-11core: formatting appeasementJeff Olson-3/+5
2013-03-11core: fix broken tests on windowsJeff Olson-3/+3
2013-03-11core: change import of exchange_alloc for win32 os::_list_dirJeff Olson-1/+1
2013-03-11rt/core: port os::list_dir to rust ref #4812Jeff Olson-11/+139
2013-03-11core: rt/core: impl os::env() in rust ref #4812Jeff Olson-9/+192
2013-03-11rt/core: impl os::getcwd() in rust ref #4812Jeff Olson-1/+8
2013-03-11auto merge of #5305 : brson/rust/mut_buf_as_slice, r=brsonbors-0/+14
2013-03-11core: Add vec::raw::mut_buf_as_sliceBrian Anderson-0/+14
2013-03-11Add deriving_eq to Cell.Josh Matthews-0/+1
2013-03-11librustc: Lint the old `drop` destructor notation offPatrick Walton-0/+1
2013-03-11test: Fix tests. rs=testsPatrick Walton-1/+1
2013-03-11libstd: Remove all newtype enums from std and core.Patrick Walton-1/+1
2013-03-11libsyntax: Stop parsing bare functions in preparation for switching them overPatrick Walton-6/+20
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-315/+317