| Age | Commit message (Expand) | Author | Lines |
| 2014-01-22 | Implement native timers | Alex Crichton | -30/+1149 |
| 2014-01-22 | remove old rc extension from detection files | Daniel Micay | -4/+3 |
| 2014-01-22 | Remove the initial and trailing blank doc-comment lines | SiegeLord | -80/+0 |
| 2014-01-22 | Add some tests for the exponential notation | SiegeLord | -1/+43 |
| 2014-01-22 | Add LowerExp 'e' and UpperExp 'E' format traits/specifiers | SiegeLord | -0/+100 |
| 2014-01-22 | float_to_str_bytes_common can now handle exponential notation | SiegeLord | -17/+77 |
| 2014-01-22 | libnative: Implement get_host_addresses. | Luqman Aden | -59/+162 |
| 2014-01-22 | Don't fatally fail in driver::early_error | Alex Crichton | -1/+1 |
| 2014-01-22 | Implement std::rt::at_exit | Alex Crichton | -0/+87 |
| 2014-01-22 | Add std::os::self_exe_name() | Ben Noordhuis | -3/+21 |
| 2014-01-22 | auto merge of #10943 : fhahn/rust/issue-7313-replace-c-types, r=alexcrichton | bors | -173/+158 |
| 2014-01-22 | Replace C types with Rust types in libstd, closes #7313 | Florian Hahn | -173/+158 |
| 2014-01-23 | rustpkg::crate_id: Remove CrateId | klutzy | -499/+413 |
| 2014-01-23 | rustpkg: Compute hash to find crate | klutzy | -199/+99 |
| 2014-01-23 | rustpkg::version: Remove enum Version | klutzy | -180/+100 |
| 2014-01-23 | rustpkg: Do not guess version if not given | klutzy | -149/+7 |
| 2014-01-23 | Allow trailing commas in argument lists and tuple patterns | Seo Sanghyeon | -2/+19 |
| 2014-01-22 | rustc/metadata: Removed stray debug statements | Hong Chulju | -4/+1 |
| 2014-01-22 | auto merge of #11711 : alexcrichton/rust/issue-11683, r=brson | bors | -4/+58 |
| 2014-01-21 | xfail another external macro test on android | Brian Anderson | -0/+1 |
| 2014-01-21 | Allow SIMD types in generics. Closes #10604 | Richard Diamond | -7/+58 |
| 2014-01-21 | auto merge of #11500 : jhasse/rust/patch-rlib, r=alexcrichton | bors | -15/+22 |
| 2014-01-21 | auto merge of #11129 : SimonSapin/rust/foo-vs-foo_opt, r=alexcrichton | bors | -586/+398 |
| 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 |