| Age | Commit message (Expand) | Author | Lines |
| 2013-10-11 | correct names for `#[no_send]`/`#[no_freeze]` tests | Daniel Micay | -0/+0 |
| 2013-10-11 | auto merge of #9803 : alexcrichton/rust/less-pub2, r=brson | bors | -99/+114 |
| 2013-10-11 | extra::tempfile: replace mkdtemp with an RAII wrapper | Benjamin Herr | -468/+616 |
| 2013-10-11 | De-pub some private runtime components | Alex Crichton | -99/+114 |
| 2013-10-10 | auto merge of #9805 : alexcrichton/rust/needstest, r=brson | bors | -4/+94 |
| 2013-10-10 | auto merge of #9804 : alexcrichton/rust/always-anon-extern, r=brson | bors | -87/+40 |
| 2013-10-10 | auto merge of #9517 : crabtw/rust/cabi, r=nikomatsakis | bors | -188/+206 |
| 2013-10-10 | Add tests and un-xfail a few issues | Alex Crichton | -4/+94 |
| 2013-10-10 | auto merge of #9785 : catamorphism/rust/remove-convenience-tool, r=pcwalton | bors | -256/+0 |
| 2013-10-10 | Remove named extern blocks from the AST | Alex Crichton | -87/+40 |
| 2013-10-10 | auto merge of #9732 : catamorphism/rust/rustpkg-read-only, r=brson | bors | -292/+531 |
| 2013-10-11 | improve C ABI | Jyun-Yan You | -188/+206 |
| 2013-10-10 | auto merge of #9800 : vmx/rust/fix-random-doc, r=thestinger | bors | -1/+1 |
| 2013-10-10 | rustpkg: Make checked-out source files read-only, and overhaul where temporar... | Tim Chevalier | -292/+531 |
| 2013-10-10 | rust / build: Remove the `rust` tool | Tim Chevalier | -256/+0 |
| 2013-10-10 | Register new snapshots | Alex Crichton | -0/+8 |
| 2013-10-10 | Fix usage of <float> in docs | Volker Mische | -1/+1 |
| 2013-10-10 | auto merge of #9791 : alexcrichton/rust/reachable, r=catamorphism | bors | -160/+111 |
| 2013-10-10 | Add `pub` to all the codegen tests | Alex Crichton | -13/+13 |
| 2013-10-10 | auto merge of #9749 : alexcrichton/rust/less-io, r=brson | bors | -1004/+1382 |
| 2013-10-10 | Make the file::DirectoryInfo trait public | Alex Crichton | -1/+1 |
| 2013-10-10 | Remove some users of io::file_reader | Alex Crichton | -30/+68 |
| 2013-10-10 | Remove usage of io::FILE_writer | Alex Crichton | -49/+13 |
| 2013-10-10 | Migrate users of io::fd_t to io::native::file::fd_t | Alex Crichton | -101/+41 |
| 2013-10-10 | Move std::run off of std::io | Alex Crichton | -769/+65 |
| 2013-10-10 | Implement BufferedReader.{read_until, read_line} | Alex Crichton | -7/+65 |
| 2013-10-10 | Implement rt::io::stdio | Alex Crichton | -26/+84 |
| 2013-10-10 | Use the result of privacy for reachability | Alex Crichton | -147/+98 |
| 2013-10-09 | auto merge of #9783 : huonw/rust/macro-items, r=bstrie | bors | -2/+40 |
| 2013-10-09 | auto merge of #9780 : sfackler/rust/extensions2, r=alexcrichton | bors | -1/+1 |
| 2013-10-10 | Typeck: Disallow scalar casts to bare_fn. | Geoff Hill | -2/+38 |
| 2013-10-09 | auto merge of #9774 : sebcrozet/rust/master, r=huonw | bors | -2/+1 |
| 2013-10-10 | syntax: allow macros to expand to items with attributes. | Huon Wilson | -2/+40 |
| 2013-10-09 | auto merge of #9750 : alexcrichton/rust/safer-strings, r=brson | bors | -96/+118 |
| 2013-10-09 | auto merge of #9742 : alexcrichton/rust/issue-9739, r=brson | bors | -40/+34 |
| 2013-10-09 | Don't abort if the runtime is run twice. | Alex Crichton | -40/+34 |
| 2013-10-09 | Implement io::native::process | Alex Crichton | -1/+753 |
| 2013-10-09 | Implement io::native::stdio | Alex Crichton | -0/+67 |
| 2013-10-09 | Implement io::native::file | Alex Crichton | -25/+230 |
| 2013-10-09 | auto merge of #9386 : Geal/rust/base64-doc, r=alexcrichton | bors | -10/+13 |
| 2013-10-09 | Forbid modifications of strings in the compiler | Alex Crichton | -96/+118 |
| 2013-10-09 | Correct code examples for base64 documentation | Geoffroy Couprie | -10/+13 |
| 2013-10-09 | auto merge of #9664 : alexcrichton/rust/logging, r=huonw | bors | -76/+143 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -277/+244 |
| 2013-10-09 | auto merge of #9695 : huonw/rust/rand2, r=alexcrichton | bors | -575/+1703 |
| 2013-10-09 | std::rand: Minor clean-up of comments & add a missing default method. | Huon Wilson | -3/+5 |
| 2013-10-09 | std::rand: remove seed_task_rng and RUST_SEED. | Huon Wilson | -76/+9 |
| 2013-10-09 | std::rand: Make Rng.next_u32 non-default, waiting for #7771. | Huon Wilson | -6/+11 |
| 2013-10-09 | std::rand::os: use the externfn! macro for the Windows RNG. | Huon Wilson | -22/+16 |
| 2013-10-09 | std::rand::reseeding: seed the reseeder in the SeedableRng impl. | Huon Wilson | -12/+13 |