| Age | Commit message (Expand) | Author | Lines |
| 2013-05-02 | mod items need to be marked with `cfg(test)` not `test`. | Felix S. Klock II | -2/+2 |
| 2013-05-01 | auto merge of #6151 : bjz/rust/local-variable-cleanup, r=brson | bors | -128/+0 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -128/+0 |
| 2013-05-01 | auto merge of #6173 : sammykim/rust/doc-vec, r=yichoi | bors | -4/+4 |
| 2013-05-01 | auto merge of #6162 : graydon/rust/random-retry, r=graydon | bors | -0/+566 |
| 2013-05-01 | libcore: add N(0,1) and Exp(1) distributions to core::rand. | Huon Wilson | -0/+566 |
| 2013-05-01 | glob_t should be public on all platforms | Jesse Luehrs | -2/+2 |
| 2013-05-01 | add a higher level glob() function to os | Jesse Luehrs | -0/+83 |
| 2013-05-01 | libc bindings for glob.h | Jesse Luehrs | -2/+106 |
| 2013-05-01 | auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton | bors | -18/+15 |
| 2013-05-01 | pipes: use finally to fix pipes::try_recv | Erick Tryzelaar | -18/+13 |
| 2013-05-01 | core: Remove use of deprecated `drop` | Erick Tryzelaar | -4/+6 |
| 2013-05-01 | auto merge of #6147 : bjz/rust/numeric-traits, r=brson | bors | -134/+101 |
| 2013-05-01 | auto merge of #6144 : catamorphism/rust/mkdir_recursive-breakage, r=thestinger | bors | -0/+30 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -134/+101 |
| 2013-04-30 | auto merge of #6131 : thestinger/rust/new_iter, r=graydon | bors | -0/+94 |
| 2013-04-30 | auto merge of #6113 : brson/rust/task-drop, r=graydon | bors | -56/+21 |
| 2013-04-30 | core/std: Fix race condition in os::mkdir_recursive tests | Tim Chevalier | -0/+30 |
| 2013-04-30 | iter: add max and min functions | Daniel Micay | -2/+66 |
| 2013-04-30 | iter: add a find function | Daniel Micay | -0/+29 |
| 2013-04-30 | char: fix unused import warning | Daniel Micay | -0/+1 |
| 2013-04-30 | I modified the doc of from_elem, from_fn, I think it returns an owned vector | Sangeun Kim | -4/+4 |
| 2013-04-29 | auto merge of #6107 : catamorphism/rust/mkdir_recursive, r=brson | bors | -16/+60 |
| 2013-04-29 | auto merge of #6073 : huonw/rust/core-rust-isaac, r=pcwalton | bors | -47/+234 |
| 2013-04-30 | core: add some inlining hints to methods/fns in rand. | Huon Wilson | -1/+32 |
| 2013-04-30 | core: a pure Rust implementation of the ISAAC RNG. | Huon Wilson | -46/+202 |
| 2013-04-29 | test: Fix more tests. | Patrick Walton | -5/+5 |
| 2013-04-29 | librustc: Forbid type implementations on typedefs. | Patrick Walton | -31/+65 |
| 2013-04-29 | test: Fix tests. | Patrick Walton | -16/+18 |
| 2013-04-29 | librustc: Make `&fn` by-copy by default and remove the mode from `frame_addre... | Patrick Walton | -0/+3 |
| 2013-04-29 | test: Remove #[legacy_modes] from the test suite. | Patrick Walton | -1/+1 |
| 2013-04-29 | librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic | Patrick Walton | -26/+39 |
| 2013-04-29 | librustc: Implement `reinterpret_cast` in terms of `transmute`. | Patrick Walton | -0/+36 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -89/+70 |
| 2013-04-29 | Revert "libcore: remove unnecessary deref" | Tim Chevalier | -1/+1 |
| 2013-04-29 | auto merge of #6110 : bjz/rust/numeric-traits, r=pcwalton | bors | -256/+360 |
| 2013-04-29 | core: Replace uses of 'drop' in task module with 'finally'. #5379 | Brian Anderson | -56/+21 |
| 2013-04-29 | Revert "Merge Exponential and Hyperbolic traits" | Brendan Zabarauskas | -5/+11 |
| 2013-04-29 | Merge Exponential and Hyperbolic traits | Brendan Zabarauskas | -11/+5 |
| 2013-04-29 | Rename 'divisible_by' method to 'is_multiple_of', add tests for 'is_odd' and ... | Brendan Zabarauskas | -5/+67 |
| 2013-04-29 | Move appropriate functions out of Real and into separate Algebraic, Trigonome... | Brendan Zabarauskas | -251/+293 |
| 2013-04-28 | core: Use a better termination condition in os::mkdir_recursive | Tim Chevalier | -16/+20 |
| 2013-04-28 | core: Document core::path::GenericPath's trait methods | Tim Chevalier | -0/+40 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -429/+534 |
| 2013-04-28 | rand: Fix infinite recursion | Philipp Brüschweiler | -1/+1 |
| 2013-04-27 | auto merge of #6082 : catamorphism/rust/mkdir_recursive, r=brson | bors | -0/+35 |
| 2013-04-27 | auto merge of #6071 : bjz/rust/numeric-traits, r=graydon | bors | -762/+1624 |
| 2013-04-27 | auto merge of #6064 : thestinger/rust/char, r=catamorphism | bors | -14/+19 |
| 2013-04-26 | auto merge of #6059 : Kimundi/rust/nice-fail, r=pcwalton | bors | -1/+46 |
| 2013-04-27 | Propagate NaNs for Orderable methods impled on floating-point primitives | Brendan Zabarauskas | -15/+75 |