| Age | Commit message (Expand) | Author | Lines |
| 2013-11-08 | auto merge of #10344 : brson/rust/atomiccopy, r=alexcrichton | bors | -14/+20 |
| 2013-11-07 | auto merge of #10341 : willingc/rust/minor-docfix, r=huonw | bors | -1/+1 |
| 2013-11-07 | auto merge of #10333 : huonw/rust/ascii, r=alexcrichton | bors | -15/+18 |
| 2013-11-07 | std: Make atomic types non-copyable. Closes #8380 | Brian Anderson | -14/+20 |
| 2013-11-07 | Edited comment for docs to show std::io is deleted and replaced by std::rt::io | Carol Willing | -1/+1 |
| 2013-11-08 | std::ascii: Provide a copyless [Ascii] -> str method. | Huon Wilson | -15/+18 |
| 2013-11-06 | auto merge of #10322 : thestinger/rust/no_freeze, r=alexcrichton | bors | -21/+24 |
| 2013-11-07 | add `from_send` to Rc, since #9509 is fixed | Daniel Micay | -21/+24 |
| 2013-11-06 | Register new snapshots | Alex Crichton | -170/+10 |
| 2013-11-06 | auto merge of #10289 : nikomatsakis/rust/issue-10157-TypeContents-refactor, r... | bors | -8/+26 |
| 2013-11-05 | auto merge of #10306 : alexcrichton/rust/issue-9970-better, r=huonw | bors | -15/+15 |
| 2013-11-05 | fix alignment of pthread_attr_t | Daniel Micay | -8/+8 |
| 2013-11-05 | Clarify which errors are format string errors | Alex Crichton | -15/+15 |
| 2013-11-05 | Rename misleading contains_managed to owns_managed | Niko Matsakis | -8/+26 |
| 2013-11-05 | Move implementation for threads to Rust | Dirkjan Bussink | -37/+153 |
| 2013-11-04 | auto merge of #10270 : alexcrichton/rust/no-super-buffer, r=brson | bors | -13/+5 |
| 2013-11-04 | auto merge of #10064 : luqmana/rust/vvv, r=nikomatsakis | bors | -0/+25 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -0/+25 |
| 2013-11-04 | auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakis | bors | -97/+93 |
| 2013-11-04 | Stop extra buffering when stdout isn't a tty | Alex Crichton | -13/+5 |
| 2013-11-04 | auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmr | bors | -1712/+1917 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -324/+364 |
| 2013-11-03 | auto merge of #10251 : thestinger/rust/ptr, r=alexcritchton | bors | -19/+59 |
| 2013-11-03 | simplify memcpy/memmove/memset intrinsics | Daniel Micay | -19/+59 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -646/+931 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -1039/+917 |
| 2013-11-03 | Modify IoFactory's fs_mkdir, and add fs_rename | Alex Crichton | -1/+2 |
| 2013-11-03 | Move rt::io traits into the prelude | Alex Crichton | -0/+1 |
| 2013-11-04 | docs: Replace std::iterator with std::iter. | Huon Wilson | -8/+8 |
| 2013-11-03 | Rename files to match current recommendations. | Chris Morgan | -2/+0 |
| 2013-11-02 | auto merge of #10230 : alexcrichton/rust/snapshots, r=brson | bors | -38/+0 |
| 2013-11-01 | auto merge of #10225 : Jurily/rust/master, r=alexcrichton | bors | -1/+1 |
| 2013-11-01 | auto merge of #10223 : huonw/rust/gamma, r=cmr | bors | -18/+234 |
| 2013-11-01 | Register new snapshots | Alex Crichton | -38/+0 |
| 2013-11-01 | Remove unnecessary unwind messages | Alex Crichton | -76/+41 |
| 2013-11-01 | auto merge of #10204 : alexcrichton/rust/better-names, r=brson | bors | -0/+3 |
| 2013-11-01 | Add a type_id intrinsic | Alex Crichton | -21/+52 |
| 2013-11-01 | auto merge of #10119 : Kimundi/rust/option_and_generic, r=alexcrichton | bors | -531/+424 |
| 2013-11-01 | Give test and main tasks better names | Alex Crichton | -0/+3 |
| 2013-11-01 | Fix typo in to_digit | Gyorgy Andrasek | -1/+1 |
| 2013-11-01 | auto merge of #10218 : alexcrichton/rust/stdio-flush-safe, r=cmr | bors | -14/+27 |
| 2013-11-01 | Fixed unused import warning in tests | Marvin Löbel | -2/+2 |
| 2013-11-01 | Removed legacy implementations | Marvin Löbel | -121/+0 |
| 2013-11-01 | Cleaned up the option and result module in more detail | Marvin Löbel | -57/+42 |
| 2013-11-01 | Reordered the methods in std::Option and std::Result | Marvin Löbel | -381/+410 |
| 2013-11-01 | auto merge of #10213 : telotortium/rust/rand-fill_bytes-stack-overflow, r=huonw | bors | -1/+21 |
| 2013-11-01 | std::rand: share the benchmark counter among the whole module tree. | Huon Wilson | -24/+21 |
| 2013-11-01 | std::rand: Implement the Gamma distribution. | Huon Wilson | -0/+219 |
| 2013-11-01 | std::rand: Move distributions to a subfolder. | Huon Wilson | -0/+0 |
| 2013-11-01 | auto merge of #10196 : huonw/rust/fix-zig, r=alexcrichton | bors | -136/+3 |