about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-03-11auto merge of #5303 : brson/rust/newsched4, r=brsonbors-252/+2788
2013-03-11Fix std::getopts::opts_present() to check value.Ben Kelly-4/+5
2013-03-11Implement Add on Option typesBen Striegel-0/+40
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-252/+2788
2013-03-11treemap: fix a bug in the union implementationDaniel Micay-0/+4
2013-03-11treemap: add more set testsDaniel Micay-0/+10
2013-03-11treemap: refactor the set operation testsDaniel Micay-80/+34
2013-03-11Work on 0.6 release notesBrian Anderson-2/+79
2013-03-11auto merge of #5292 : thestinger/rust/nil, r=graydonbors-1/+6
2013-03-11auto merge of #5322 : brson/rust/4812, r=brsonbors-149/+382
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-86/+174
2013-03-11core: rt/core: impl os::env() in rust ref #4812Jeff Olson-40/+196
2013-03-11rt/core: impl os::getcwd() in rust ref #4812Jeff Olson-22/+8
2013-03-11More descriptive error messages for debug info testsBrian Leibig-2/+2
2013-03-11Re-enable struct value printing in debug info tests with gdb pretty printing offBrian Leibig-10/+9
2013-03-11Disable struct value printing in debug info testsBrian Leibig-8/+4
2013-03-11Debuginfo revampBrian Leibig-98/+217
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-11auto merge of #5318 : jdm/rust/deriving_cell, r=pcwaltonbors-0/+1
2013-03-11Add deriving_eq to Cell.Josh Matthews-0/+1
2013-03-11treemap: add more tests for set differenceDaniel Micay-16/+21
2013-03-11treemap: inline the TreeSet wrappersDaniel Micay-12/+20
2013-03-11treemap: indentation fixesDaniel Micay-14/+14
2013-03-11treemap: make set_advance publicDaniel Micay-2/+2
2013-03-11auto merge of #5314 : jld/rust/adt-simplification, r=pcwaltonbors-77/+40
2013-03-11auto merge of #5291 : pcwalton/rust/drop-lint, r=pcwaltonbors-1190/+1138
2013-03-11librustc: Lint the old `drop` destructor notation offPatrick Walton-81/+51
2013-03-11librustc: Remove old-style operator overloadingPatrick Walton-14/+34
2013-03-11test: Fix tests. rs=testsPatrick Walton-32/+32
2013-03-11libsyntax: Stop parsing newtype enumsPatrick Walton-10/+9
2013-03-11doc: Remove documentation on newtype enums.Patrick Walton-44/+36
2013-03-11libsyntax: Remove newtype enums from libsyntax. rs=deenumPatrick Walton-40/+14
2013-03-11librustc: Remove newtype enums from librustcPatrick Walton-37/+41
2013-03-11libstd: Remove all newtype enums from std and core.Patrick Walton-17/+42
2013-03-11test: Remove newtype enums from the test suite. rs=deenumPatrick Walton-110/+42
2013-03-11libsyntax: Stop parsing bare functions in preparation for switching them overPatrick Walton-9/+40
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-812/+813
2013-03-11auto merge of #5122 : sanxiyn/rust/vec-match-tail-2, r=nikomatsakisbors-153/+276
2013-03-11Add one more test for vector destructuringSeo Sanghyeon-1/+42
2013-03-11Implement vector destructuring from tailSeo Sanghyeon-159/+241
2013-03-11Get rid of the `Unit` enum representation.Jed Davis-30/+10
2013-03-10Simplify struct representation.Jed Davis-48/+31
2013-03-10auto merge of #5308 : wanderview/rust/std-getopts-rustdoc-fix, r=luqmanabors-5/+8