| Age | Commit message (Expand) | Author | Lines |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -879/+877 |
| 2013-03-26 | syntax: Removing uses of HashMap | Alex Crichton | -54/+61 |
| 2013-03-26 | Remove unused imports throughout | Alex Crichton | -22/+5 |
| 2013-03-26 | core: As per #4898, finish impls for one-tuples | Tim Chevalier | -3/+53 |
| 2013-03-26 | auto merge of #5555 : Kimundi/rust/str-dealloc-3, r=catamorphism | bors | -409/+461 |
| 2013-03-26 | auto merge of #5467 : nikomatsakis/rust/issues-3888-4036-4492-cannot-encode-r... | bors | -207/+276 |
| 2013-03-26 | Stop writing directly to the final type/method/vtable sidetables from astconv | Niko Matsakis | -42/+137 |
| 2013-03-26 | core: Hide GC docs | Brian Anderson | -0/+2 |
| 2013-03-26 | Add various debug statements to trans that I used to help track down the | Niko Matsakis | -5/+25 |
| 2013-03-26 | Rip out old code that still structured method calls as a | Niko Matsakis | -160/+114 |
| 2013-03-26 | auto merge of #5532 : brson/rust/coredocs, r=brson | bors | -17/+54 |
| 2013-03-26 | core: Make sure every module at least has a one-line description | Brian Anderson | -5/+30 |
| 2013-03-26 | core: Clarify prelude docs. #4556 | Brian Anderson | -12/+24 |
| 2013-03-26 | Check for null in return_to_mut. Fixes #4904. | Niko Matsakis | -2/+6 |
| 2013-03-26 | Fix #4855: handle bot in regionck | Niko Matsakis | -1/+1 |
| 2013-03-26 | Added more missing lifetime annotations | Marvin Löbel | -8/+8 |
| 2013-03-26 | auto merge of #5549 : brson/rust/rustdoc, r=brson | bors | -21/+219 |
| 2013-03-26 | rustdoc: Tweak list style | Brian Anderson | -0/+5 |
| 2013-03-26 | rustdoc: Add type bounds to impls | Brian Anderson | -7/+37 |
| 2013-03-26 | rustdoc: Handle impl method visibility correctly. #5533 | Brian Anderson | -13/+161 |
| 2013-03-26 | rustdoc: Build the crate config correctly. Fixes #5011 | Brian Anderson | -1/+1 |
| 2013-03-26 | rustdoc: Sanitize links harder | Brian Anderson | -0/+15 |
| 2013-03-26 | auto merge of #5553 : pnkfelix/rust/doc-fixes-for-0.6-incoming, r=sanxiyn | bors | -6/+7 |
| 2013-03-26 | Added missing lifetime annotations, doc and whitespace cleanups | Marvin Löbel | -66/+66 |
| 2013-03-26 | Fixed all use sites and tests | Marvin Löbel | -176/+204 |
| 2013-03-26 | Isolated bug, static vector seems to behave differently than fixed sized one | Marvin Löbel | -31/+1 |
| 2013-03-26 | Switched over a bunch of splitting funktions to non-allocating iterators | Marvin Löbel | -98/+135 |
| 2013-03-26 | pre-rebase commit | Marvin Löbel | -101/+119 |
| 2013-03-26 | Moved float str buffer constants to the strconv module | Marvin Löbel | -11/+10 |
| 2013-03-26 | auto merge of #5546 : nikomatsakis/rust/ty_region-useful-span, r=catamorphism | bors | -11/+18 |
| 2013-03-26 | Cleanup wording around the awkward "and so on is . ." in the README.txt. | Felix S. Klock II | -2/+2 |
| 2013-03-26 | Spelling fixes; replaced `size` with `capacity` in few places. | Felix S. Klock II | -3/+3 |
| 2013-03-26 | Fixes mozilla/rust#3612. | Felix S. Klock II | -1/+2 |
| 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 | make ty_region give a useful span when it fails | Niko Matsakis | -11/+18 |
| 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 |