| Age | Commit message (Expand) | Author | Lines |
| 2014-03-07 | std: stop `vec!()` warning about unused mutability. | Huon Wilson | -3/+5 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -8/+8 |
| 2014-03-06 | auto merge of #12705 : alexcrichton/rust/issue-12692, r=brson | bors | -3/+64 |
| 2014-03-05 | std: Move libnative task count bookkeeping to std | Alex Crichton | -0/+56 |
| 2014-03-05 | add tests for `min` and `max` from `Float` | Daniel Micay | -0/+24 |
| 2014-03-05 | native: Move from usleep() to nanosleep() | Alex Crichton | -0/+2 |
| 2014-03-05 | native: Stop using readdir() | Alex Crichton | -3/+6 |
| 2014-03-05 | auto merge of #12700 : thestinger/rust/float, r=cmr | bors | -89/+42 |
| 2014-03-05 | consistently use LLVM floating point intrinsics | Daniel Micay | -87/+18 |
| 2014-03-05 | add correct floating point `min` and `max` methods. | Daniel Micay | -2/+24 |
| 2014-03-05 | Str::slice_chars() is O(end), not O(end - begin) | Simon Sapin | -2/+2 |
| 2014-03-04 | auto merge of #12491 : eddyb/rust/deref, r=nikomatsakis | bors | -3/+54 |
| 2014-03-04 | auto merge of #12300 : DaGenix/rust/uppercase-variable-lint, r=alexcrichton | bors | -25/+26 |
| 2014-03-05 | Allow uppercase_variables in libstd/libc.rs | Palmer Cox | -0/+1 |
| 2014-03-04 | Rename struct fields with uppercase characters in their names to use lowercase | Palmer Cox | -4/+4 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -22/+22 |
| 2014-03-04 | auto merge of #12697 : thestinger/rust/vec, r=huonw | bors | -0/+1 |
| 2014-03-04 | mark the `map` method on Vec<T> as deprecated | Daniel Micay | -0/+1 |
| 2014-03-04 | auto merge of #12694 : thestinger/rust/mut_iter, r=huonw | bors | -9/+19 |
| 2014-03-04 | make `MutItems` iterator sound again | Daniel Micay | -9/+19 |
| 2014-03-04 | auto merge of #12667 : Kimundi/rust/any_improv, r=cmr | bors | -119/+56 |
| 2014-03-04 | Cleaned up `std::any` | Marvin Löbel | -119/+56 |
| 2014-03-04 | doc: use the newer favicon | Adrien Tétar | -1/+1 |
| 2014-03-04 | Implement DerefImm for Rc and DerefImm/DerefMut for RefCell's Ref/RefMut. | Eduard Burtescu | -2/+31 |
| 2014-03-04 | Add the DerefImm and DerefMut traits. | Eduard Burtescu | -1/+23 |
| 2014-03-04 | std: add reserve_additional and an Extendable impl to Vec. | Huon Wilson | -2/+66 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -0/+27 |
| 2014-03-01 | libstd: Add some functionality to `Vec<T>` | Patrick Walton | -1/+37 |
| 2014-03-01 | std: Switch stdout/stderr to buffered by default | Alex Crichton | -10/+32 |
| 2014-03-01 | std: Flush when buffered writers are dropped | Alex Crichton | -14/+25 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -183/+189 |
| 2014-02-28 | auto merge of #12616 : alexcrichton/rust/size, r=huonw | bors | -112/+117 |
| 2014-02-28 | std: Flag run_fmt() as #[inline(always)] | Alex Crichton | -1/+8 |
| 2014-02-28 | std: Avoid using "{:?}" in format strings | Alex Crichton | -5/+5 |
| 2014-02-28 | std: Remove lots of allocations from log settings | Alex Crichton | -102/+96 |
| 2014-02-28 | std: Improve some I/O documentation | Alex Crichton | -33/+188 |
| 2014-02-28 | std: Add cfg(test) to UnsafeArc assertions | Alex Crichton | -4/+8 |
| 2014-02-28 | auto merge of #12622 : pnkfelix/rust/fsk-improve-vec-partition-doc, r=huonw | bors | -6/+5 |
| 2014-02-28 | Improve vec `partition` and `partitioned` method doc. | Felix S. Klock II | -6/+5 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -2/+5 |
| 2014-02-28 | auto merge of #12544 : erickt/rust/hash, r=acrichto | bors | -9/+42 |
| 2014-02-27 | auto merge of #12614 : alexcrichton/rust/rollup, r=alexcrichton | bors | -19/+112 |
| 2014-02-27 | auto merge of #12348 : brunoabinader/rust/libcollections-list-refactory, r=al... | bors | -0/+9 |
| 2014-02-27 | Fix typo in doc of Binary trait in std::fmt | Mickaël Delahaye | -1/+1 |
| 2014-02-27 | std: Export the select! macro | Alex Crichton | -16/+44 |
| 2014-02-27 | path: Implement windows::make_non_verbatim() | Kevin Ballard | -0/+66 |
| 2014-02-27 | path: clean up some lint warnings and an obsolete comment | Kevin Ballard | -2/+1 |
| 2014-02-27 | std: cut down on the memory usage of `SipHasher` | Erick Tryzelaar | -6/+6 |
| 2014-02-27 | collections: allow `HashMap` to work with generic hashers | Erick Tryzelaar | -9/+42 |
| 2014-02-27 | native: Recognize EISDIR | Alex Crichton | -0/+1 |