| Age | Commit message (Expand) | Author | Lines |
| 2013-03-26 | auto merge of #5542 : catamorphism/rust/issue-4983, r=catamorphism | bors | -1/+1 |
| 2013-03-26 | auto merge of #5539 : apasel422/rust/kate, r=brson | bors | -3/+1 |
| 2013-03-26 | auto merge of #5536 : sanxiyn/rust/doc-purity, r=brson | bors | -23/+17 |
| 2013-03-25 | auto merge of #5528 : thestinger/rust/find_mut, r=brson | bors | -9/+135 |
| 2013-03-25 | auto merge of #5525 : dbaupp/rust/minor_fixups, r=graydon | bors | -26/+9 |
| 2013-03-25 | auto merge of #5524 : luqmana/rust/repeat-loop, r=pcwalton | bors | -16/+51 |
| 2013-03-25 | auto merge of #5513 : apasel422/rust/deriving, r=luqmana | bors | -68/+13 |
| 2013-03-25 | auto merge of #5509 : thestinger/rust/oldmap, r=brson | bors | -347/+42 |
| 2013-03-25 | Expand on cleanups in trans for expr_repeat and add to tests. | Luqman Aden | -0/+12 |
| 2013-03-25 | auto merge of #5409 : brson/rust/rt, r=brson | bors | -1082/+1803 |
| 2013-03-25 | Merge remote-tracking branch 'brson/rt' | Brian Anderson | -1082/+1803 |
| 2013-03-25 | auto merge of #5424 : luqmana/rust/inline-rt, r=brson | bors | -124/+217 |
| 2013-03-25 | core: Fix doc comment error, as per #4983 | Tim Chevalier | -1/+1 |
| 2013-03-25 | kate: remove `const`, `log`, and `pure` keywords, add `super` keyword | Andrew Paseltiner | -3/+1 |
| 2013-03-25 | rustdoc: Show purity | Seo Sanghyeon | -23/+17 |
| 2013-03-25 | trie: improve docstring | Daniel Micay | -1/+1 |
| 2013-03-24 | expose find_mut in the Map trait | Daniel Micay | -36/+38 |
| 2013-03-24 | smallintmap: add find_mut method | Daniel Micay | -2/+28 |
| 2013-03-24 | trie: add find_mut method | Daniel Micay | -1/+32 |
| 2013-03-24 | hashmap: add find_mut method | Daniel Micay | -1/+34 |
| 2013-03-24 | librustc: clean-up expr_repeat loop generation: use native integers | Huon Wilson | -7/+5 |
| 2013-03-24 | treemap: add a find_mut method | Daniel Micay | -4/+38 |
| 2013-03-25 | libcore: implement `str::each_char_reverse` correctly. | Huon Wilson | -10/+9 |
| 2013-03-25 | Kill some warnings: unused imports and old #[deny(..)]s. | Huon Wilson | -16/+0 |
| 2013-03-24 | librustc: emit loop for expr_repeat instead of 2n instructions in [x, ..n] | Luqman Aden | -16/+41 |
| 2013-03-23 | make crates with the same name sort consistently | Daniel Micay | -5/+9 |
| 2013-03-23 | auto merge of #5515 : nikomatsakis/rust/issue-5514-flexible-coherence-rules, ... | bors | -46/+49 |
| 2013-03-23 | libsyntax: Fix `static` in pretty printer. rs=burningtree | Patrick Walton | -10/+0 |
| 2013-03-23 | Update coherence rules to be more flexible for `impl Trait for Type` | Niko Matsakis | -46/+49 |
| 2013-03-23 | replace impls with `deriving` where applicable | Andrew Paseltiner | -63/+7 |
| 2013-03-23 | core: derive Clone for core types | Andrew Paseltiner | -5/+6 |
| 2013-03-23 | turn std::oldmap into a wrapper around LinearMap | Daniel Micay | -342/+33 |
| 2013-03-22 | libcore: Fix obsolete syntax in extfmt | Patrick Walton | -20/+19 |
| 2013-03-22 | libsyntax: Stop parsing old lifetime syntax | Patrick Walton | -4/+5 |
| 2013-03-22 | test: Add lifetime binders and new-style lifetime parameters to the test suite | Patrick Walton | -47/+47 |
| 2013-03-22 | librustc: Add explicit lifetime binders and new lifetime notation in core/std... | Patrick Walton | -116/+135 |
| 2013-03-22 | libsyntax: Stop parsing `const`. | Patrick Walton | -1/+13 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1063/+1061 |
| 2013-03-22 | libsyntax: Introduce the new `assert!` macro; make `assert` no longer a keyword | Patrick Walton | -12/+16 |
| 2013-03-22 | libsyntax: Stop parsing `pure` and `static` | Patrick Walton | -8/+26 |
| 2013-03-22 | remove obsolete purity workarounds | Daniel Micay | -117/+101 |
| 2013-03-22 | trie: make the TrieSet impl public | Daniel Micay | -2/+1 |
| 2013-03-22 | trie: inline the other TrieSet wrapper methods | Daniel Micay | -0/+3 |
| 2013-03-22 | trie: rm workaround for issue #3469 | Daniel Micay | -2/+1 |
| 2013-03-22 | auto merge of #5488 : pcwalton/rust/depure, r=pcwalton | bors | -2553/+2517 |
| 2013-03-22 | test: Remove `pure` from the test suite | Patrick Walton | -158/+153 |
| 2013-03-22 | librustdoc: Remove `pure` from fuzzer and rustdoc. | Patrick Walton | -38/+38 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -252/+251 |
| 2013-03-22 | test: Fix test. rs=test | Patrick Walton | -1/+1 |
| 2013-03-22 | auto merge of #5483 : pcwalton/rust/static-syntax, r=graydon | bors | -57/+60 |