| Age | Commit message (Expand) | Author | Lines |
| 2013-11-30 | Don't run cleanups twice in "if true" blocks | Alex Crichton | -7/+31 |
| 2013-11-29 | auto merge of #10719 : Kimundi/rust/switch_to_multi_item_macros, r=alexcrichton | bors | -256/+244 |
| 2013-11-29 | Implement a lock-free work-stealing deque | Alex Crichton | -141/+723 |
| 2013-11-29 | Removed module macro workaround for signed and unsigned integers | Marvin Löbel | -57/+93 |
| 2013-11-29 | Removed useless cmp::{min, max} reexports from the integer modules | Marvin Löbel | -20/+14 |
| 2013-11-29 | auto merge of #10697 : pcwalton/rust/path-new, r=pcwalton | bors | -547/+552 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -547/+552 |
| 2013-11-29 | Removed some dead code. | Felix S. Klock II | -11/+1 |
| 2013-11-29 | Removed a few macro-expanding-to-module workarounds | Marvin Löbel | -185/+143 |
| 2013-11-28 | Fix initial debug statements printing twice | Alex Crichton | -5/+43 |
| 2013-11-28 | auto merge of #10709 : alexcrichton/rust/snapshot, r=pcwalton | bors | -1325/+1278 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -1325/+1278 |
| 2013-11-28 | shootout-spectralnorm resurection with parallelization | Guillaume Pinot | -31/+66 |
| 2013-11-28 | auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv... | bors | -154/+583 |
| 2013-11-28 | Test that reborrowing contents of an `&'a mut &'b mut` pointer can only | Niko Matsakis | -105/+278 |
| 2013-11-28 | Modify iterators to make them safe with the new rules. | Niko Matsakis | -49/+111 |
| 2013-11-27 | auto merge of #10694 : klutzy/rust/rustdoc-closure, r=alexcrichton | bors | -19/+23 |
| 2013-11-27 | auto merge of #10691 : g3xzh/rust/benchm, r=cmr | bors | -0/+86 |
| 2013-11-27 | auto merge of #10687 : alexcrichton/rust/issue-10686, r=thestinger | bors | -248/+227 |
| 2013-11-27 | auto merge of #10621 : Florob/rust/unicode63, r=cmr | bors | -671/+1336 |
| 2013-11-27 | auto merge of #10642 : cmr/rust/strict_doccomment, r=alexcrichton | bors | -6/+22 |
| 2013-11-27 | Be more strict about doc comments | Corey Richardson | -6/+22 |
| 2013-11-27 | Fix handling of upper/lowercase, and whitespace | Florian Zeitz | -29/+689 |
| 2013-11-27 | Update Unicode data to version 6.3 | Florian Zeitz | -644/+649 |
| 2013-11-27 | Update unicode.py to reflect language changes | Florian Zeitz | -5/+5 |
| 2013-11-27 | auto merge of #10680 : alexcrichton/rust/relax-feature-gate, r=thestinger | bors | -5/+34 |
| 2013-11-27 | Use the native tls implementation on android | Alex Crichton | -248/+227 |
| 2013-11-27 | auto merge of #10685 : ebiggers/rust/ascii_fixes, r=alexcrichton | bors | -2/+11 |
| 2013-11-27 | auto merge of #10662 : alexcrichton/rust/thread-detach, r=pcwalton | bors | -75/+208 |
| 2013-11-27 | Relax restrictions on unknown feature directives | Alex Crichton | -5/+34 |
| 2013-11-27 | Improve the rt::thread module | Alex Crichton | -62/+154 |
| 2013-11-28 | rustdoc: Use new ||/proc syntax | klutzy | -19/+23 |
| 2013-11-27 | auto merge of #10693 : eddyb/rust/freeze-ast, r=thestinger | bors | -14/+25 |
| 2013-11-27 | std::ascii: Add tests for is_digit() and is_control() | Eric Biggers | -0/+9 |
| 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-27 | Add benchmark tests to path/posix | g3xzh | -0/+86 |
| 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 | std::ascii: Fix is_digit() and is_control() | Eric Biggers | -2/+2 |
| 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 |