| Age | Commit message (Expand) | Author | Lines |
| 2013-07-22 | De-spanned<T> and renamed ast::field (now ast::Field) | Michael Woerister | -61/+52 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -503/+501 |
| 2013-07-22 | auto merge of #7941 : dotdash/rust/codegen, r=huonw | bors | -688/+1246 |
| 2013-07-22 | auto merge of #7926 : brson/rust/issue-4116, r=graydon | bors | -16/+82 |
| 2013-07-22 | Note incompatibility with global-whitespace-mode. | Felix S. Klock II | -0/+5 |
| 2013-07-21 | auto merge of #7955 : thestinger/rust/snapshot, r=huonw | bors | -814/+27 |
| 2013-07-22 | temporarily disable 3 rustpkg tests | Daniel Micay | -3/+5 |
| 2013-07-22 | new snapshot | Daniel Micay | -811/+22 |
| 2013-07-21 | auto merge of #7938 : crabtw/rust/foreign-vis, r=huonw | bors | -2/+2 |
| 2013-07-21 | Cleanup libsyntax a bit | Steven Stewart-Gallus | -100/+100 |
| 2013-07-21 | Minor cleanup of hashmap | Steven Stewart-Gallus | -11/+5 |
| 2013-07-21 | Merge pull request #7936 from thestinger/cleanup | Daniel Micay | -37/+0 |
| 2013-07-21 | syntax: Bless mod.rs. #4116 | Brian Anderson | -16/+82 |
| 2013-07-21 | Eliminated SmallIntSet | Steven Fackler | -369/+0 |
| 2013-07-21 | auto merge of #7932 : blake2-ppc/rust/str-clear, r=huonw | bors | -1/+51 |
| 2013-07-21 | dlist: Remove extraneous unwrap in .pop_back_node() | blake2-ppc | -3/+3 |
| 2013-07-21 | auto merge of #7923 : alexcrichton/rust/add-tests, r=graydon | bors | -0/+48 |
| 2013-07-21 | dlist: Use Ord for .insert_ordered() | blake2-ppc | -3/+2 |
| 2013-07-21 | dlist: Remove bench tests for vec | blake2-ppc | -37/+1 |
| 2013-07-21 | dlist: Add bench test for rotate_to_{front, back} | blake2-ppc | -0/+19 |
| 2013-07-21 | auto merge of #7921 : bytewiseand/rust/smallint-iter, r=huonw | bors | -139/+177 |
| 2013-07-21 | Remove what appears to be redundant indirection from | Gareth Smith | -10/+10 |
| 2013-07-21 | dlist: Add .rotate_to_front(), .rotate_to_back() | blake2-ppc | -0/+43 |
| 2013-07-21 | dlist: Factor out pop and push operations by list node | blake2-ppc | -54/+104 |
| 2013-07-21 | dlist: Simplify match clauses to use Option methods | blake2-ppc | -65/+33 |
| 2013-07-21 | serialize: implement Encodable for DList | blake2-ppc | -0/+13 |
| 2013-07-21 | Avoid blocks for static allocas and loading the closure environment | Björn Steinbrink | -112/+79 |
| 2013-07-21 | Provide lower level access to the LLVM IR builder | Björn Steinbrink | -568/+1149 |
| 2013-07-21 | Remove an unnecessary block/jump from the drop glue for @-pointer | Björn Steinbrink | -12/+17 |
| 2013-07-21 | Avoid creating llenv blocks when there's nothing to load | Björn Steinbrink | -0/+5 |
| 2013-07-21 | Add slice_from and slice_to methods for vec, like the | Gareth Smith | -3/+47 |
| 2013-07-21 | Doc for ast::Path | Corey Richardson | -8/+12 |
| 2013-07-21 | syntax: print visibilities of foreign items | Jyun-Yan You | -2/+2 |
| 2013-07-21 | Added bitv iterator benchmarks | Steven Fackler | -0/+36 |
| 2013-07-21 | Added iterator tests | Steven Fackler | -0/+19 |
| 2013-07-21 | Removed unecessary indirection in Bitv | Steven Fackler | -16/+16 |
| 2013-07-21 | Derive Clone for bitv stuff | Steven Fackler | -18/+24 |
| 2013-07-21 | Switched bitv to external iterators | Steven Fackler | -17/+54 |
| 2013-07-20 | auto merge of #7913 : brson/rust/rm-install-snap, r=graydon | bors | -34/+2 |
| 2013-07-20 | auto merge of #7912 : graydon/rust/extra-new-benchmarks-1, r=catamorphism | bors | -68/+409 |
| 2013-07-20 | auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwalton | bors | -811/+728 |
| 2013-07-20 | auto merge of #7896 : pcwalton/rust/pub-extern, r=pcwalton | bors | -701/+825 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -701/+825 |
| 2013-07-20 | rm obsolete no-op lints | Daniel Micay | -37/+0 |
| 2013-07-20 | auto merge of #7882 : blake2-ppc/rust/iterator-clone, r=thestinger | bors | -0/+120 |
| 2013-07-20 | auto merge of #7910 : brson/rust/rm-fixme, r=graydon | bors | -5/+0 |
| 2013-07-20 | auto merge of #7908 : anasazi/rust/fix_udp_mut, r=brson | bors | -82/+81 |
| 2013-07-20 | dlist: Implement Clone for immutable iterators | blake2-ppc | -0/+23 |
| 2013-07-20 | std: Implement Clone for VecIterator and iterators using it | blake2-ppc | -0/+26 |
| 2013-07-20 | iterator: Add test for .cycle() | blake2-ppc | -0/+14 |