| Age | Commit message (Expand) | Author | Lines |
| 2014-01-25 | auto merge of #11775 : alexcrichton/rust/select-fix, r=pcwalton | bors | -1/+4 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -331/+331 |
| 2014-01-25 | Fixed iter's is_empty to use is_none() and added relevant test flag | Salem Talha | -1/+2 |
| 2014-01-25 | Fix some docs about rt | Derek Chiang | -3/+1 |
| 2014-01-24 | Fix zero-sized memory mapping | Corey Richardson | -2/+13 |
| 2014-01-24 | Use `mmap` to map in task stacks and guard page | Corey Richardson | -24/+41 |
| 2014-01-24 | Add support for arbitrary flags to MemoryMap. | Corey Richardson | -7/+15 |
| 2014-01-24 | auto merge of #11774 : sfackler/rust/move-macros, r=pcwalton | bors | -1/+192 |
| 2014-01-24 | Use an absolute path in test_process_output_fail_to_start | Andrew Chin | -1/+1 |
| 2014-01-24 | auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichton | bors | -9/+55 |
| 2014-01-24 | libstd: Use iotest! for for get_host_addresses. | Luqman Aden | -5/+11 |
| 2014-01-24 | Fix a spuriously tripped assert in select() | Alex Crichton | -1/+4 |
| 2014-01-24 | Delete ignore! macro | Steven Fackler | -3/+0 |
| 2014-01-24 | Move macro_rules! macros to libstd | Steven Fackler | -1/+195 |
| 2014-01-24 | auto merge of #11750 : bnoordhuis/rust/follow-rustc-symlink, r=thestinger | bors | -3/+21 |
| 2014-01-23 | Update flip() to be rev(). | Sean Chalmers | -55/+55 |
| 2014-01-23 | Rename Invert to Flip - Issue 10632 | Sean Chalmers | -57/+57 |
| 2014-01-22 | auto merge of #11682 : thestinger/rust/vector, r=brson | bors | -57/+289 |
| 2014-01-22 | auto merge of #11611 : SiegeLord/rust/exp_printing, r=alexcrichton | bors | -89/+167 |
| 2014-01-22 | hashmap: port to Vec<T> | Daniel Micay | -25/+25 |
| 2014-01-22 | add new vector representation as a library | Daniel Micay | -1/+233 |
| 2014-01-22 | vec: make unsafe indexing functions higher-level | Daniel Micay | -6/+6 |
| 2014-01-22 | libc: switch `free` to the proper signature | Daniel Micay | -26/+26 |
| 2014-01-22 | Implement native timers | Alex Crichton | -29/+154 |
| 2014-01-22 | Remove the initial and trailing blank doc-comment lines | SiegeLord | -80/+0 |
| 2014-01-22 | Add LowerExp 'e' and UpperExp 'E' format traits/specifiers | SiegeLord | -0/+98 |
| 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 | -4/+44 |
| 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 | Replace C types with Rust types in libstd, closes #7313 | Florian Hahn | -173/+158 |
| 2014-01-22 | auto merge of #11711 : alexcrichton/rust/issue-11683, r=brson | bors | -4/+58 |
| 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 | -46/+20 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -50/+25 |
| 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 | -48/+14 |
| 2014-01-21 | [std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behavior | Simon Sapin | -26/+11 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -33/+17 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -28/+5 |
| 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 #11665 : alexcrichton/rust/zed-cleanup, r=brson | bors | -271/+0 |
| 2014-01-21 | Purge borrowck from libstd | Alex Crichton | -271/+0 |
| 2014-01-21 | Flag all TLS functions as inline(never) | Alex Crichton | -4/+58 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -17/+17 |
| 2014-01-20 | Register new snapshots | Alex Crichton | -2/+1 |
| 2014-01-20 | auto merge of #11673 : omasanori/rust/sep-doc, r=alexcrichton | bors | -2/+2 |
| 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 | -56/+52 |