summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-11librustc: Lint the old `drop` destructor notation offPatrick Walton-66/+36
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-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-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
2013-03-10Correct copyright year to be 2012-2013.Ben Kelly-1/+1
2013-03-10Fix formatting and errors in std::getopts example.Ben Kelly-5/+8
2013-03-10Simplify the interface to check_fn by pulling some of the madness out to its ...Niko Matsakis-39/+56
2013-03-10add a TotalOrd impl for the unit typeDaniel Micay-1/+6
2013-03-09auto merge of #5285 : jld/rust/emacs-refix, r=brsonbors-0/+1
2013-03-09Const dereference works now, so allow it.Jed Davis-2/+22
2013-03-09Don't copy const data to do an autoderef+autoref.Jed Davis-3/+27
2013-03-09Add some tests for const auto-deref.Jed Davis-0/+36
2013-03-09Don't print addr_of(addr_of(e)) as `&&e`, which means something else.Jed Davis-0/+5
2013-03-09Make a const translation test match TESTNAME=constJed Davis-0/+0
2013-03-09Let const_deref "dereference" newtypes.Jed Davis-10/+47
2013-03-09Implement most of adjustment handling for consts.Jed Davis-40/+53
2013-03-09Break out const_addr_of.Jed Davis-7/+12
2013-03-09auto merge of #5302 : thestinger/rust/vec, r=nikomatsakisbors-246/+227
2013-03-09Remove @ast::Region and replace with @ast::Lifetime.Niko Matsakis-245/+195
2013-03-09vec: cleanupDaniel Micay-219/+218
2013-03-09auto merge of #5295 : apasel422/rust/kate, r=brsonbors-1/+1
2013-03-09vec: renovate the BaseIter implDaniel Micay-27/+9
2013-03-09kate: remove assert keywordAndrew Paseltiner-1/+0
2013-03-09kate: add Not to list of traitsAndrew Paseltiner-0/+1
2013-03-09core: implement Clone for primitive typesAndrew Paseltiner-3/+47