| Age | Commit message (Expand) | Author | Lines |
| 2014-01-19 | Add span_note to ExtCtxt | Steven Fackler | -0/+4 |
| 2014-01-19 | auto merge of #11639 : sfackler/rust/macro-crate-path, r=alexcrichton | bors | -2/+2 |
| 2014-01-19 | auto merge of #11635 : thestinger/rust/zero-size-alloc, r=alexcrichton | bors | -37/+42 |
| 2014-01-19 | extra::json: add documentation and examples | musitdev | -1/+1 |
| 2014-01-19 | auto merge of #11633 : chromatic/rust/master, r=alexcrichton | bors | -19/+19 |
| 2014-01-19 | extra::json: add documentation and examples | musitdev | -1/+1 |
| 2014-01-19 | auto merge of #11628 : alexcrichton/rust/issue-11593, r=brson | bors | -8/+41 |
| 2014-01-19 | Squashed commit of the following: | musitdev | -1/+222 |
| 2014-01-19 | rustc: check instantiability of fixed length vectors properly. | Huon Wilson | -0/+32 |
| 2014-01-18 | auto merge of #11616 : huonw/rust/ast_map, r=pnkfelix | bors | -217/+195 |
| 2014-01-18 | Avoid unused variable warning in quote_*! | Steven Fackler | -2/+26 |
| 2014-01-18 | auto merge of #11615 : adwhit/rust/master, r=cmr | bors | -7/+30 |
| 2014-01-19 | rustc: remove the explicit count from the lang_item macro. | Huon Wilson | -5/+17 |
| 2014-01-18 | auto merge of #11311 : hdima/rust/vim-syntax-spell-check, r=cmr | bors | -7/+7 |
| 2014-01-18 | Pass the correct --target flag when type checking pretty-printed code in tests | Brian Anderson | -0/+6 |
| 2014-01-19 | syntax: convert ast_map to use a SmallIntMap. | Huon Wilson | -217/+195 |
| 2014-01-18 | auto merge of #11632 : brson/rust/issue-11602, r=huonw | bors | -0/+19 |
| 2014-01-18 | xfail more external syntax extension tests on android | Brian Anderson | -0/+3 |
| 2014-01-18 | auto merge of #11620 : alexcrichton/rust/rustc-silent, r=brson | bors | -87/+28 |
| 2014-01-18 | auto merge of #11607 : alexcrichton/rust/issue-9957, r=cmr | bors | -6/+55 |
| 2014-01-18 | auto merge of #11606 : alexcrichton/rust/issue-9259, r=brson | bors | -0/+23 |
| 2014-01-18 | Replace old pow_with_uint with the new pow func | Flavio Percoco | -44/+8 |
| 2014-01-18 | Added benchmark for pow and pow_with_uint | Flavio Percoco | -0/+21 |
| 2014-01-18 | Add a test for closed issue #9259 | Alex Crichton | -0/+23 |
| 2014-01-18 | Disallow implementation of cross-crate priv traits | Alex Crichton | -8/+41 |
| 2014-01-18 | rustc: Clean up error reporting | Alex Crichton | -87/+28 |
| 2014-01-18 | Forbid unnecessary visibility on view items | Alex Crichton | -6/+55 |
| 2014-01-18 | Ignore all newline characters in Base64 decoder | Dmitry Vasiliev | -2/+5 |
| 2014-01-18 | Expose platform independent path separators | Erick Tryzelaar | -41/+62 |
| 2014-01-18 | auto merge of #11629 : brson/rust/whattayaknowitsmoreandroidfixes, r=cmr | bors | -0/+2 |
| 2014-01-18 | auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brson | bors | -84/+31 |
| 2014-01-18 | auto merge of #11605 : alexcrichton/rust/issue-9582, r=brson | bors | -3/+17 |
| 2014-01-17 | auto merge of #11001 : DaGenix/rust/iter-renaming, r=alexcrichton | bors | -477/+476 |
| 2014-01-17 | Make WindowsPath::new("C:foo").root_path() return Some("C:") | Kevin Ballard | -4/+7 |
| 2014-01-17 | Move macro-crate to run-pass-fulldeps and force-host the aux build | Brian Anderson | -0/+2 |
| 2014-01-17 | xfail shootout-reverse-complement on android | Brian Anderson | -0/+2 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -477/+476 |
| 2014-01-17 | auto merge of #11086 : metajack/rust/rustpkg-new-crateid-syntax, r=cmr | bors | -45/+20 |
| 2014-01-17 | Actually force a / in the path for ext crates | Steven Fackler | -2/+2 |
| 2014-01-17 | handle zero-size allocations correctly | Daniel Micay | -37/+42 |
| 2014-01-17 | auto merge of #11503 : FlaPer87/rust/master, r=huonw | bors | -52/+80 |
| 2014-01-17 | rustc: Feature gate `log_syntax!`. Closes #11602 | Brian Anderson | -0/+19 |
| 2014-01-17 | auto merge of #11497 : huonw/rust/trie-internal-iter, r=alexcrichton | bors | -52/+119 |
| 2014-01-17 | Fixed typos in comments of librustc backend. | chromatic | -19/+19 |
| 2014-01-17 | auto merge of #11618 : alexcrichton/rust/force-host, r=brson | bors | -3/+42 |
| 2014-01-18 | std::trie: use unsafe code to give a 3x speed up to the iterator. | Huon Wilson | -39/+118 |
| 2014-01-18 | std::trie: remove each_{key,value}_reverse internal iterators. | Huon Wilson | -13/+1 |
| 2014-01-18 | Add FIXME comments regarding issue #11526. | Brendan Zabarauskas | -0/+22 |
| 2014-01-18 | Simplify std::num::Primitive trait definition | Brendan Zabarauskas | -84/+9 |
| 2014-01-17 | Warning police. | Jack Moffitt | -16/+1 |