| Age | Commit message (Expand) | Author | Lines |
| 2014-05-01 | auto merge of #13789 : sfackler/rust/debug-assert, r=pcwalton | bors | -28/+65 |
| 2014-05-01 | auto merge of #13886 : japaric/rust/fix-an-typos, r=alexcrichton | bors | -17/+17 |
| 2014-05-01 | Remove useless assert! case | Steven Fackler | -5/+0 |
| 2014-05-01 | Add debug_assert and debug_assert_eq macros | Steven Fackler | -23/+65 |
| 2014-05-01 | Fix a/an typos | Jorge Aparicio | -17/+17 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -197/+186 |
| 2014-05-01 | fix error message for obsolete &"foo" literal | Daniel Micay | -62/+65 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -70/+70 |
| 2014-05-01 | auto merge of #13881 : aochagavia/rust/pr, r=alexcrichton | bors | -1/+1 |
| 2014-05-01 | auto merge of #13878 : brutal-chaos/rust/tutorial_grammar, r=alexcrichton | bors | -3/+3 |
| 2014-05-01 | auto merge of #13875 : hjr3/rust/serialize-strbuf, r=alexcrichton | bors | -35/+35 |
| 2014-05-01 | Fixed outdated note in the tutorial | Adolfo Ochagavía | -1/+1 |
| 2014-05-01 | auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelix | bors | -1631/+1265 |
| 2014-05-01 | rustdoc tutorial: grammar change in list comments | Justin Noah | -3/+3 |
| 2014-04-30 | Add serialization support for StrBuf | Herman J. Radtke III | -35/+35 |
| 2014-04-30 | rustc: Fix def ids of xcrate-reexported items | Alex Crichton | -1/+63 |
| 2014-04-30 | Address nits from @pnkfelix | Niko Matsakis | -42/+41 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -72/+58 |
| 2014-04-30 | auto merge of #13648 : gereeter/rust/removed-rev, r=alexcrichton | bors | -219/+212 |
| 2014-04-30 | auto merge of #13864 : adrientetar/rust/fix-it-some-more, r=alexcrichton | bors | -5/+4 |
| 2014-04-30 | auto merge of #13072 : bjz/rust/bitset, r=alexcrichton | bors | -0/+260 |
| 2014-04-30 | Update for language changes | Brendan Zabarauskas | -1/+1 |
| 2014-04-30 | Move bitflags module to libstd | Brendan Zabarauskas | -7/+5 |
| 2014-04-30 | auto merge of #13863 : huonw/rust/re-tweaks, r=pcwalton | bors | -117/+101 |
| 2014-04-30 | rustdoc: fix overly broad selectors | Adrien Tétar | -5/+4 |
| 2014-04-30 | auto merge of #12740 : nical/rust/json-streaming, r=erickt | bors | -266/+1054 |
| 2014-04-29 | auto merge of #13857 : alexcrichton/rust/add-dylib-paths, r=brson | bors | -3/+114 |
| 2014-04-29 | rustc: Add search paths to dylib load paths | Alex Crichton | -3/+114 |
| 2014-04-29 | Document derived traits for bitset! macro | Brendan Zabarauskas | -0/+5 |
| 2014-04-29 | Document how generated bitflags can be extended with type and trait implement... | Brendan Zabarauskas | -0/+34 |
| 2014-04-29 | Add a bitflags! macro | Brendan Zabarauskas | -0/+223 |
| 2014-04-29 | auto merge of #13776 : adrientetar/rust/rustdoc-fix, r=brson | bors | -38/+49 |
| 2014-04-30 | regex: General style tweaks. | Huon Wilson | -27/+12 |
| 2014-04-29 | auto merge of #13833 : alexcrichton/rust/ffunction-sections, r=thestinger | bors | -8/+38 |
| 2014-04-29 | auto merge of #13772 : brson/rust/cratedocs, r=alexcrichton | bors | -36/+106 |
| 2014-04-29 | rustc: Enable -f{function,data}-sections | Alex Crichton | -8/+38 |
| 2014-04-30 | regex: remove the use of ~[] & some unnecessary ~'s. | Huon Wilson | -90/+89 |
| 2014-04-29 | auto merge of #13807 : ipetkov/rust/issue-13771, r=alexcrichton | bors | -0/+4 |
| 2014-04-28 | auto merge of #13829 : alexcrichton/rust/dead-strip, r=thestinger | bors | -0/+12 |
| 2014-04-28 | rustdoc: #13771: Make html links inside paragraphs more readable | Ivan Petkov | -0/+4 |
| 2014-04-28 | auto merge of #13834 : nick29581/rust/str_fix, r=luqmana | bors | -131/+72 |
| 2014-04-29 | Remove internal support for fixed length strings | Nick Cameron | -131/+72 |
| 2014-04-28 | auto merge of #13830 : noamraph/rust/doc-browser-history, r=kballard | bors | -5/+4 |
| 2014-04-28 | auto merge of #13827 : lifthrasiir/rust/rustdoc-hidden-pub-field, r=alexcrichton | bors | -16/+32 |
| 2014-04-29 | rustdoc: Make going back in browser history work after typing a search term | Noam Yorav-Raphael | -5/+4 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -135/+148 |
| 2014-04-28 | Provide an implementation of DoubleEndedIterator for the results of &[T]::spl... | Jonathan S | -84/+64 |
| 2014-04-28 | auto merge of #13819 : nick29581/rust/ty_str, r=pcwalton | bors | -509/+319 |
| 2014-04-28 | rustc: Pass -dead_strip on OSX | Alex Crichton | -0/+12 |
| 2014-04-28 | auto merge of #13812 : alxgnon/rust/master, r=alexcrichton | bors | -25/+30 |