| Age | Commit message (Expand) | Author | Lines |
| 2013-05-08 | auto merge of #6317 : brson/rust/durable, r=z0w0 | bors | -123/+144 |
| 2013-05-08 | Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] | Zack Corr | -132/+131 |
| 2013-05-08 | auto merge of #6311 : indutny/rust/fix/handle-io-fread-errors, r=z0w0 | bors | -2/+12 |
| 2013-05-08 | Add #[cfg(debug)] flag to rust suite compilation. Closes #3068 | Zack Corr | -1/+1 |
| 2013-05-08 | auto merge of #6309 : nikomatsakis/rust/issue-3678-type-of-extern-fns, r=niko... | bors | -22/+26 |
| 2013-05-08 | auto merge of #6307 : brson/rust/rng2, r=brson | bors | -60/+68 |
| 2013-05-08 | Show lint names | Sangeun Kim | -0/+9 |
| 2013-05-08 | auto merge of #6305 : thestinger/rust/rc, r=nikomatsakis | bors | -6/+8 |
| 2013-05-07 | auto merge of #6297 : sammykim/rust/static-lint-table, r=luqmana | bors | -144/+145 |
| 2013-05-07 | rt: Remove rust_call_nullary_fn | Brian Anderson | -14/+19 |
| 2013-05-08 | Move core::simd to core::unstable::simd | Seo Sanghyeon | -1/+2 |
| 2013-05-08 | testsuite: update a test for #4350 | ILyoan | -5/+5 |
| 2013-05-07 | auto merge of #6303 : nikomatsakis/rust/issue-4666-test, r=nikomatsakis | bors | -0/+50 |
| 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 | auto merge of #6295 : yichoi/rust/pull-mingw32, r=brson | bors | -2/+4 |
| 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 | -12/+93 |
| 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 |