about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-6/+87
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
2013-05-07Add abs_sub method to Signed traitBrendan Zabarauskas-5/+140
2013-05-07Fix order of methodsBrendan Zabarauskas-24/+26
2013-05-07Implement exp_m1 and ln_1p as methods for FloatBrendan Zabarauskas-22/+65
2013-05-07Switch to using 'ln' for the natural logarithm and 'log' for arbitrary base l...Brendan Zabarauskas-36/+49
2013-05-07auto merge of #6251 : thestinger/rust/non_owned, r=pcwaltonbors-25/+119
2013-05-07Make lint_table staticSangeun Kim-144/+145
2013-05-07auto merge of #6245 : youknowone/rust/match-range-static, r=graydonbors-2/+18
2013-05-06auto merge of #6236 : alexcrichton/rust/more-map-methods, r=thestingerbors-83/+187
2013-05-07Add pop() and swap() to the Map traitAlex Crichton-83/+187
2013-05-07renamed testsYoungsoo Son-2/+2
2013-05-06auto merge of #6241 : thestinger/rust/rc, r=pcwaltonbors-0/+276
2013-05-06remove borrowck workarounds from the containersDaniel Micay-6/+87
2013-05-06auto merge of #6228 : brson/rust/run-destroy, r=brsonbors-70/+89
2013-05-06auto merge of #6226 : alexcrichton/rust/issue-6199, r=brsonbors-23/+22