| Age | Commit message (Expand) | Author | Lines |
| 2013-02-10 | std: strip sillyness from debug comment in iotask teardown | Jeff Olson | -1/+1 |
| 2013-02-10 | build: point libuv at olsonjeffery/libuv, temporarily | Jeff Olson | -0/+0 |
| 2013-02-10 | rt/std: update of libuv API glue for libuv submodule update | Jeff Olson | -132/+111 |
| 2013-02-10 | etc: rework of how libuv is integrated into the build | Jeff Olson | -62/+0 |
| 2013-02-10 | added issue for reference in FIXME | John Clements | -1/+1 |
| 2013-02-10 | rust-mode.el uses the 'cl macros, so it should actually require them | Jed Davis | -0/+1 |
| 2013-02-10 | core: Remove GenericChan/Port from prelude. Closes #4762 | Zack Corr | -1/+0 |
| 2013-02-09 | Omit discriminant from nullary univariant enums. | Jed Davis | -14/+29 |
| 2013-02-09 | auto merge of #4861 : sethpink/rust/incoming, r=catamorphism | bors | -60/+40 |
| 2013-02-09 | auto merge of #4827 : mcpherrinm/rust/master, r=catamorphism | bors | -37/+39 |
| 2013-02-09 | auto merge of #4854 : thestinger/rust/oldmap, r=catamorphism | bors | -201/+188 |
| 2013-02-09 | auto merge of #4853 : Thiez/rust/incoming, r=catamorphism | bors | -5/+17 |
| 2013-02-09 | json tidy | John Clements | -4/+6 |
| 2013-02-09 | re-special-case Option in JSON encoding | John Clements | -9/+64 |
| 2013-02-09 | json add enum encoder test case | John Clements | -1/+41 |
| 2013-02-09 | json bugfix | John Clements | -2/+1 |
| 2013-02-09 | tidy | John Clements | -11/+13 |
| 2013-02-09 | json bugfixes | John Clements | -10/+7 |
| 2013-02-09 | fix typos in sample code, add enum to json encoder, add test case | John Clements | -13/+58 |
| 2013-02-09 | auto merge of #4852 : Caseus/rust/issue-4836, r=brson | bors | -7/+0 |
| 2013-02-09 | auto merge of #4848 : nikomatsakis/rust/issue-4821-bad-kind-computation, r=ca... | bors | -555/+588 |
| 2013-02-09 | Add debug info tests | Brian Leibig | -10/+145 |
| 2013-02-09 | Issue #4830 fix | Seth Pink | -60/+40 |
| 2013-02-09 | Rename dec/inc_weak_task_count to inc/dec_live_count and remove register_task... | Zack Corr | -45/+26 |
| 2013-02-08 | librustc/back/rpath.rs: oldmap -> LinearSet | Daniel Micay | -8/+5 |
| 2013-02-08 | libsyntax/attr.rs: switch from oldmap to LinearSet | Daniel Micay | -5/+3 |
| 2013-02-08 | Remove trailing whitespace | Matthew McPherrin | -5/+5 |
| 2013-02-08 | oldmap: rm unneeded unsafe | Daniel Micay | -26/+18 |
| 2013-02-08 | oldmap: separate out the methods that need Copy | Daniel Micay | -32/+34 |
| 2013-02-08 | rt: remove unused 'rust_compare_and_swap_ptr'. Closes #4836 | Mark Vian | -7/+0 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -137/+135 |
| 2013-02-09 | Added related FIXME for 3260 | Matthijs Hofstra | -1/+1 |
| 2013-02-09 | Fix for issue 2174 | Matthijs Hofstra | -4/+16 |
| 2013-02-08 | auto merge of #4847 : nikomatsakis/rust/region-syntax, r=graydon | bors | -22/+90 |
| 2013-02-08 | Merge branch 'master' of https://github.com/mozilla/rust | Matthew McPherrin | -4143/+2986 |
| 2013-02-08 | Fix subtle error in caching during kind computation that could cause linear | Niko Matsakis | -555/+588 |
| 2013-02-08 | Add and lex LIFETIME tokens | Niko Matsakis | -22/+90 |
| 2013-02-08 | Fix const array index limit calculation. | Jed Davis | -31/+2 |
| 2013-02-08 | Let llsize_of be a ConstantInt | Jed Davis | -10/+9 |
| 2013-02-08 | auto merge of #4843 : ILyoan/rust/i1531, r=catamorphism | bors | -6/+5 |
| 2013-02-07 | auto merge of #4839 : catamorphism/rust/rm-structural-records, r=catamorphism | bors | -66/+45 |
| 2013-02-07 | core: Remove structural records from the rest of core, except pipes | Tim Chevalier | -55/+45 |
| 2013-02-07 | auto merge of #4835 : thestinger/rust/iterator, r=graydon | bors | -87/+133 |
| 2013-02-08 | Fixed #1531 | ILyoan | -6/+5 |
| 2013-02-07 | fix map tests | Daniel Micay | -3/+3 |
| 2013-02-07 | auto merge of #4834 : veddan/rust/zflags, r=graydon | bors | -13/+18 |
| 2013-02-07 | implement BaseIter for LinearMap | Daniel Micay | -28/+32 |
| 2013-02-07 | implement ReverseIter for SmallIntMap | Daniel Micay | -1/+13 |
| 2013-02-07 | implement ReverseIter for TreeMap and TreeSet | Daniel Micay | -12/+17 |
| 2013-02-07 | add a ReverseIter trait | Daniel Micay | -0/+4 |