| Age | Commit message (Expand) | Author | Lines |
| 2014-08-12 | libnative: process spawning should not close inherited file descriptors | Ivan Petkov | -1/+24 |
| 2014-08-12 | Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] | Vadim Chugunov | -3/+5 |
| 2014-08-12 | auto merge of #16195 : P1start/rust/more-index, r=aturon | bors | -6/+48 |
| 2014-08-12 | Implement Index for HashMap | P1start | -6/+48 |
| 2014-08-11 | core/std: squash dead_code warnings from fail! invocations. | Huon Wilson | -6/+11 |
| 2014-08-09 | auto merge of #15964 : huonw/rust/gensym-test, r=alexcrichton | bors | -5/+3 |
| 2014-08-09 | testsuite: implement #[reexport_test_harness_name] to get access to the | Huon Wilson | -5/+3 |
| 2014-08-08 | Remove the dist function; it is more efficient to compare squared distances | nham | -5/+1 |
| 2014-08-08 | auto merge of #16336 : retep998/rust/master, r=brson | bors | -4/+5 |
| 2014-08-08 | Add example of estimating pi using Monte Carlo simulation to std::rand | nham | -0/+45 |
| 2014-08-08 | auto merge of #16327 : mdinger/rust/typo, r=steveklabnik | bors | -1/+1 |
| 2014-08-08 | Register new snapshot 12e0f72 | Niko Matsakis | -37/+0 |
| 2014-08-08 | auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw | bors | -1/+1 |
| 2014-08-07 | Fix typo | mdinger | -1/+1 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -1/+1 |
| 2014-08-07 | windows: Fix several tests on 64-bit. | Peter Atashian | -4/+5 |
| 2014-08-07 | auto merge of #16220 : tshepang/rust/temp, r=steveklabnik | bors | -1/+1 |
| 2014-08-06 | auto merge of #16291 : nham/rust/byte_literals, r=alexcrichton | bors | -54/+52 |
| 2014-08-06 | Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollup | Alex Crichton | -2/+3 |
| 2014-08-06 | auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichton | bors | -14/+20 |
| 2014-08-06 | Use byte literals in libstd | nham | -54/+52 |
| 2014-08-05 | auto merge of #16243 : alexcrichton/rust/fix-utime-for-windows, r=brson | bors | -6/+4 |
| 2014-08-04 | Fix crash in OsRng when compiling with -O. | Vadim Chugunov | -2/+3 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -14/+20 |
| 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 |