| Age | Commit message (Expand) | Author | Lines |
| 2013-05-08 | Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] | Zack Corr | -129/+129 |
| 2013-05-08 | auto merge of #6311 : indutny/rust/fix/handle-io-fread-errors, r=z0w0 | bors | -2/+12 |
| 2013-05-08 | auto merge of #6307 : brson/rust/rng2, r=brson | bors | -0/+9 |
| 2013-05-07 | rt: Remove rust_call_nullary_fn | Brian Anderson | -6/+19 |
| 2013-05-08 | Move core::simd to core::unstable::simd | Seo Sanghyeon | -1/+2 |
| 2013-05-07 | Remove Durable from the language | Brian Anderson | -4/+3 |
| 2013-05-07 | auto merge of #6301 : bjz/rust/numeric-traits, r=pcwalton | bors | -76/+408 |
| 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/+9 |
| 2013-05-07 | auto merge of #6292 : thestinger/rust/cleanup, r=brson | bors | -6/+87 |
| 2013-05-07 | core::rt: Add a test that rng works with new tasks | Brian Anderson | -0/+9 |
| 2013-05-07 | auto merge of #6254 : alexcrichton/rust/issues-5311-4490-better-foldl, r=graydon | bors | -8/+9 |
| 2013-05-07 | Add core::simd and define SIMD vector types | Seo Sanghyeon | -0/+44 |
| 2013-05-07 | auto merge of #6271 : pnkfelix/rust/issue6009-condition-pub-priv-variants, r=... | bors | -1/+2 |
| 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 | Add abs_sub method to Signed trait | Brendan Zabarauskas | -5/+126 |
| 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 | -0/+1 |
| 2013-05-06 | auto merge of #6236 : alexcrichton/rust/more-map-methods, r=thestinger | bors | -56/+92 |
| 2013-05-07 | Add pop() and swap() to the Map trait | Alex Crichton | -56/+92 |
| 2013-05-07 | renamed tests | Youngsoo Son | -2/+2 |
| 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/+0 |
| 2013-05-06 | auto merge of #6226 : alexcrichton/rust/issue-6199, r=brson | bors | -23/+22 |
| 2013-05-06 | Remove debug_mem since @graydon said it conflicted with GC changes | Niko Matsakis | -30/+2 |
| 2013-05-06 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -226/+281 |
| 2013-05-06 | Move core::run tests of process killing into standalone run-pass tests | Brian Anderson | -70/+0 |
| 2013-05-06 | Step one for 'proper' pub condition: support pub keyword in form. | Felix S. Klock II | -1/+2 |
| 2013-05-06 | Use rust_try_get_task for compat with new rt, and strenghten assumptions abou... | Niko Matsakis | -30/+32 |
| 2013-05-06 | refinement to technique used to not run regionck | Niko Matsakis | -1/+1 |
| 2013-05-06 | Add assert_approx_eq! macro | Brendan Zabarauskas | -223/+195 |
| 2013-05-06 | Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq' | Brendan Zabarauskas | -3/+86 |
| 2013-05-06 | Improve lifetimes on foldl/foldr and lift the Copy requirement | Alex Crichton | -8/+9 |
| 2013-05-05 | core: Remove a call to `breakpoint` from a test | Brian Anderson | -13/+1 |
| 2013-05-05 | mark Cell as non-Const with #[mutable] | Daniel Micay | -0/+1 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -790/+2928 |
| 2013-05-05 | add warning for #6248 and remove instances of it | Niko Matsakis | -0/+13 |
| 2013-05-05 | disable lang debug for perf | Niko Matsakis | -1/+1 |
| 2013-05-04 | Register snapshots | Brian Anderson | -1043/+8 |
| 2013-05-04 | improve DEBUG_BORROW printouts | Niko Matsakis | -52/+106 |
| 2013-05-04 | Reduce code bloat from managed allocations | Björn Steinbrink | -2/+0 |
| 2013-05-04 | auto merge of #6230 : thestinger/rust/whitespace, r=catamorphism | bors | -14/+0 |
| 2013-05-03 | auto merge of #6229 : catamorphism/rust/warning-police, r=catamorphism | bors | -1/+3 |
| 2013-05-03 | auto merge of #6227 : graydon/rust/issue-6112-box-annihilator, r=graydon | bors | -6/+25 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -14/+0 |