| Age | Commit message (Expand) | Author | Lines |
| 2014-01-21 | [std::str] Remove the now unused not_utf8 condition. | Simon Sapin | -11/+3 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -91/+65 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -84/+59 |
| 2014-01-21 | [std::path] Rename .container_as_str_opt() to .container_as_str(), drop the o... | Simon Sapin | -40/+11 |
| 2014-01-21 | [std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behavior | Simon Sapin | -50/+16 |
| 2014-01-21 | [std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behavior | Simon Sapin | -31/+16 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -133/+128 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -112/+89 |
| 2014-01-21 | [std::vec] Rename .head_opt() to .head(), drop the old .head() behavior | Simon Sapin | -29/+6 |
| 2014-01-21 | [std::vec] Rename .get_opt() to .get() | Simon Sapin | -6/+6 |
| 2014-01-21 | auto merge of #11700 : bharrisau/rust/thumb, r=alexcrichton | bors | -1/+7 |
| 2014-01-21 | auto merge of #11665 : alexcrichton/rust/zed-cleanup, r=brson | bors | -385/+105 |
| 2014-01-21 | Remove no-debug-borrows from the makefiles | Alex Crichton | -1/+1 |
| 2014-01-21 | Capitalize debugging opts and make them u64 | Alex Crichton | -90/+91 |
| 2014-01-21 | Purge borrowck from libstd | Alex Crichton | -271/+0 |
| 2014-01-21 | Remove obsoleted -Z options | Alex Crichton | -25/+0 |
| 2014-01-21 | Stop using hardcoded numbers for -Z options | Alex Crichton | -30/+45 |
| 2014-01-21 | Flag all TLS functions as inline(never) | Alex Crichton | -4/+58 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -98/+90 |
| 2014-01-21 | rustc: add lint for parens in if, while, match and return. | Huon Wilson | -1/+53 |
| 2014-01-21 | Add support for ARM thumb architecture | Ben Harris | -1/+7 |
| 2014-01-21 | auto merge of #11699 : alexcrichton/rust/snapshot, r=huonw | bors | -11/+14 |
| 2014-01-21 | auto merge of #11687 : sfackler/rust/macro-export-inner-crate, r=alexcrichton | bors | -0/+41 |
| 2014-01-20 | auto merge of #11684 : FlaPer87/rust/doc_typos, r=cmr | bors | -3/+3 |
| 2014-01-20 | auto merge of #11662 : alexcrichton/rust/faster-parens, r=huonw | bors | -2/+26 |
| 2014-01-20 | Register new snapshots | Alex Crichton | -11/+14 |
| 2014-01-20 | auto merge of #11653 : alexcrichton/rust/issue-11647, r=luqmana | bors | -1/+33 |
| 2014-01-20 | auto merge of #11675 : alexcrichton/rust/fix-snap, r=cmr | bors | -1/+2 |
| 2014-01-20 | Fix cross-compiled pretty tests | Alex Crichton | -1/+2 |
| 2014-01-20 | Fix a pathological const checking case | Alex Crichton | -2/+26 |
| 2014-01-20 | rustuv: Re-work sockaddr glue to not use malloc | Alex Crichton | -208/+158 |
| 2014-01-20 | Don't emit landing pads with -Z no-landing-pads | Alex Crichton | -1/+33 |
| 2014-01-20 | auto merge of #11673 : omasanori/rust/sep-doc, r=alexcrichton | bors | -2/+2 |
| 2014-01-20 | auto merge of #11664 : bjz/rust/identities, r=alexcrichton | bors | -162/+147 |
| 2014-01-20 | Scan the entire crate for exported macros | Steven Fackler | -0/+41 |
| 2014-01-20 | auto merge of #11670 : sfackler/rust/extctxt-span-note, r=alexcrichton | bors | -0/+4 |
| 2014-01-20 | auto merge of #11661 : huonw/rust/fixed-length-instantiation, r=thestinger | bors | -0/+32 |
| 2014-01-20 | auto merge of #11660 : sfackler/rust/quote-unused-sp, r=huonw | bors | -2/+26 |
| 2014-01-20 | auto merge of #11657 : huonw/rust/less-lang-duplication, r=cmr | bors | -5/+17 |
| 2014-01-20 | Fix documentation typos | Flavio Percoco | -3/+3 |
| 2014-01-20 | auto merge of #11656 : brson/rust/omgandroid, r=cmr | bors | -0/+9 |
| 2014-01-20 | Improve std::num::pow implementation | Brendan Zabarauskas | -42/+30 |
| 2014-01-20 | Add operator trait constraints to std::num::{Zero, One} and document their ap... | Brendan Zabarauskas | -120/+117 |
| 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 | -38/+23 |
| 2014-01-19 | auto merge of #10801 : musitdev/rust/jsondoc2, r=cmr | bors | -1/+222 |
| 2014-01-19 | auto merge of #11644 : huonw/rust/less-fatality, r=cmr | bors | -84/+245 |
| 2014-01-19 | auto merge of #11643 : kballard/rust/path-root-path, r=erickt | bors | -4/+7 |
| 2014-01-20 | Fix misuse of character/byte in std::path. | OGINO Masanori | -2/+2 |
| 2014-01-19 | auto merge of #11642 : erickt/rust/path, r=huonw | bors | -41/+62 |