| Age | Commit message (Expand) | Author | Lines |
| 2014-01-29 | extra: move glob to libglob | David Manescu | -778/+0 |
| 2014-01-29 | extra: move arena to libarena | David Manescu | -603/+0 |
| 2014-01-27 | auto merge of #11826 : huonw/rust/7621-deriving-errors, r=alexcrichton | bors | -1/+5 |
| 2014-01-28 | syntax: make deriving have slightly less cryptic error messages. | Huon Wilson | -1/+5 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -1/+1 |
| 2014-01-26 | auto merge of #11823 : derekchiang/rust/fix-barrier-doc, r=alexcrichton | bors | -0/+1 |
| 2014-01-26 | auto merge of #11787 : alexcrichton/rust/refactor, r=brson | bors | -130/+0 |
| 2014-01-26 | Move extra::flate to libflate | Alex Crichton | -130/+0 |
| 2014-01-26 | auto merge of #11817 : salemtalha/rust/master, r=brson | bors | -6/+6 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -6/+6 |
| 2014-01-26 | Fix barrier docs | Derek Chiang | -0/+1 |
| 2014-01-26 | Fix privacy fallout from previous change | Alex Crichton | -13/+13 |
| 2014-01-25 | auto merge of #11808 : huonw/rust/std-visible-types, r=brson | bors | -10/+11 |
| 2014-01-26 | std,extra: Make some types public and other private. | Huon Wilson | -10/+11 |
| 2014-01-25 | Stop allocating so much in arena tests | Brian Anderson | -2/+2 |
| 2014-01-25 | auto merge of #11725 : derekchiang/rust/add-barrier, r=alexcrichton | bors | -0/+95 |
| 2014-01-25 | Implement barrier. | Derek Chiang | -0/+95 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -57/+57 |
| 2014-01-23 | Update flip() to be rev(). | Sean Chalmers | -20/+20 |
| 2014-01-23 | Rename Invert to Flip - Issue 10632 | Sean Chalmers | -21/+21 |
| 2014-01-22 | libc: switch `free` to the proper signature | Daniel Micay | -3/+3 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -13/+13 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -2/+2 |
| 2014-01-21 | [std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behavior | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behavior | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -41/+41 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -4/+4 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -23/+23 |
| 2014-01-20 | Register new snapshots | Alex Crichton | -2/+1 |
| 2014-01-20 | auto merge of #11664 : bjz/rust/identities, r=alexcrichton | bors | -31/+14 |
| 2014-01-20 | Add operator trait constraints to std::num::{Zero, One} and document their ap... | Brendan Zabarauskas | -31/+14 |
| 2014-01-19 | auto merge of #11652 : hdima/rust/base64-padding-newlines, r=alexcrichton | bors | -2/+5 |
| 2014-01-19 | auto merge of #11649 : FlaPer87/rust/pow, r=cmr | bors | -1/+1 |
| 2014-01-19 | auto merge of #10801 : musitdev/rust/jsondoc2, r=cmr | bors | -1/+222 |
| 2014-01-19 | auto merge of #11635 : thestinger/rust/zero-size-alloc, r=alexcrichton | bors | -5/+3 |
| 2014-01-19 | extra::json: add documentation and examples | musitdev | -1/+1 |
| 2014-01-19 | extra::json: add documentation and examples | musitdev | -1/+1 |
| 2014-01-19 | Squashed commit of the following: | musitdev | -1/+222 |
| 2014-01-18 | auto merge of #11615 : adwhit/rust/master, r=cmr | bors | -7/+30 |
| 2014-01-18 | Replace old pow_with_uint with the new pow func | Flavio Percoco | -1/+1 |
| 2014-01-18 | Ignore all newline characters in Base64 decoder | Dmitry Vasiliev | -2/+5 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -161/+160 |
| 2014-01-17 | handle zero-size allocations correctly | Daniel Micay | -5/+3 |
| 2014-01-17 | auto merge of #11503 : FlaPer87/rust/master, r=huonw | bors | -8/+8 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -13/+10 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -13/+10 |
| 2014-01-17 | Add a generic power function | Flavio Percoco | -8/+8 |
| 2014-01-17 | auto merge of #11601 : dguenther/rust/fix_test_summary, r=brson | bors | -1/+1 |
| 2014-01-17 | Fixed bug when initialising bitv from bool=true | Alex Whitney | -7/+30 |
| 2014-01-17 | auto merge of #11498 : c-a/rust/optimize_vuint_at, r=alexcrichton | bors | -23/+79 |