| Age | Commit message (Expand) | Author | Lines |
| 2013-05-21 | auto merge of #6657 : sanxiyn/rust/allocation, r=thestinger | bors | -88/+88 |
| 2013-05-22 | Use static strings | Seo Sanghyeon | -9/+9 |
| 2013-05-21 | auto merge of #6611 : huonw/rust/syntax-ext-no-dup, r=jbclements | bors | -2250/+1667 |
| 2013-05-22 | Take string slices | Seo Sanghyeon | -2/+2 |
| 2013-05-22 | syntax/ext: convert all AstBuilder methods to a uniform syntax. | Huon Wilson | -1686/+998 |
| 2013-05-22 | syntax/ext: migrate build.rs functions to AstBuilder methods. | Huon Wilson | -925/+1126 |
| 2013-05-21 | Remove unnecessary allocations flagged by lint from fuzzer | Seo Sanghyeon | -23/+23 |
| 2013-05-22 | syntax/ext: collect the ast building traits into a single trait. | Huon Wilson | -493/+420 |
| 2013-05-22 | syntax/ext: modernise ext_ctxt to be CamelCase and use new. | Huon Wilson | -332/+331 |
| 2013-05-22 | syntax/ext: Remove the trait-object indirection of the ext_ctxt object. | Huon Wilson | -106/+82 |
| 2013-05-21 | Remove unnecessary allocations flagged by lint from rustpkg | Seo Sanghyeon | -29/+29 |
| 2013-05-21 | Remove unnecessary allocations flagged by lint from rustdoc | Seo Sanghyeon | -36/+36 |
| 2013-05-21 | syntax/ext: remove the ~str dependence of the deriving code. | Huon Wilson | -79/+81 |
| 2013-05-21 | auto merge of #6654 : sanxiyn/rust/accurate-span-2, r=bstrie | bors | -2/+2 |
| 2013-05-21 | Correct span for unused_import | Seo Sanghyeon | -1/+1 |
| 2013-05-21 | Correct span for expr_vec | Seo Sanghyeon | -1/+1 |
| 2013-05-21 | auto merge of #6650 : crabtw/rust/mips-rt, r=sanxiyn | bors | -3/+7 |
| 2013-05-21 | auto merge of #6648 : alexcrichton/rust/issue-6633, r=graydon | bors | -1/+34 |
| 2013-05-20 | auto merge of #6647 : alexcrichton/rust/unnecessary-alloc, r=graydon | bors | -1030/+1095 |
| 2013-05-20 | auto merge of #6646 : dotdash/rust/method_lookup, r=brson | bors | -91/+100 |
| 2013-05-20 | auto merge of #6626 : brson/rust/io-upstream, r=graydon | bors | -321/+466 |
| 2013-05-21 | fix mips stack alignment | Jyun-Yan You | -3/+7 |
| 2013-05-20 | auto merge of #6604 : bjz/rust/ptr-to-option, r=brson | bors | -0/+51 |
| 2013-05-20 | auto merge of #6649 : brson/rust/atomic-load-align, r=graydon | bors | -11/+17 |
| 2013-05-20 | auto merge of #6576 : nikomatsakis/rust/issue-5362-tuple-indices, r=graydon | bors | -81/+246 |
| 2013-05-20 | rustllvm: Use target alignment for atomic load/store | Brian Anderson | -11/+17 |
| 2013-05-20 | auto merge of #6528 : brson/rust/docs, r=brson | bors | -4/+6 |
| 2013-05-20 | auto merge of #6372 : brson/rust/intrinsics, r=catamorphism | bors | -54/+25 |
| 2013-05-20 | core::rt: Convert unsafe_borrow_io to a Local impl | Brian Anderson | -18/+29 |
| 2013-05-20 | core::rt: Implement Local for Task | Brian Anderson | -49/+60 |
| 2013-05-20 | core::rt: Remove local_sched module | Brian Anderson | -53/+20 |
| 2013-05-20 | core::rt: Convert users of local_sched to Local trait | Brian Anderson | -145/+143 |
| 2013-05-20 | core::rt: Make local_sched a wrapper around Local | Brian Anderson | -8/+20 |
| 2013-05-20 | core::rt: Move more TLS functionality into local_ptr | Brian Anderson | -58/+94 |
| 2013-05-20 | core::rt: Move some TLS functions from local_sched to local_ptr | Brian Anderson | -59/+82 |
| 2013-05-20 | rt: Rename rust_initialize_global_state to rust_initialize_rt_tls_key | Brian Anderson | -8/+15 |
| 2013-05-20 | core::rt: Store Task as a ~ pointer | Brian Anderson | -11/+11 |
| 2013-05-20 | core::rt: Add Local trait | Brian Anderson | -0/+21 |
| 2013-05-20 | core:rt:: Rename LocalServices to Task | Brian Anderson | -78/+67 |
| 2013-05-20 | core::rt: Queues MessageQueue and WorkQueue are cloneable | Brian Anderson | -1/+19 |
| 2013-05-20 | core::rt: Add MessageQueue type | Brian Anderson | -1/+48 |
| 2013-05-20 | core::rt: Put a lock on the work queue | Brian Anderson | -13/+22 |
| 2013-05-20 | core::rt: Rename WorkQueue methods, remove extra push method | Brian Anderson | -12/+8 |
| 2013-05-20 | core: Update clone docs | Brian Anderson | -4/+6 |
| 2013-05-20 | auto merge of #6639 : osaut/rust/arc-clean, r=brson | bors | -4/+34 |
| 2013-05-20 | Replace all uses of rust-intrinsic ABI with calls to unstable::intrinsics | Brian Anderson | -54/+25 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -1027/+1022 |
| 2013-05-20 | Implement a lint mode to detect unnecessary allocations | Alex Crichton | -3/+73 |
| 2013-05-20 | getting rid of interner_key! macro | John Clements | -125/+60 |
| 2013-05-20 | hygiene infrastructure. | John Clements | -110/+194 |