about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-05-01auto merge of #13789 : sfackler/rust/debug-assert, r=pcwaltonbors-28/+65
2014-05-01auto merge of #13886 : japaric/rust/fix-an-typos, r=alexcrichtonbors-17/+17
2014-05-01Remove useless assert! caseSteven Fackler-5/+0
2014-05-01Add debug_assert and debug_assert_eq macrosSteven Fackler-23/+65
2014-05-01Fix a/an typosJorge Aparicio-17/+17
2014-05-01auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichtonbors-197/+186
2014-05-01fix error message for obsolete &"foo" literalDaniel Micay-62/+65
2014-05-01remove leftover obsolete string literalsDaniel Micay-70/+70
2014-05-01auto merge of #13881 : aochagavia/rust/pr, r=alexcrichtonbors-1/+1
2014-05-01auto merge of #13878 : brutal-chaos/rust/tutorial_grammar, r=alexcrichtonbors-3/+3
2014-05-01auto merge of #13875 : hjr3/rust/serialize-strbuf, r=alexcrichtonbors-35/+35
2014-05-01Fixed outdated note in the tutorialAdolfo Ochagavía-1/+1
2014-05-01auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelixbors-1631/+1265
2014-05-01rustdoc tutorial: grammar change in list commentsJustin Noah-3/+3
2014-04-30Add serialization support for StrBufHerman J. Radtke III-35/+35
2014-04-30rustc: Fix def ids of xcrate-reexported itemsAlex Crichton-1/+63
2014-04-30Address nits from @pnkfelixNiko Matsakis-42/+41
2014-04-30librustc: Remove `~"string"` and `&"string"` from the languagePatrick Walton-72/+58
2014-04-30auto merge of #13648 : gereeter/rust/removed-rev, r=alexcrichtonbors-219/+212
2014-04-30auto merge of #13864 : adrientetar/rust/fix-it-some-more, r=alexcrichtonbors-5/+4
2014-04-30auto merge of #13072 : bjz/rust/bitset, r=alexcrichtonbors-0/+260
2014-04-30Update for language changesBrendan Zabarauskas-1/+1
2014-04-30Move bitflags module to libstdBrendan Zabarauskas-7/+5
2014-04-30auto merge of #13863 : huonw/rust/re-tweaks, r=pcwaltonbors-117/+101
2014-04-30rustdoc: fix overly broad selectorsAdrien Tétar-5/+4
2014-04-30auto merge of #12740 : nical/rust/json-streaming, r=ericktbors-266/+1054
2014-04-29auto merge of #13857 : alexcrichton/rust/add-dylib-paths, r=brsonbors-3/+114
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-3/+114
2014-04-29Document derived traits for bitset! macroBrendan Zabarauskas-0/+5
2014-04-29Document how generated bitflags can be extended with type and trait implement...Brendan Zabarauskas-0/+34
2014-04-29Add a bitflags! macroBrendan Zabarauskas-0/+223
2014-04-29auto merge of #13776 : adrientetar/rust/rustdoc-fix, r=brsonbors-38/+49
2014-04-30regex: General style tweaks.Huon Wilson-27/+12
2014-04-29auto merge of #13833 : alexcrichton/rust/ffunction-sections, r=thestingerbors-8/+38
2014-04-29auto merge of #13772 : brson/rust/cratedocs, r=alexcrichtonbors-36/+106
2014-04-29rustc: Enable -f{function,data}-sectionsAlex Crichton-8/+38
2014-04-30regex: remove the use of ~[] & some unnecessary ~'s.Huon Wilson-90/+89
2014-04-29auto merge of #13807 : ipetkov/rust/issue-13771, r=alexcrichtonbors-0/+4
2014-04-28auto merge of #13829 : alexcrichton/rust/dead-strip, r=thestingerbors-0/+12
2014-04-28rustdoc: #13771: Make html links inside paragraphs more readableIvan Petkov-0/+4
2014-04-28auto merge of #13834 : nick29581/rust/str_fix, r=luqmanabors-131/+72
2014-04-29Remove internal support for fixed length stringsNick Cameron-131/+72
2014-04-28auto merge of #13830 : noamraph/rust/doc-browser-history, r=kballardbors-5/+4
2014-04-28auto merge of #13827 : lifthrasiir/rust/rustdoc-hidden-pub-field, r=alexcrichtonbors-16/+32
2014-04-29rustdoc: Make going back in browser history work after typing a search termNoam Yorav-Raphael-5/+4
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-135/+148
2014-04-28Provide an implementation of DoubleEndedIterator for the results of &[T]::spl...Jonathan S-84/+64
2014-04-28auto merge of #13819 : nick29581/rust/ty_str, r=pcwaltonbors-509/+319
2014-04-28rustc: Pass -dead_strip on OSXAlex Crichton-0/+12
2014-04-28auto merge of #13812 : alxgnon/rust/master, r=alexcrichtonbors-25/+30