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