| Age | Commit message (Expand) | Author | Lines |
| 2013-02-07 | implement BaseIter for SmallIntMap | Daniel Micay | -14/+19 |
| 2013-02-07 | make Option's map and map_default use a lifetime | Daniel Micay | -15/+9 |
| 2013-02-07 | implement BaseIter for TreeMap | Daniel Micay | -18/+29 |
| 2013-02-07 | rm each method from the Map trait | Daniel Micay | -39/+41 |
| 2013-02-07 | Fix vector indexing in consts so it works with the enum vector const fix. | Jed Davis | -10/+38 |
| 2013-02-07 | Make tuple-like structs containing enums work as constants. | Jed Davis | -4/+40 |
| 2013-02-07 | Fix const enum type issues for structs. | Jed Davis | -2/+39 |
| 2013-02-07 | Add a test for vstore, which already works | Jed Davis | -0/+23 |
| 2013-02-07 | Fix pointer consts to work with enums | Jed Davis | -3/+20 |
| 2013-02-07 | Make vectors of enums work as constants | Jed Davis | -1/+30 |
| 2013-02-07 | core: Remove transitional code | Tim Chevalier | -11/+0 |
| 2013-02-07 | Also need to pad out "C-like" enum consts (paths as well as calls). | Jed Davis | -1/+25 |
| 2013-02-07 | Pad out enum consts to the expected size; makes enums in tuples work. | Jed Davis | -1/+27 |
| 2013-02-07 | Fix const enums better: let them have the same alignment as an "opaque enum". | Jed Davis | -1/+6 |
| 2013-02-07 | add a BaseIter implementation for PriorityQueue | Daniel Micay | -0/+9 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -2085/+2433 |
| 2013-02-08 | Added a few missing 'pub's | Viktor Dahl | -5/+5 |
| 2013-02-07 | auto merge of #4803 : alexcrichton/rust/fix-unused-imports, r=graydon | bors | -28/+82 |
| 2013-02-08 | Moved experimental compiler flags to -Z (#4740) | Viktor Dahl | -13/+18 |
| 2013-02-07 | auto merge of #4791 : jbclements/rust/demodeing-and-deGCing, r=jbclements,brson | bors | -67/+70 |
| 2013-02-07 | Merge pull request #4619 from brson/exchange | Brian Anderson | -120/+305 |
| 2013-02-07 | auto merge of #4832 : sanxiyn/rust/pretty-exact, r=graydon | bors | -10/+8 |
| 2013-02-08 | Change pretty-exact to pp-exact | Seo Sanghyeon | -10/+8 |
| 2013-02-07 | auto merge of #4831 : bjz/rust/incoming, r=pcwalton | bors | -11/+48 |
| 2013-02-08 | Fix broken tests | Brendan Zabarauskas | -2/+2 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -2361/+2053 |
| 2013-02-07 | auto merge of #4823 : pcwalton/rust/enum-variant-discriminants, r=graydon | bors | -24/+3 |
| 2013-02-07 | Merge branch 'incoming' of https://github.com/mozilla/rust into incoming | Brendan Zabarauskas | -153/+363 |
| 2013-02-07 | Add type parameter for epsilon value | Brendan Zabarauskas | -5/+42 |
| 2013-02-07 | auto merge of #4816 : lifthrasiir/rust/float-literal, r=graydon | bors | -0/+41 |
| 2013-02-06 | auto merge of #4815 : thestinger/rust/treemap, r=pcwalton | bors | -90/+72 |
| 2013-02-06 | Merge pull request #4811 from catamorphism/issue-4523-testcase | Patrick Walton | -0/+17 |
| 2013-02-06 | auto merge of #4801 : z0w0/rust/randomtrait, r=graydon | bors | -0/+100 |
| 2013-02-06 | Fix sample program to compile in modern rust | Matthew McPherrin | -42/+44 |
| 2013-02-06 | auto merge of #4795 : catamorphism/rust/less-copy, r=catamorphism | bors | -14/+16 |
| 2013-02-06 | librustc: Attempt to put out burning tree by fixing translation of unary nega... | Patrick Walton | -15/+31 |
| 2013-02-07 | Convert fuzzy_epsilon constant to upper case and make public | Brendan Zabarauskas | -4/+4 |
| 2013-02-06 | librustc: Stop loading enum variant discriminants from memory | Patrick Walton | -24/+3 |
| 2013-02-06 | remove old snapshot workaround from smallintmap | Daniel Micay | -4/+0 |
| 2013-02-06 | treemap: make map_next and set_next public | Daniel Micay | -2/+2 |
| 2013-02-06 | update treemap FIXME | Daniel Micay | -1/+1 |
| 2013-02-06 | get rid of implicit vec copies in treemap iterator | Daniel Micay | -69/+67 |
| 2013-02-06 | treemap: get rid of some implicit vector copies | Daniel Micay | -2/+2 |
| 2013-02-06 | remove issue #3148 workarounds (no longer needed) | Daniel Micay | -14/+2 |
| 2013-02-06 | librustc: Change i1 to i8 for bools. Attempts to put out burning tree. rs=bur... | Patrick Walton | -34/+86 |
| 2013-02-06 | Rewrite the exchange allocator to work without an active scheduler. #4457 | Brian Anderson | -101/+233 |
| 2013-02-06 | Make foreign calls work outside of tasks. #4451 | Brian Anderson | -16/+56 |
| 2013-02-06 | rustc: Less copy | Tim Chevalier | -14/+16 |
| 2013-02-06 | rt: Add rust_try_get_current_task | Brian Anderson | -3/+16 |
| 2013-02-06 | got rid of last empty lines | Kang Seonghoon | -2/+0 |