| Age | Commit message (Expand) | Author | Lines |
| 2013-12-31 | auto merge of #11173 : whitequark/rust/master, r=thestinger | bors | -0/+103 |
| 2013-12-31 | Remove references to rustdoc_ng | Brian Anderson | -4/+1 |
| 2013-12-31 | auto merge of #11157 : alexcrichton/rust/issue-11154, r=pcwalton | bors | -0/+21 |
| 2013-12-31 | Mark provided methods in dead-code pass | Kiet Tran | -23/+60 |
| 2013-12-31 | Conservatively export all trait methods and impls | Alex Crichton | -0/+157 |
| 2013-12-31 | Fix issue #11216 - Replace std::hashmap::{each_key, each_value} with iterators. | Gareth Smith | -9/+41 |
| 2013-12-31 | Add a --no-analysis command line switch | SiegeLord | -0/+17 |
| 2013-12-31 | Generate --dep-info earlier in the compillation. | SiegeLord | -31/+45 |
| 2013-12-31 | Disallow LTO with a preference to dynamic linking | Alex Crichton | -0/+21 |
| 2013-12-31 | Implement native UDP I/O | Alex Crichton | -113/+379 |
| 2013-12-31 | Fix rust-align-to-expr-after-brace, closes #11239. | John Louis Walker | -1/+3 |
| 2013-12-31 | auto merge of #11208 : alexcrichton/rust/less-c, r=cmr | bors | -87/+202 |
| 2013-12-31 | auto merge of #11236 : huonw/rust/sort-rust-log-help, r=sanxiyn | bors | -2/+9 |
| 2013-12-31 | std: print RUST_LOG=::help in sorted order. | Huon Wilson | -2/+9 |
| 2013-12-31 | Add .insert() and .insert_char() methods to ~str. | Simon Sapin | -0/+42 |
| 2013-12-30 | auto merge of #11142 : alan-andrade/rust/improve_opts_example, r=cmr | bors | -7/+10 |
| 2013-12-31 | Fix tests | Alan Andrade | -6/+10 |
| 2013-12-30 | auto merge of #11231 : brson/rust/rust_fail, r=alexcrichton | bors | -14/+21 |
| 2013-12-30 | Remove features from librustdoc | Alan Andrade | -1/+0 |
| 2013-12-30 | Avoid compiler error about glob imports in getopts example | Alan Andrade | -1/+1 |
| 2013-12-30 | auto merge of #11221 : vadimcn/rust/revert-manifest, r=alexcrichton | bors | -133/+0 |
| 2013-12-30 | Add rust_fail. #11219 | Brian Anderson | -14/+21 |
| 2013-12-30 | Rewrite SyntaxEnv | Steven Fackler | -247/+129 |
| 2013-12-31 | Implement volatile_load and volatile_store intrinsics. | Peter Zotov | -0/+103 |
| 2013-12-30 | Convert some C functions to rust functions | Alex Crichton | -87/+202 |
| 2013-12-30 | auto merge of #11125 : vmx/rust/rational, r=huonw | bors | -1/+60 |
| 2013-12-30 | Revert "Embed Windows application manifest." | Vadim Chugunov | -133/+0 |
| 2013-12-30 | Add more benchmark tests to path/posix | g3xzh | -0/+41 |
| 2013-12-30 | auto merge of #11199 : alexcrichton/rust/windows-isnt-waiting, r=pcwalton | bors | -4/+1 |
| 2013-12-30 | Add metadata from a tempdir instead of a build dir | Alex Crichton | -2/+5 |
| 2013-12-30 | Implement Ratio:from_float() | Volker Mische | -1/+60 |
| 2013-12-30 | auto merge of #11185 : huonw/rust/doc-ignore, r=cmr | bors | -4/+53 |
| 2013-12-30 | auto merge of #11182 : luisbg/rust/crateid, r=cmr | bors | -422/+424 |
| 2013-12-30 | auto merge of #11169 : alexcrichton/rust/snapshots, r=sanxiyn | bors | -0/+8 |
| 2013-12-30 | auto merge of #10885 : kballard/rust/as_mut_slice, r=cmr | bors | -0/+6 |
| 2013-12-30 | auto merge of #11168 : sfackler/rust/de-at-extctxt, r=alexcrichton | bors | -443/+399 |
| 2013-12-29 | Remove @muts from ExtCtxt | Steven Fackler | -30/+30 |
| 2013-12-29 | Start passing around &mut ExtCtxt | Steven Fackler | -48/+49 |
| 2013-12-29 | Make ast_fold take &mut self | Steven Fackler | -130/+131 |
| 2013-12-30 | rustdoc: Unify the handling of the hidden example lines. | Huon Wilson | -6/+15 |
| 2013-12-30 | rustdoc: only filter lines starting with '# ' from the shown code. | Huon Wilson | -2/+42 |
| 2013-12-29 | auto merge of #11181 : luqmana/rust/up-llvm, r=alexcrichton | bors | -4/+2 |
| 2013-12-29 | Update llvm. | Luqman Aden | -4/+2 |
| 2013-12-29 | auto merge of #11204 : alexcrichton/rust/issue-11200, r=cmr | bors | -1/+1 |
| 2013-12-29 | Fix a deadlock in a libgreen test | Alex Crichton | -1/+1 |
| 2013-12-29 | Actually block in a windows cvar | Alex Crichton | -4/+1 |
| 2013-12-29 | Register new snapshots. | Alex Crichton | -0/+8 |
| 2013-12-29 | Rename uses of PkgId to CrateId in librustpkg | Luis de Bethencourt | -299/+301 |
| 2013-12-29 | Rename PkgId to CrateId | Luis de Bethencourt | -100/+100 |
| 2013-12-29 | Rename pkgid variables | Luis de Bethencourt | -24/+24 |