summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-02-10std: strip sillyness from debug comment in iotask teardownJeff Olson-1/+1
2013-02-10build: point libuv at olsonjeffery/libuv, temporarilyJeff Olson-0/+0
2013-02-10rt/std: update of libuv API glue for libuv submodule updateJeff Olson-132/+111
2013-02-10etc: rework of how libuv is integrated into the buildJeff Olson-62/+0
2013-02-10added issue for reference in FIXMEJohn Clements-1/+1
2013-02-10rust-mode.el uses the 'cl macros, so it should actually require themJed Davis-0/+1
2013-02-10core: Remove GenericChan/Port from prelude. Closes #4762Zack Corr-1/+0
2013-02-09Omit discriminant from nullary univariant enums.Jed Davis-14/+29
2013-02-09auto merge of #4861 : sethpink/rust/incoming, r=catamorphismbors-60/+40
2013-02-09auto merge of #4827 : mcpherrinm/rust/master, r=catamorphismbors-37/+39
2013-02-09auto merge of #4854 : thestinger/rust/oldmap, r=catamorphismbors-201/+188
2013-02-09auto merge of #4853 : Thiez/rust/incoming, r=catamorphismbors-5/+17
2013-02-09json tidyJohn Clements-4/+6
2013-02-09re-special-case Option in JSON encodingJohn Clements-9/+64
2013-02-09json add enum encoder test caseJohn Clements-1/+41
2013-02-09json bugfixJohn Clements-2/+1
2013-02-09tidyJohn Clements-11/+13
2013-02-09json bugfixesJohn Clements-10/+7
2013-02-09fix typos in sample code, add enum to json encoder, add test caseJohn Clements-13/+58
2013-02-09auto merge of #4852 : Caseus/rust/issue-4836, r=brsonbors-7/+0
2013-02-09auto merge of #4848 : nikomatsakis/rust/issue-4821-bad-kind-computation, r=ca...bors-555/+588
2013-02-09Add debug info testsBrian Leibig-10/+145
2013-02-09Issue #4830 fixSeth Pink-60/+40
2013-02-09Rename dec/inc_weak_task_count to inc/dec_live_count and remove register_task...Zack Corr-45/+26
2013-02-08librustc/back/rpath.rs: oldmap -> LinearSetDaniel Micay-8/+5
2013-02-08libsyntax/attr.rs: switch from oldmap to LinearSetDaniel Micay-5/+3
2013-02-08Remove trailing whitespaceMatthew McPherrin-5/+5
2013-02-08oldmap: rm unneeded unsafeDaniel Micay-26/+18
2013-02-08oldmap: separate out the methods that need CopyDaniel Micay-32/+34
2013-02-08rt: remove unused 'rust_compare_and_swap_ptr'. Closes #4836Mark Vian-7/+0
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-137/+135
2013-02-09Added related FIXME for 3260Matthijs Hofstra-1/+1
2013-02-09Fix for issue 2174Matthijs Hofstra-4/+16
2013-02-08auto merge of #4847 : nikomatsakis/rust/region-syntax, r=graydonbors-22/+90
2013-02-08Merge branch 'master' of https://github.com/mozilla/rustMatthew McPherrin-4143/+2986
2013-02-08Fix subtle error in caching during kind computation that could cause linearNiko Matsakis-555/+588
2013-02-08Add and lex LIFETIME tokensNiko Matsakis-22/+90
2013-02-08Fix const array index limit calculation.Jed Davis-31/+2
2013-02-08Let llsize_of be a ConstantIntJed Davis-10/+9
2013-02-08auto merge of #4843 : ILyoan/rust/i1531, r=catamorphismbors-6/+5
2013-02-07auto merge of #4839 : catamorphism/rust/rm-structural-records, r=catamorphismbors-66/+45
2013-02-07core: Remove structural records from the rest of core, except pipesTim Chevalier-55/+45
2013-02-07auto merge of #4835 : thestinger/rust/iterator, r=graydonbors-87/+133
2013-02-08Fixed #1531ILyoan-6/+5
2013-02-07fix map testsDaniel Micay-3/+3
2013-02-07auto merge of #4834 : veddan/rust/zflags, r=graydonbors-13/+18
2013-02-07implement BaseIter for LinearMapDaniel Micay-28/+32
2013-02-07implement ReverseIter for SmallIntMapDaniel Micay-1/+13
2013-02-07implement ReverseIter for TreeMap and TreeSetDaniel Micay-12/+17
2013-02-07add a ReverseIter traitDaniel Micay-0/+4