| Age | Commit message (Expand) | Author | Lines |
| 2013-11-27 | auto merge of #10662 : alexcrichton/rust/thread-detach, r=pcwalton | bors | -75/+208 |
| 2013-11-27 | Improve the rt::thread module | Alex Crichton | -62/+154 |
| 2013-11-27 | auto merge of #10693 : eddyb/rust/freeze-ast, r=thestinger | bors | -14/+25 |
| 2013-11-27 | Freeze the AST by removing a couple of unused @mut ~[T] from token_tree. | Eduard Burtescu | -14/+25 |
| 2013-11-27 | auto merge of #10684 : jld/rust/unstruct-unhack-typekind, r=alexcrichton | bors | -0/+40 |
| 2013-11-27 | auto merge of #10688 : bjz/rust/recv_iter, r=brson | bors | -3/+84 |
| 2013-11-26 | auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton | bors | -78/+74 |
| 2013-11-26 | Clean up statically initialized data on shutdown | Alex Crichton | -14/+55 |
| 2013-11-27 | Add an iterator for receiving messages from GenericPorts | Brendan Zabarauskas | -3/+84 |
| 2013-11-27 | Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64. | Eduard Burtescu | -78/+74 |
| 2013-11-26 | auto merge of #10679 : alexcrichton/rust/no-routine, r=pcwalton | bors | -50/+5 |
| 2013-11-26 | Remove enum struct return workaround from LLVM bindings. | Jed Davis | -0/+40 |
| 2013-11-26 | auto merge of #10677 : jld/rust/type-enum-discrim-rm, r=alexcrichton | bors | -4/+0 |
| 2013-11-26 | Remove unused std::routine | Alex Crichton | -50/+5 |
| 2013-11-26 | auto merge of #10649 : sfackler/rust/multi-macro, r=alexcrichton | bors | -128/+328 |
| 2013-11-26 | Clean up SmallVector use a bit | Steven Fackler | -108/+38 |
| 2013-11-26 | Support multiple item macros | Steven Fackler | -124/+180 |
| 2013-11-26 | Add SmallVector to libsyntax | Steven Fackler | -0/+214 |
| 2013-11-26 | auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchton | bors | -7/+130 |
| 2013-11-26 | auto merge of #10581 : pcwalton/rust/dedo, r=pcwalton | bors | -4430/+4169 |
| 2013-11-26 | add a thread_local feature gate | Daniel Micay | -2/+14 |
| 2013-11-26 | port the runtime to `#[thread_local]` | Daniel Micay | -5/+105 |
| 2013-11-26 | add `#[thread_local]` attribute | Daniel Micay | -0/+11 |
| 2013-11-26 | librustc: Fix merge fallout. | Patrick Walton | -59/+43 |
| 2013-11-26 | auto merge of #10673 : klutzy/rust/quite, r=alexcrichton | bors | -12/+16 |
| 2013-11-26 | Remove the unused obsolete enum_discrim type. | Jed Davis | -4/+0 |
| 2013-11-26 | auto merge of #10664 : alexcrichton/rust/issue-10663, r=luqmana | bors | -5/+18 |
| 2013-11-26 | Correctly handle libuv errors in addrinfo calls | Alex Crichton | -5/+18 |
| 2013-11-26 | libstd: Fix Win32 and other bustage. | Patrick Walton | -39/+41 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -124/+137 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -343/+349 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -637/+575 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -1347/+1311 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -192/+178 |
| 2013-11-26 | librustuv: Remove all non-`proc` uses of `do` from `libextra` and | Patrick Walton | -449/+456 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -895/+722 |
| 2013-11-26 | libsyntax: Remove the old-style borrowed closure type syntax from the | Patrick Walton | -23/+32 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -150/+160 |
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -256/+249 |
| 2013-11-26 | Turn off attribute_usage warning on check-fast | klutzy | -12/+16 |
| 2013-11-26 | auto merge of #10660 : alexcrichton/rust/little-scope, r=pcwalton | bors | -71/+71 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -462/+466 |
| 2013-11-25 | auto merge of #10631 : klutzy/rust/win-fixes, r=alexcrichton | bors | -185/+53 |
| 2013-11-25 | auto merge of #10316 : klutzy/rust/attr-lint, r=cmr | bors | -55/+160 |
| 2013-11-26 | rustc: Add crate-level attribute lint | klutzy | -34/+51 |
| 2013-11-26 | rustc: Update obsolete attribute list | klutzy | -8/+10 |
| 2013-11-26 | Add test for unknown attribute lint | klutzy | -0/+18 |
| 2013-11-26 | rustc: Add lint for unknown attributes | klutzy | -9/+57 |
| 2013-11-25 | auto merge of #10652 : jld/rust/enum-unstruct, r=thestinger | bors | -40/+99 |
| 2013-11-26 | Add tests for attribute lint | klutzy | -0/+38 |