summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-07preliminary Linux ARM supportJyun-Yan You-1/+12
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
2013-05-06Enable test for #3707Brian Anderson-3/+2
2013-05-06appease the tidy gods with respect to a FIXMENiko Matsakis-2/+2
2013-05-06Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-7/+180
2013-05-06Remove debug_mem since @graydon said it conflicted with GC changesNiko Matsakis-30/+2
2013-05-06add rust_take_task_borrow_list and rust_set_task_borrow_list to rustrt.def.inNiko Matsakis-0/+2
2013-05-06Add a test for issue 5517Alex Crichton-0/+14
2013-05-06add task-local reference counted smart pointersDaniel Micay-0/+276
2013-05-06auto merge of #6150 : yichoi/rust/arm-test-pull, r=brsonbors-7/+180
2013-05-06Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-363/+403
2013-05-06Move core::run tests of process killing into standalone run-pass testsBrian Anderson-70/+89
2013-05-06std: Workaround bustage on incoming. #6122Brian Anderson-0/+1
2013-05-06auto merge of #6265 : sanxiyn/rust/xc-packed, r=nikomatsakisbors-0/+14
2013-05-06Replace NOTE with FIXMENiko Matsakis-29/+31
2013-05-06Step one for 'proper' pub condition: support pub keyword in form.Felix S. Klock II-1/+17
2013-05-07testsuite: tests for deriving changes and additionsHuon Wilson-0/+147
2013-05-07libsyntax: add #[deriving(Rand, ToStr)].Huon Wilson-0/+196
2013-05-07libsyntax: convert #[deriving(IterBytes)] to generic derivingHuon Wilson-223/+61
2013-05-07libsyntax: extend generic deriving code to handle almost all possible traits.Huon Wilson-554/+936
2013-05-06Use rust_try_get_task for compat with new rt, and strenghten assumptions abou...Niko Matsakis-30/+32
2013-05-06Fix cross-crate packed structsSeo Sanghyeon-0/+14
2013-05-06Adust arena test: can no longer allocate recursivelyNiko Matsakis-3/+0
2013-05-06Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-6/+6
2013-05-06refinement to technique used to not run regionckNiko Matsakis-89/+66
2013-05-06Add assert_approx_eq! macroBrendan Zabarauskas-223/+275
2013-05-06Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq'Brendan Zabarauskas-140/+114
2013-05-06remove some unused mut decls and varsNiko Matsakis-7/+3
2013-05-06do not run regionck if there have been type errorsNiko Matsakis-4/+8