| Age | Commit message (Expand) | Author | Lines |
| 2013-05-01 | auto merge of #6162 : graydon/rust/random-retry, r=graydon | bors | -0/+687 |
| 2013-05-01 | core: add more debugging printouts to borrowing | Niko Matsakis | -5/+18 |
| 2013-05-01 | rustc: fix the fact that trans_lvalue rooted twice | Niko Matsakis | -55/+29 |
| 2013-05-01 | rustc: adjust total number of lang items | Niko Matsakis | -2/+2 |
| 2013-05-01 | libcore: add N(0,1) and Exp(1) distributions to core::rand. | Huon Wilson | -0/+687 |
| 2013-05-01 | glob_t should be public on all platforms | Jesse Luehrs | -2/+2 |
| 2013-05-01 | add a higher level glob() function to os | Jesse Luehrs | -0/+83 |
| 2013-05-01 | libc bindings for glob.h | Jesse Luehrs | -2/+106 |
| 2013-05-01 | Add trait object field types to back/abi.rs, and use them | Daniel Ralston | -17/+28 |
| 2013-05-02 | libstd: impl Clone for BigUint/BigInt and replace `copy` with `.clone()` | gifnksm | -11/+13 |
| 2013-05-01 | compiletest: stop ignoring all tests. | Graydon Hoare | -1/+1 |
| 2013-05-01 | wip---work on making rooting work properly | Niko Matsakis | -117/+175 |
| 2013-05-01 | auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton | bors | -731/+148 |
| 2013-05-01 | avoid broken += operator, bogus use of const | Niko Matsakis | -10/+10 |
| 2013-05-01 | pipes: use finally to fix pipes::try_recv | Erick Tryzelaar | -18/+13 |
| 2013-05-01 | rustdoc: Remove a now invalid test | Erick Tryzelaar | -7/+0 |
| 2013-05-01 | remove some warnings | Erick Tryzelaar | -5/+4 |
| 2013-05-01 | syntax: remove parse::token::{dtor,literally_dtor} | Erick Tryzelaar | -75/+70 |
| 2013-05-01 | allow parsing attributes on struct fields | Erick Tryzelaar | -17/+31 |
| 2013-05-01 | rustc: remove the rest of drop | Erick Tryzelaar | -538/+21 |
| 2013-05-01 | syntax: remove parsing destructors | Erick Tryzelaar | -78/+14 |
| 2013-05-01 | core: Remove use of deprecated `drop` | Erick Tryzelaar | -4/+6 |
| 2013-05-01 | add an option to debug borrows (RUST_DEBUG_BORROW) so you can | Niko Matsakis | -14/+121 |
| 2013-05-01 | rustc: print out filename/line-number when a borrow fails | Niko Matsakis | -14/+36 |
| 2013-05-01 | keep old sort for stage0 | Niko Matsakis | -0/+1239 |
| 2013-05-01 | correct incorrect handling of overloaded operators, exposing various other bi... | Niko Matsakis | -129/+117 |
| 2013-05-01 | compiletest: fix to remove trailing whitespace | Young-il Choi | -1/+1 |
| 2013-05-01 | compiletest: expanded to ARM test automation | Young-il Choi | -7/+158 |
| 2013-05-01 | auto merge of #6147 : bjz/rust/numeric-traits, r=brson | bors | -232/+196 |
| 2013-05-01 | auto merge of #6144 : catamorphism/rust/mkdir_recursive-breakage, r=thestinger | bors | -21/+59 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -232/+196 |
| 2013-04-30 | auto merge of #6131 : thestinger/rust/new_iter, r=graydon | bors | -0/+94 |
| 2013-04-30 | auto merge of #6115 : jbclements/rust/test-case-fixes, r=jbclements | bors | -299/+141 |
| 2013-04-30 | auto merge of #6113 : brson/rust/task-drop, r=graydon | bors | -56/+21 |
| 2013-04-30 | auto merge of #6105 : Aatch/rust/linker-improv, r=pcwalton | bors | -131/+171 |
| 2013-04-30 | core/std: Fix race condition in os::mkdir_recursive tests | Tim Chevalier | -21/+59 |
| 2013-04-30 | auto merge of #6103 : catamorphism/rust/nonfatal-errors, r=catamorphism | bors | -81/+166 |
| 2013-04-30 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -304/+1356 |
| 2013-04-30 | fixed pattern, moved test to compile-fail | John Clements | -1/+1 |
| 2013-04-30 | fixed up syntax | John Clements | -9/+16 |
| 2013-04-30 | renamed issue-2185 to issue-3429 | John Clements | -0/+0 |
| 2013-04-30 | typestate is not planned for upcoming versions of rust.... | John Clements | -27/+0 |
| 2013-04-30 | fixed this test case too | John Clements | -8/+7 |
| 2013-04-30 | fixed the test case, hope it's still testing something | John Clements | -10/+6 |
| 2013-04-30 | after syntax fixes, these tests appear to pass | John Clements | -33/+31 |
| 2013-04-30 | more commits on issue 2185 | John Clements | -0/+1 |
| 2013-04-30 | fixed up issue-2185, but now it has a trait failure | John Clements | -4/+27 |
| 2013-04-30 | with syntax fixes, this test case now appears to pass | John Clements | -9/+7 |
| 2013-04-30 | added test case for issue 5927 | John Clements | -0/+20 |
| 2013-04-30 | Test now passes | John Clements | -4/+2 |