| Age | Commit message (Expand) | Author | Lines |
| 2013-05-07 | auto merge of #6259 : Aatch/rust/vimfile, r=bstrie | bors | -4/+7 |
| 2013-05-08 | extranous thing is removed | Sangeun Kim | -1/+1 |
| 2013-05-07 | Remove Durable from the language | Brian Anderson | -91/+82 |
| 2013-05-07 | test: Replace Durable with 'static | Brian Anderson | -1/+1 |
| 2013-05-07 | auto merge of #6302 : nikomatsakis/rust/issue-6141-leaking-owned-fn, r=brson | bors | -54/+71 |
| 2013-05-07 | auto merge of #6301 : bjz/rust/numeric-traits, r=pcwalton | bors | -76/+422 |
| 2013-05-08 | General fixes for vim | James Miller | -3/+3 |
| 2013-05-08 | Improved vim indent file for rust | James Miller | -1/+4 |
| 2013-05-07 | rustc: Replace Durable with 'static | Brian Anderson | -17/+17 |
| 2013-05-07 | std: Replace Durable with 'static | Brian Anderson | -2/+2 |
| 2013-05-07 | core: Replace Durable with 'static | Brian Anderson | -12/+12 |
| 2013-05-08 | io: handle fread() errors | Fedor Indutny | -2/+12 |
| 2013-05-07 | auto merge of #6294 : sonwow/rust/renamed-test, r=thestinger | bors | -2/+2 |
| 2013-05-07 | Add some tests for local data + borrowed pointers | Brian Anderson | -0/+30 |
| 2013-05-07 | auto merge of #6292 : thestinger/rust/cleanup, r=brson | bors | -6/+87 |
| 2013-05-07 | core::rt: Add a test that rng works with new tasks | Brian Anderson | -0/+9 |
| 2013-05-07 | rt: Eliminate the dependency on rust_kernel from rust_rng | Brian Anderson | -34/+36 |
| 2013-05-07 | rt: Move win32_require out of the rust_kernel type | Brian Anderson | -26/+23 |
| 2013-05-07 | auto merge of #6290 : brson/rust/issue-3707, r=thestinger | bors | -3/+2 |
| 2013-05-07 | auto merge of #6254 : alexcrichton/rust/issues-5311-4490-better-foldl, r=graydon | bors | -8/+9 |
| 2013-05-08 | Generate LLVM SIMD vector types | Seo Sanghyeon | -15/+55 |
| 2013-05-07 | arc: mark RWARC as non-Const | Daniel Micay | -0/+1 |
| 2013-05-07 | rc: remove the managed pointer workaround | Daniel Micay | -6/+7 |
| 2013-05-07 | auto merge of #6282 : alexcrichton/rust/issue-5517-add-test, r=thestinger | bors | -0/+14 |
| 2013-05-08 | Remove trailing whitespace | Seo Sanghyeon | -1/+1 |
| 2013-05-07 | Add test for #4666, which didn't *quite* seem to be covered by | Niko Matsakis | -0/+50 |
| 2013-05-07 | When autoborrowing a fn in trans, adjust the type of the datum to be `&fn`. | Niko Matsakis | -54/+71 |
| 2013-05-07 | Add SIMD vector type tests | Seo Sanghyeon | -0/+22 |
| 2013-05-07 | Add core::simd and define SIMD vector types | Seo Sanghyeon | -0/+44 |
| 2013-05-07 | Check SIMD vector types | Seo Sanghyeon | -3/+51 |
| 2013-05-07 | Port IRBuilder::CreateVectorSplat | Seo Sanghyeon | -6/+20 |
| 2013-05-07 | auto merge of #6276 : brson/rust/issue-6122, r=graydon | bors | -0/+1 |
| 2013-05-07 | auto merge of #6271 : pnkfelix/rust/issue6009-condition-pub-priv-variants, r=... | bors | -1/+17 |
| 2013-05-07 | Add is_normal and classify methods to Float trait | Brendan Zabarauskas | -17/+170 |
| 2013-05-07 | auto merge of #6255 : brson/rust/nobreakpoint, r=graydon | bors | -13/+1 |
| 2013-05-07 | Lift restriction on calling extern C functions, and propagate | Niko Matsakis | -22/+26 |
| 2013-05-07 | Add abs_sub method to Signed trait | Brendan Zabarauskas | -5/+140 |
| 2013-05-07 | Fix order of methods | Brendan Zabarauskas | -24/+26 |
| 2013-05-07 | Implement exp_m1 and ln_1p as methods for Float | Brendan Zabarauskas | -22/+65 |
| 2013-05-07 | Switch to using 'ln' for the natural logarithm and 'log' for arbitrary base l... | Brendan Zabarauskas | -36/+49 |
| 2013-05-07 | auto merge of #6251 : thestinger/rust/non_owned, r=pcwalton | bors | -25/+119 |
| 2013-05-07 | Make lint_table static | Sangeun Kim | -144/+145 |
| 2013-05-07 | auto merge of #6245 : youknowone/rust/match-range-static, r=graydon | bors | -2/+18 |
| 2013-05-06 | auto merge of #6236 : alexcrichton/rust/more-map-methods, r=thestinger | bors | -83/+187 |
| 2013-05-07 | Add pop() and swap() to the Map trait | Alex Crichton | -83/+187 |
| 2013-05-07 | renamed tests | Youngsoo Son | -2/+2 |
| 2013-05-06 | auto merge of #6241 : thestinger/rust/rc, r=pcwalton | bors | -0/+276 |
| 2013-05-06 | remove borrowck workarounds from the containers | Daniel Micay | -6/+87 |
| 2013-05-06 | auto merge of #6228 : brson/rust/run-destroy, r=brson | bors | -70/+89 |
| 2013-05-06 | auto merge of #6226 : alexcrichton/rust/issue-6199, r=brson | bors | -23/+22 |