| Age | Commit message (Expand) | Author | Lines |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -926/+22 |
| 2014-02-23 | Register snapshots. | Huon Wilson | -5/+0 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -103/+91 |
| 2014-02-23 | std: Move unstable::stack to rt::stack | Brian Anderson | -4/+6 |
| 2014-02-23 | std: Remove unstable::lang | Brian Anderson | -55/+36 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -15/+18 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -29/+31 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -2594/+47 |
| 2014-02-22 | auto merge of #11863 : erickt/rust/hash, r=acrichto | bors | -8/+905 |
| 2014-02-22 | std: fix the hash doctest | Erick Tryzelaar | -2/+2 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -2/+2 |
| 2014-02-21 | auto merge of #12422 : alexcrichton/rust/buffered-default, r=brson | bors | -10/+20 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -7/+904 |
| 2014-02-21 | auto merge of #12421 : Hywan/rust/api_doc, r=alexcrichton | bors | -3/+3 |
| 2014-02-21 | std: minor whitespace cleanup | Erick Tryzelaar | -1/+1 |
| 2014-02-21 | auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton | bors | -155/+620 |
| 2014-02-21 | auto merge of #12253 : pcwalton/rust/more-vec-ng, r=alexcrichton | bors | -9/+200 |
| 2014-02-21 | libstd: Implement some convenience methods on vectors | Patrick Walton | -9/+200 |
| 2014-02-21 | auto merge of #12326 : bjz/rust/integer, r=alexcrichton | bors | -418/+29 |
| 2014-02-22 | Reduce reliance on `to_str_radix` | Brendan Zabarauskas | -15/+8 |
| 2014-02-22 | Decouple integer formatting from std::num::strconv | Brendan Zabarauskas | -139/+609 |
| 2014-02-22 | Add Pod trait bound to std::num::Primitive | Brendan Zabarauskas | -1/+3 |
| 2014-02-21 | auto merge of #12420 : pnkfelix/rust/fsk-improve-doc-for-ptr-offset, r=alexcr... | bors | -1/+2 |
| 2014-02-21 | auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichton | bors | -17/+13 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -418/+29 |
| 2014-02-21 | auto merge of #12410 : DaGenix/rust/fix-incorrect-comment, r=alexcrichton | bors | -11/+2 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -101/+101 |
| 2014-02-20 | Return a buffered stdin by default. | Alex Crichton | -10/+20 |
| 2014-02-20 | Fix some typos. | Ivan Enderlin | -3/+3 |
| 2014-02-20 | ptr::RawPtr, spell out units used for the `offset` argument. | Felix S. Klock II | -1/+2 |
| 2014-02-20 | rustc: avoid compiler generated `unsafe` blocks leaking. | Huon Wilson | -17/+13 |
| 2014-02-20 | auto merge of #12397 : alexcrichton/rust/send-off-the-runtime, r=brson | bors | -10/+49 |
| 2014-02-20 | auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichton | bors | -21/+34 |
| 2014-02-20 | auto merge of #12396 : alexcrichton/rust/windows-env-var, r=huonw | bors | -1/+13 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -21/+34 |
| 2014-02-19 | Update comments in the prelude | Palmer Cox | -11/+2 |
| 2014-02-19 | Fix sending/try_recv on channels off the runtime | Alex Crichton | -10/+49 |
| 2014-02-19 | Fix getting/setting huge env vars on windows | Alex Crichton | -1/+13 |
| 2014-02-19 | auto merge of #12374 : dylanbraithwaite/rust/size_of_unit_clarification, r=cmr | bors | -5/+5 |
| 2014-02-19 | rustdoc: Handle links to reexported items | Alex Crichton | -2/+5 |
| 2014-02-19 | rustdoc: Show macros in documentation | Alex Crichton | -1/+173 |
| 2014-02-18 | auto merge of #12317 : huonw/rust/utf16, r=alexcrichton | bors | -50/+305 |
| 2014-02-19 | str: add a function for truncating a vector of u16 at NUL. | Huon Wilson | -3/+51 |
| 2014-02-18 | Clarify unit of size in docs for size_of functions. | Dylan Braithwaite | -5/+5 |
| 2014-02-18 | auto merge of #12357 : chromatic/rust/gh_11976_fail_bounds_check_str, r=alexc... | bors | -2/+12 |
| 2014-02-18 | auto merge of #12314 : huonw/rust/is_utf8_iter, r=kballard | bors | -45/+70 |
| 2014-02-18 | std: convert first_non_utf8_byte to use the iterator. | Huon Wilson | -61/+11 |
| 2014-02-18 | std::str: safen and optimize is_utf8. | Huon Wilson | -2/+77 |
| 2014-02-18 | auto merge of #12345 : huonw/rust/speeling, r=cmr | bors | -7/+6 |
| 2014-02-17 | auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton | bors | -504/+494 |