| Age | Commit message (Expand) | Author | Lines |
| 2014-08-04 | rustc: Link entire archives of native libraries | Alex Crichton | -0/+4 |
| 2014-08-03 | doc: make the sentence make more sense | Tshepang Lekhonkhobe | -1/+1 |
| 2014-08-02 | native: Fix utime() for windows | Alex Crichton | -6/+4 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -3/+3 |
| 2014-08-01 | auto merge of #16102 : zwarich/rust/borrowck-unboxed, r=pcwalton | bors | -1/+2 |
| 2014-08-01 | auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichton | bors | -7/+407 |
| 2014-07-31 | auto merge of #15399 : kballard/rust/rewrite_local_data, r=alexcrichton | bors | -4/+4 |
| 2014-07-31 | Tweak error reporting in io::net::tcp tests | Kevin Ballard | -4/+4 |
| 2014-07-31 | auto merge of #16041 : treeman/rust/doc-rand, r=brson | bors | -64/+163 |
| 2014-07-31 | Implement slice::Vector for Option<T> and CVec<T> | Derek Harland | -7/+10 |
| 2014-07-31 | Add logic to skip the doc tests on windows since these examples are unix-spec... | nham | -0/+124 |
| 2014-07-31 | Use byte strings throughout examples. Add an example that was missed in the l... | nham | -7/+14 |
| 2014-07-31 | Add examples for GenericPath methods. | nham | -0/+233 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -1/+55 |
| 2014-07-31 | rustrt: Make begin_unwind take a single file/line pointer | Brian Anderson | -0/+33 |
| 2014-07-31 | auto merge of #16074 : nham/rust/bitflags_traits, r=alexcrichton | bors | -2/+46 |
| 2014-07-31 | Fix trailing whitespace | Michael Neumann | -2/+2 |
| 2014-07-30 | Library changes for RFC #43 | Cameron Zwarich | -1/+2 |
| 2014-07-30 | Implement Default for std::io::FilePermission | nham | -0/+6 |
| 2014-07-30 | Derive PartialOrd, Ord and Hash for bitflags types. | nham | -2/+40 |
| 2014-07-30 | auto merge of #15915 : erickt/rust/master, r=alexcrichton | bors | -72/+8 |
| 2014-07-30 | auto merge of #15777 : SimonSapin/rust/pub-ascii-maps, r=alexcrichton | bors | -58/+95 |
| 2014-07-29 | std: Make MemWriter clonable | Erick Tryzelaar | -0/+1 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -72/+7 |
| 2014-07-29 | Add deprecated aliases for the old {Owned,}StrAsciiExt trait names. | Simon Sapin | -0/+7 |
| 2014-07-29 | Rename the std::ascii::{Owned,}StrAsciiExt traits to {Owned,}AsciiExt | Simon Sapin | -32/+54 |
| 2014-07-29 | Make std::ascii::ASCII_{UPPER,LOWER}_MAP public. | Simon Sapin | -8/+8 |
| 2014-07-29 | Use byte literals in std::ascii::ASCII_{UPPER,LOWER}_MAP for readability. | Simon Sapin | -24/+32 |
| 2014-07-29 | doc: add missing word | Tshepang Lekhonkhobe | -1/+1 |
| 2014-07-29 | Remove references to non-existant functions in the std::path documentation | nham | -4/+1 |
| 2014-07-29 | auto merge of #16054 : tshepang/rust/patch-1, r=brson | bors | -1/+1 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -1/+55 |
| 2014-07-29 | auto merge of #16052 : nham/rust/fs_docs, r=brson | bors | -22/+20 |
| 2014-07-28 | doc: reduce overlong sentence | Tshepang Lekhonkhobe | -1/+1 |
| 2014-07-28 | auto merge of #15983 : brson/rust/fail, r=alexcrichton | bors | -9/+12 |
| 2014-07-28 | Fix some of the documentation std::io::fs. | nham | -22/+20 |
| 2014-07-28 | doc: use //! instead of /*! ... */ in std::rand | Jonas Hietala | -167/+163 |
| 2014-07-28 | doc: More efficient Monty Hall simulation | Jonas Hietala | -8/+8 |
| 2014-07-28 | doc: Monty Hall simulation for std::rand | Jonas Hietala | -0/+103 |
| 2014-07-27 | doc: Correctly onclose code blocks in HashSet | Jonas Hietala | -0/+3 |
| 2014-07-26 | auto merge of #15941 : treeman/rust/doc-lru, r=alexcrichton | bors | -0/+85 |
| 2014-07-25 | auto merge of #15787 : treeman/rust/hashmap-doc, r=alexcrichton | bors | -48/+337 |
| 2014-07-25 | Revert "Use fewer instructions for `fail!`" | Brian Anderson | -5/+3 |
| 2014-07-25 | std: Use correct conventions for statics in macros | Brian Anderson | -6/+6 |
| 2014-07-25 | Put the struct passed to unwinding functions into a static | Brian Anderson | -7/+12 |
| 2014-07-25 | Make most of the failure functions take &(&'static str, uint) | Brian Anderson | -2/+2 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -1/+4 |
| 2014-07-24 | Add `string::raw::from_buf` | Adolfo Ochagavía | -2/+1 |
| 2014-07-24 | Fix travis errors | Adolfo Ochagavía | -1/+1 |
| 2014-07-24 | Deprecated `str::raw::from_buf_len` | Adolfo Ochagavía | -5/+5 |