| Age | Commit message (Expand) | Author | Lines |
| 2013-03-25 | rustdoc: Show purity | Seo Sanghyeon | -23/+17 |
| 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-22 | libcore: Fix obsolete syntax in extfmt | Patrick Walton | -56/+49 |
| 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 | auto merge of #5503 : thestinger/rust/trie, r=pcwalton | bors | -121/+106 |
| 2013-03-22 | auto merge of #5501 : catamorphism/rust/manual, r=graydon | bors | -132/+143 |
| 2013-03-22 | auto merge of #5497 : luqmana/rust/clang-ver, r=thestinger | bors | -1/+1 |
| 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 | docs: Copyedit my randomly assigned sections of the manual | Tim Chevalier | -132/+143 |
| 2013-03-22 | auto merge of #5496 : catamorphism/rust/release-notes, r=catamorphism | bors | -9/+9 |
| 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 | configure: accept clang 3.3 when passed --enable-clang | Luqman Aden | -1/+1 |
| 2013-03-22 | Edit release notes a bit | Tim Chevalier | -9/+9 |
| 2013-03-22 | auto merge of #5483 : pcwalton/rust/static-syntax, r=graydon | bors | -57/+60 |
| 2013-03-22 | libstd: Remove all uses of `pure` from libstd. rs=depure | Patrick Walton | -353/+353 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -1576/+1551 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -286/+281 |
| 2013-03-22 | auto merge of #5463 : alexcrichton/rust/faster-fmt, r=graydon | bors | -61/+281 |
| 2013-03-22 | auto merge of #5398 : dbaupp/rust/core-readlines, r=graydon | bors | -43/+152 |
| 2013-03-22 | Pass the fmt! buffer to each conversion method | Alex Crichton | -58/+268 |
| 2013-03-22 | Removing some unused imports | Alex Crichton | -4/+0 |
| 2013-03-22 | Build up the result of fmt! in a buffer instead of a vector | Alex Crichton | -30/+44 |
| 2013-03-22 | auto merge of #5471 : erickt/rust/incoming, r=bstrie | bors | -2/+2 |
| 2013-03-23 | compiletest: Use lines_each instead of lines(..).each, or split(.., n).each | Huon Wilson | -11/+11 |
| 2013-03-23 | libcore: handle trailing newlines more like other languages. | Huon Wilson | -32/+141 |
| 2013-03-22 | auto merge of #5493 : apasel422/rust/leibniz, r=bstrie | bors | -252/+297 |
| 2013-03-22 | syntax: make old `#[deriving_foo]` attribute obsolete | Andrew Paseltiner | -3/+48 |
| 2013-03-22 | syntax: replace uses of old deriving attribute with new one | Andrew Paseltiner | -100/+100 |
| 2013-03-22 | compiletest: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-22 | test: replace uses of old deriving attribute with new one | Andrew Paseltiner | -27/+27 |
| 2013-03-22 | rustc: replace uses of old deriving attribute with new one | Andrew Paseltiner | -62/+62 |
| 2013-03-22 | fuzzer: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-22 | rustdoc: replace uses of old deriving attribute with new one | Andrew Paseltiner | -18/+18 |
| 2013-03-22 | std: replace uses of old deriving attribute with new one | Andrew Paseltiner | -21/+21 |
| 2013-03-22 | core: replace uses of old deriving attribute with new one | Andrew Paseltiner | -19/+19 |