| Age | Commit message (Expand) | Author | Lines |
| 2013-02-07 | auto merge of #4803 : alexcrichton/rust/fix-unused-imports, r=graydon | bors | -28/+82 |
| 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/+306 |
| 2013-02-07 | auto merge of #4832 : sanxiyn/rust/pretty-exact, r=graydon | bors | -10/+8 |
| 2013-02-07 | auto merge of #4814 : brson/rust/check, r=nikomatsakis | bors | -691/+346 |
| 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 | auto merge of #4810 : nikomatsakis/rust/owned-fn-noncopyable, r=nikomatsakis | bors | -2361/+2053 |
| 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/+369 |
| 2013-02-07 | Add type parameter for epsilon value | Brendan Zabarauskas | -5/+42 |
| 2013-02-07 | auto merge of #4822 : graydon/rust/doc-version-stamp, r=brson | bors | -4/+6 |
| 2013-02-07 | auto merge of #4817 : kud1ing/rust/patch-1, r=brson | bors | -0/+6 |
| 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 | 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 | doc: improvements to version-stamp makefile logic. | Graydon Hoare | -4/+6 |
| 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/+234 |
| 2013-02-06 | Make foreign calls work outside of tasks. #4451 | Brian Anderson | -19/+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 | mk: Add output files to tests so they don't rerun unnecessarily | Brian Anderson | -15/+29 |
| 2013-02-06 | `core::send_map` renamed to `core::hashmap` | kud1ing | -0/+6 |
| 2013-02-06 | got rid of last empty lines | Kang Seonghoon | -2/+0 |
| 2013-02-06 | libsyntax: no binary/hex float literals | Kang Seonghoon | -0/+43 |
| 2013-02-05 | mk: Don't check core/std/rustc as part of check-fast | Brian Anderson | -3/+0 |
| 2013-02-05 | mk: Parameterize tests.mk to the max | Brian Anderson | -688/+332 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -479/+482 |
| 2013-02-05 | testsuite: Add test for #4523 | Tim Chevalier | -0/+17 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -482/+479 |
| 2013-02-05 | Merge branch 'incoming' into removing | Tim Chevalier | -0/+0 |
| 2013-02-05 | Merge branch 'incoming' into made-snap | Tim Chevalier | -583/+624 |
| 2013-02-05 | Register snapshots | Tim Chevalier | -0/+8 |
| 2013-02-05 | Merge branch 'incoming' into removing | Tim Chevalier | -583/+624 |
| 2013-02-05 | Merge | Tim Chevalier | -5779/+5903 |
| 2013-02-05 | Don't warn when imported traits are indeed used | Alex Crichton | -3/+14 |