| Age | Commit message (Expand) | Author | Lines |
| 2013-07-15 | std: add consuming iterators for `HashMap` and `HashSet` | Andrew Paseltiner | -0/+82 |
| 2013-07-15 | auto merge of #7799 : blake2-ppc/rust/eq-default, r=sanxiyn | bors | -3/+18 |
| 2013-07-15 | cmp: Use default methods in trait Eq, require only Eq::eq | blake2-ppc | -3/+18 |
| 2013-07-14 | add regions, unicode idents, attributes to GtkSourceView language-spec | sp3d | -8/+32 |
| 2013-07-14 | Noting that json.rs provides parsing as well | Austin King | -1/+1 |
| 2013-07-14 | auto merge of #7716 : kballard/rust/term-attr, r=cmr | bors | -23/+154 |
| 2013-07-14 | Don't re-parse terminfo (twice!) on every compiler diagnostic | Kevin Ballard | -2/+19 |
| 2013-07-14 | Highlight rustc's warnings/errors in bold instead of bright white | Kevin Ballard | -14/+15 |
| 2013-07-14 | term: Add new function .attr() to toggle terminal attributes | Kevin Ballard | -5/+108 |
| 2013-07-14 | Give term.fg() and term.bg() a bool return value | Kevin Ballard | -4/+14 |
| 2013-07-14 | dlist: Use inline on very small functions and iterator functions | blake2-ppc | -2/+25 |
| 2013-07-14 | dlist: Simplify by using Option::{map, map_mut} | blake2-ppc | -13/+4 |
| 2013-07-14 | ringbuf: Implement .size_hint() for iterators | blake2-ppc | -0/+15 |
| 2013-07-14 | auto merge of #7788 : MarkJr94/rust/from_iter, r=cmr | bors | -15/+189 |
| 2013-07-14 | Stripped trailing spaces; Implemented FromIterator for TreeMap and PriorityQueue | =Mark Sinclair | -6/+80 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -70/+81 |
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -293/+291 |
| 2013-07-14 | Clean up various warnings throughout the codebase | Alex Crichton | -30/+33 |
| 2013-07-14 | Allow non-uppercase-statics by default | Alex Crichton | -5/+1 |
| 2013-07-14 | Implemented FromIterator for TrieMap and TrieSet | =Mark Sinclair | -14/+91 |
| 2013-07-14 | Implemented FromIterator for std::hashmap | =Mark Sinclair | -1/+24 |
| 2013-07-14 | auto merge of #7781 : dotdash/rust/glue, r=huonw | bors | -8/+22 |
| 2013-07-14 | auto merge of #7779 : kballard/rust/print-macro-args, r=alexcrichton | bors | -8/+14 |
| 2013-07-14 | auto merge of #7768 : sfackler/rust/containers, r=huonw | bors | -91/+114 |
| 2013-07-13 | auto merge of #7769 : alexcrichton/rust/issue-7732-fix-rusti-again, r=cmr | bors | -52/+129 |
| 2013-07-13 | Fix running code via '-Z jit' | Alex Crichton | -1/+9 |
| 2013-07-13 | When running rusti, consume the JIT contexts and collect them in the parent task | Alex Crichton | -35/+68 |
| 2013-07-13 | Un-broke benchmarks | Steven Fackler | -5/+5 |
| 2013-07-13 | Split mutable methods out of Set and Map | Steven Fackler | -86/+109 |
| 2013-07-13 | Rename print!()/println!() to printf!()/printfln!() | Kevin Ballard | -8/+14 |
| 2013-07-13 | rustpkg: Address review comments from cmr | Tim Chevalier | -3/+3 |
| 2013-07-13 | rustpkg: Implement `uninstall` and `list` commands | Tim Chevalier | -34/+226 |
| 2013-07-13 | auto merge of #7763 : dotdash/rust/empty_blocks, r=pcwalton | bors | -98/+163 |
| 2013-07-13 | Use concrete types in glue functions | Björn Steinbrink | -8/+22 |
| 2013-07-13 | auto merge of #7775 : poiru/rust/issue-7653, r=huonw | bors | -0/+12 |
| 2013-07-13 | Add print! and println! macros. Closes #7653. | Birunthan Mohanathas | -0/+12 |
| 2013-07-13 | auto merge of #7765 : blake2-ppc/rust/ord-default-methods, r=huonw | bors | -10/+53 |
| 2013-07-13 | Avoid empty "else" blocks | Björn Steinbrink | -12/+19 |
| 2013-07-13 | Avoid empty "static_allocas" blocks | Björn Steinbrink | -18/+31 |
| 2013-07-13 | Avoid return blocks that have only a single predecessor | Björn Steinbrink | -68/+113 |
| 2013-07-13 | Merge pull request #7735 from blake2-ppc/dlist | Daniel Micay | -128/+151 |
| 2013-07-12 | Squirrel away the JIT contexts into TLS when done | Alex Crichton | -16/+52 |
| 2013-07-12 | auto merge of #7734 : alexcrichton/rust/issue-3395, r=sanxiyn | bors | -31/+16 |
| 2013-07-13 | cmp: Use default methods in trait Ord, only require Ord::lt | blake2-ppc | -10/+53 |
| 2013-07-13 | dlist: Use a DoubleEndedIterator for .mut_iter() and .mut_rev_iter() | blake2-ppc | -79/+109 |
| 2013-07-13 | dlist: Use DoubleEndedIterator for .consume_rev_iter() | blake2-ppc | -12/+4 |
| 2013-07-13 | dlist: Implement DoubleEndedIterator and use for .iter() and .rev_iter() | blake2-ppc | -39/+33 |
| 2013-07-13 | dlist: Fix bug in DList::merge | blake2-ppc | -11/+18 |
| 2013-07-12 | auto merge of #7742 : chris-morgan/rust/delimitmate-support, r=cmr | bors | -1/+13 |
| 2013-07-12 | auto merge of #7725 : msullivan/rust/default-methods, r=pcwalton | bors | -121/+185 |