about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-05-08auto merge of #6317 : brson/rust/durable, r=z0w0bors-123/+144
2013-05-08Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)]Zack Corr-132/+131
2013-05-08auto merge of #6311 : indutny/rust/fix/handle-io-fread-errors, r=z0w0bors-2/+12
2013-05-08Add #[cfg(debug)] flag to rust suite compilation. Closes #3068Zack Corr-1/+1
2013-05-08auto merge of #6309 : nikomatsakis/rust/issue-3678-type-of-extern-fns, r=niko...bors-22/+26
2013-05-08auto merge of #6307 : brson/rust/rng2, r=brsonbors-60/+68
2013-05-08Show lint namesSangeun Kim-0/+9
2013-05-08auto merge of #6305 : thestinger/rust/rc, r=nikomatsakisbors-6/+8
2013-05-07auto merge of #6297 : sammykim/rust/static-lint-table, r=luqmanabors-144/+145
2013-05-07rt: Remove rust_call_nullary_fnBrian Anderson-14/+19
2013-05-08Move core::simd to core::unstable::simdSeo Sanghyeon-1/+2
2013-05-08testsuite: update a test for #4350ILyoan-5/+5
2013-05-07auto merge of #6303 : nikomatsakis/rust/issue-4666-test, r=nikomatsakisbors-0/+50
2013-05-07auto merge of #6259 : Aatch/rust/vimfile, r=bstriebors-4/+7
2013-05-08extranous thing is removedSangeun Kim-1/+1
2013-05-07Remove Durable from the languageBrian Anderson-91/+82
2013-05-07test: Replace Durable with 'staticBrian Anderson-1/+1
2013-05-07auto merge of #6302 : nikomatsakis/rust/issue-6141-leaking-owned-fn, r=brsonbors-54/+71
2013-05-07auto merge of #6301 : bjz/rust/numeric-traits, r=pcwaltonbors-76/+422
2013-05-08General fixes for vimJames Miller-3/+3
2013-05-08Improved vim indent file for rustJames Miller-1/+4
2013-05-07rustc: Replace Durable with 'staticBrian Anderson-17/+17
2013-05-07std: Replace Durable with 'staticBrian Anderson-2/+2
2013-05-07auto merge of #6295 : yichoi/rust/pull-mingw32, r=brsonbors-2/+4
2013-05-07core: Replace Durable with 'staticBrian Anderson-12/+12
2013-05-08io: handle fread() errorsFedor Indutny-2/+12
2013-05-07auto merge of #6294 : sonwow/rust/renamed-test, r=thestingerbors-2/+2
2013-05-07Add some tests for local data + borrowed pointersBrian Anderson-0/+30
2013-05-07auto merge of #6292 : thestinger/rust/cleanup, r=brsonbors-12/+93
2013-05-07core::rt: Add a test that rng works with new tasksBrian Anderson-0/+9
2013-05-07rt: Eliminate the dependency on rust_kernel from rust_rngBrian Anderson-34/+36
2013-05-07rt: Move win32_require out of the rust_kernel typeBrian Anderson-26/+23
2013-05-07auto merge of #6290 : brson/rust/issue-3707, r=thestingerbors-3/+2
2013-05-07auto merge of #6254 : alexcrichton/rust/issues-5311-4490-better-foldl, r=graydonbors-8/+9
2013-05-08Generate LLVM SIMD vector typesSeo Sanghyeon-15/+55
2013-05-07arc: mark RWARC as non-ConstDaniel Micay-0/+1
2013-05-07rc: remove the managed pointer workaroundDaniel Micay-6/+7
2013-05-07auto merge of #6282 : alexcrichton/rust/issue-5517-add-test, r=thestingerbors-0/+14
2013-05-08Remove trailing whitespaceSeo Sanghyeon-1/+1
2013-05-07Add test for #4666, which didn't *quite* seem to be covered byNiko Matsakis-0/+50
2013-05-07When autoborrowing a fn in trans, adjust the type of the datum to be `&fn`.Niko Matsakis-54/+71
2013-05-07Add SIMD vector type testsSeo Sanghyeon-0/+22
2013-05-07Add core::simd and define SIMD vector typesSeo Sanghyeon-0/+44
2013-05-07Check SIMD vector typesSeo Sanghyeon-3/+51
2013-05-07Port IRBuilder::CreateVectorSplatSeo Sanghyeon-6/+20
2013-05-07auto merge of #6276 : brson/rust/issue-6122, r=graydonbors-0/+1
2013-05-07auto merge of #6271 : pnkfelix/rust/issue6009-condition-pub-priv-variants, r=...bors-1/+17
2013-05-07Add is_normal and classify methods to Float traitBrendan Zabarauskas-17/+170
2013-05-07auto merge of #6255 : brson/rust/nobreakpoint, r=graydonbors-13/+1
2013-05-07Lift restriction on calling extern C functions, and propagateNiko Matsakis-22/+26