| Age | Commit message (Expand) | Author | Lines |
| 2013-08-07 | Fix bug in `match`ing struct patterns | Dmitry Ermolov | -24/+35 |
| 2013-08-07 | Added testcases for `match` keyword | Dmitry Ermolov | -0/+81 |
| 2013-08-06 | Hide stuff that are not used outside of _match.rs | Dmitry Ermolov | -42/+42 |
| 2013-08-06 | Better documentation for --emit-llvm option. | Dmitry Ermolov | -1/+2 |
| 2013-08-06 | auto merge of #8317 : bblum/rust/fast-spawn-unlinked, r=brson | bors | -50/+67 |
| 2013-08-06 | auto merge of #8313 : msullivan/rust/cleanup, r=catamorphism | bors | -79/+72 |
| 2013-08-06 | auto merge of #8312 : alexcrichton/rust/use-treemap, r=erickt | bors | -18/+1 |
| 2013-08-06 | auto merge of #8308 : blake2-ppc/rust/str-slice-bytes, r=alexcrichton | bors | -1/+1 |
| 2013-08-06 | auto merge of #8054 : sammykim/rust/move-EnumSet, r=alexcrichton | bors | -66/+30 |
| 2013-08-06 | Move EnumSet into libextra | Sangeun Kim | -66/+30 |
| 2013-08-05 | auto merge of #8265 : blake2-ppc/rust/std-iter, r=thestinger | bors | -164/+198 |
| 2013-08-05 | auto merge of #8278 : cmr/rust/workaround, r=brson | bors | -5/+12 |
| 2013-08-06 | std: Fix bug in ChunkIter::idx | blake2-ppc | -1/+4 |
| 2013-08-06 | std: Remove uint::iterate, replaced by `range` | blake2-ppc | -32/+6 |
| 2013-08-06 | extra: Simplify the bitv iterators using Repeat | blake2-ppc | -44/+19 |
| 2013-08-06 | std: Improve the documentation for iterator::Invert | blake2-ppc | -0/+11 |
| 2013-08-06 | std: Use method name Option::consume | blake2-ppc | -5/+7 |
| 2013-08-06 | std: Rewrite the HashSet set operation iterators | blake2-ppc | -37/+17 |
| 2013-08-06 | std: Add iterator::Repeat to repeat an element endlessly | blake2-ppc | -0/+33 |
| 2013-08-06 | std: Improve vec::ChunkIter | blake2-ppc | -8/+51 |
| 2013-08-06 | std: Implement RandomAccessIterator for Invert | blake2-ppc | -0/+21 |
| 2013-08-06 | std: Remove unused trait bound in Result::map | blake2-ppc | -1/+1 |
| 2013-08-06 | std: Convert Result to use external iterators | blake2-ppc | -14/+18 |
| 2013-08-06 | std: Add .consume_iter() for Option, to make it reusable | blake2-ppc | -27/+15 |
| 2013-08-05 | auto merge of #8288 : Kimundi/rust/opteitres4, r=brson | bors | -817/+792 |
| 2013-08-05 | Lazily initialize 'leaf node' taskgroups for unlinked spawns, for an apparent... | Ben Blum | -45/+63 |
| 2013-08-05 | (cleanup) Uncomment an assertion that now holds. | Ben Blum | -5/+4 |
| 2013-08-05 | auto merge of #8298 : darkf/rust/fix-3948, r=pcwalton | bors | -1/+1 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -817/+792 |
| 2013-08-05 | Use TreeMap's ord implementation for Json | Alex Crichton | -18/+1 |
| 2013-08-05 | Improve debug spew in _match. | Michael Sullivan | -44/+47 |
| 2013-08-05 | Get rid of some NOTEs. | Michael Sullivan | -3/+2 |
| 2013-08-05 | Warn when using -o option on libraries. Closes #6554. | Michael Sullivan | -7/+6 |
| 2013-08-05 | Fix an unused variable warning and clean up some dead code/names. | Michael Sullivan | -21/+13 |
| 2013-08-05 | auto merge of #8293 : dim-an/rust/trie-iterator, r=thestinger | bors | -0/+94 |
| 2013-08-05 | Make node_id_to_str print more useful info in some cases. Closes #2410. | Michael Sullivan | -4/+4 |
| 2013-08-05 | auto merge of #8292 : thestinger/rust/fix_loop_warning, r=brson | bors | -1/+1 |
| 2013-08-05 | std: Use correct lifetime parameter on str::raw::slice_bytes | blake2-ppc | -1/+1 |
| 2013-08-05 | auto merge of #8289 : sfackler/rust/push_byte, r=erickt | bors | -1/+8 |
| 2013-08-05 | auto merge of #8183 : omasanori/rust/migrate-new, r=sanxiyn | bors | -28/+30 |
| 2013-08-05 | auto merge of #8279 : pcwalton/rust/no-main, r=brson | bors | -8/+19 |
| 2013-08-05 | auto merge of #8227 : dim-an/rust/tree-iter, r=thestinger | bors | -5/+147 |
| 2013-08-05 | Add extra::arena::Arena::new{, _with_size}. | OGINO Masanori | -28/+30 |
| 2013-08-05 | auto merge of #8303 : brson/rust/tls-magic-wtf, r=brson | bors | -0/+13 |
| 2013-08-05 | std::rt: Use magic to make TLS work from annihilated boxes. #8302 | Brian Anderson | -0/+13 |
| 2013-08-04 | auto merge of #8299 : brson/rust/yet-more-newsched-fixes, r=brson | bors | -15/+20 |
| 2013-08-04 | std::rt: Schedule more scheduler callbacks to avoid dropping messages | Brian Anderson | -1/+3 |
| 2013-08-04 | std: Fix newsched logging truncation | Brian Anderson | -14/+17 |
| 2013-08-04 | Open files in binary mode. Closes #3948 | darkf | -1/+1 |
| 2013-08-04 | auto merge of #8220 : luqmana/rust/arm-linux, r=cmr | bors | -1/+15 |