| Age | Commit message (Expand) | Author | Lines |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::last_span` | Patrick Walton | -34/+32 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::span` | Patrick Walton | -52/+54 |
| 2014-01-02 | libsyntax: De-`@mut` `token` in the parser | Patrick Walton | -251/+251 |
| 2014-01-02 | libsyntax: De-`@mut` `quote_depth` in the parser | Patrick Walton | -7/+7 |
| 2014-01-02 | libsyntax: Make the parser mutable | Patrick Walton | -487/+518 |
| 2014-01-02 | auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton | bors | -37/+62 |
| 2014-01-02 | auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwalton | bors | -64/+108 |
| 2014-01-02 | Inject std libs with versions | Florian Hahn | -7/+35 |
| 2014-01-02 | debuginfo: Add test case for recursive enum types (issue #11083) | Michael Woerister | -0/+33 |
| 2014-01-02 | debuginfo: Fix issue #11083 and some minor clean up. | Michael Woerister | -64/+75 |
| 2014-01-02 | auto merge of #11269 : am0d/rust/lint_typo, r=sanxiyn | bors | -1/+1 |
| 2014-01-02 | auto merge of #11268 : lkuper/rust/trans-comment, r=pcwalton | bors | -1/+1 |
| 2014-01-02 | auto merge of #11265 : c-a/rust/byteswap_from, r=alexcrichton | bors | -15/+17 |
| 2014-01-01 | auto merge of #11246 : ktt3ja/rust/issue-11224, r=alexcrichton | bors | -23/+60 |
| 2014-01-01 | auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwalton | bors | -0/+160 |
| 2014-01-01 | Fix typo in lint description. | a_m0d | -1/+1 |
| 2014-01-01 | Fix comment that's been wrong since ancient times (thanks, @jvns). | Lindsey Kuper | -1/+1 |
| 2014-01-01 | auto merge of #11184 : jhasse/rust/patch-col, r=huonw | bors | -2/+3 |
| 2014-01-02 | Test column offset for #11184 | Jan Niklas Hasse | -0/+1 |
| 2014-01-01 | auto merge of #11242 : Dretch/rust/hashmap-key-value-iterators, r=pcwalton | bors | -9/+41 |
| 2014-01-02 | Output columns 1-based. Fixes #10848 | Jan Niklas Hasse | -2/+2 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -32/+29 |
| 2014-01-01 | libextra: Use from_be32 instead of bswap32 in vuint_at() | Carl-Anton Ingmarsson | -9/+2 |
| 2014-01-01 | libnative: Use [from|to]_be16 instead of bswap16 | Carl-Anton Ingmarsson | -6/+2 |
| 2014-01-01 | Add byteswap intrinsics for converting from big/little to host endian | Carl-Anton Ingmarsson | -0/+13 |
| 2014-01-01 | auto merge of #11212 : alexcrichton/rust/local-task-count, r=brson | bors | -71/+244 |
| 2014-01-01 | Move task count bookeeping out of libstd | Alex Crichton | -71/+244 |
| 2014-01-01 | Don't leave lingering files in doc tests | Alex Crichton | -0/+3 |
| 2014-01-01 | auto merge of #11255 : klutzy/rust/small-cleanup, r=pcwalton | bors | -226/+194 |
| 2014-01-01 | auto merge of #11254 : huonw/rust/impl-names, r=brson | bors | -19/+64 |
| 2014-01-02 | syntax: expand impl_pretty_name to handle more cases. | Huon Wilson | -19/+64 |
| 2014-01-01 | auto merge of #11249 : brson/rust/no_rustdoc_ng, r=alexcrichton | bors | -4/+1 |
| 2014-01-01 | auto merge of #11247 : eddyb/rust/symbol-cleanup, r=alexcrichton | bors | -2/+5 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -97/+94 |
| 2014-01-01 | syntax::diagnostic: Remove @ from Emitter | klutzy | -13/+13 |
| 2014-01-01 | syntax::diagnostic: Remove unnecessary traits | klutzy | -103/+74 |
| 2014-01-01 | rustc::driver: Remove two @s | klutzy | -13/+13 |
| 2014-01-01 | auto merge of #11244 : johnwalker/rust/issue-11239, r=brson | bors | -1/+3 |
| 2013-12-31 | auto merge of #11215 : alexcrichton/rust/metadata-filename, r=pcwalton | bors | -2/+5 |
| 2013-12-31 | auto merge of #11187 : alexcrichton/rust/once, r=brson | bors | -56/+176 |
| 2013-12-31 | Convert relevant static mutexes to Once | Alex Crichton | -65/+41 |
| 2013-12-31 | auto merge of #11137 : g3xzh/rust/benchm, r=cmr | bors | -0/+41 |
| 2013-12-31 | auto merge of #11186 : alexcrichton/rust/native-udp, r=brson | bors | -113/+379 |
| 2014-01-01 | Truncate symbol hashes to 64 bits. | Eduard Burtescu | -2/+5 |
| 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 |