about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-07-23auto merge of #15899 : aochagavia/rust/guide, r=kballardbors-9/+4
2014-07-23auto merge of #15897 : Gankro/rust/it-docs, r=kballardbors-3/+10
2014-07-22auto merge of #15272 : jakub-/rust/issue-13041, r=pcwaltonbors-84/+312
2014-07-22Add Drop support for enumsJakub Wieczorek-84/+312
2014-07-22auto merge of #15894 : treeman/rust/vec-doc, r=alexcrichtonbors-139/+233
2014-07-22auto merge of #15869 : alexcrichton/rust/issue-15828, r=kballardbors-4/+14
2014-07-22Remove misleading code example from The GuideAdolfo Ochagavía-9/+4
2014-07-22clarifying iterator trait documentationAlexis Beingessner-3/+10
2014-07-22auto merge of #15863 : dotdash/rust/lifetimes3, r=alexcrichtonbors-8/+81
2014-07-22auto merge of #15857 : treeman/rust/doc-dijkstra-example, r=alexcrichtonbors-1/+137
2014-07-22Main example for priority queue using dijkstra's algorithm.Jonas Hietala-1/+137
2014-07-22auto merge of #15888 : mprobinson/rust/rustdoc-fixes, r=cmrbors-12/+12
2014-07-22auto merge of #15884 : steveklabnik/rust/guide_fix_headings, r=huonwbors-38/+38
2014-07-22doc: Normalize example styleJonas Hietala-62/+53
2014-07-22doc: Vec::from_raw_parts.Jonas Hietala-5/+37
2014-07-22auto merge of #15876 : brson/rust/failfat, r=pcwaltonbors-3/+9
2014-07-22doc: Fill vec documentation with examples.Jonas Hietala-1/+72
2014-07-22auto merge of #15871 : dotdash/rust/unnamed_fmtstr, r=pcwaltonbors-1/+6
2014-07-22doc: Use vec![] instead of vec!() in Vec.Jonas Hietala-77/+77
2014-07-22Emit LLVM lifetime intrinsics to improve stack usage and codegen in generalBjörn Steinbrink-8/+81
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-11/+735
2014-07-21Fix pretty testCorey Richardson-0/+1
2014-07-22auto merge of #15870 : jakub-/rust/issue-15793, r=alexcrichtonbors-1/+35
2014-07-21Don't run lexer tests by defaultCorey Richardson-3/+4
2014-07-22auto merge of #15834 : Kimundi/rust/moved_syntax_env, r=cmrbors-227/+254
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-3/+82
2014-07-21Shuffle around check-lexer conditionsCorey Richardson-29/+59
2014-07-21Break apart long lines in verify.rsCorey Richardson-1/+3
2014-07-21lexer tests: makefile/configureCorey Richardson-2/+84
2014-07-22auto merge of #15217 : steveklabnik/rust/range, r=huonwbors-1/+13
2014-07-21Guide: fix headingsSteve Klabnik-38/+38
2014-07-21Clarify range's exclusivity.Steve Klabnik-1/+13
2014-07-22Refactoring: Only use `MacroExpander` for expanding outside ofMarvin Löbel-27/+42
2014-07-21Fix rustdoc --passes listMike Robinson-12/+12
2014-07-21Moved `syntax::ext::base::SyntaxEnv` into `syntax::ext::base::ExtCtx`Marvin Löbel-201/+213
2014-07-21Update LLVM to address an issue with range metadata in hoisted loadsJakub Wieczorek-1/+35
2014-07-21Use fewer instructions for `fail!`Brian Anderson-3/+9
2014-07-21auto merge of #15700 : jakub-/rust/match-fail-removal, r=pcwaltonbors-83/+22
2014-07-21Allow merging of statics generated by format!()Björn Steinbrink-1/+6
2014-07-21auto merge of #15864 : alexcrichton/rust/rollup, r=alexcrichtonbors-453/+2382
2014-07-21rustc: Append platform exe suffix to output filesAlex Crichton-4/+14
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-9/+36
2014-07-21Byte/raw binary literal fixesCorey Richardson-4/+24
2014-07-21Refine the tooling, handle commentsCorey Richardson-31/+68
2014-07-21First pass at line comment correctnessCorey Richardson-15/+30
2014-07-21Add raw string literal ambiguity documentCorey Richardson-0/+29
2014-07-21Lexer; subtly wrong; no makefileCorey Richardson-0/+401
2014-07-21Test fixes from the rollupAlex Crichton-1/+1
2014-07-21Clarify the std::vec::Vec docs regarding capacityP1start-3/+37
2014-07-21Get rid of few warnings in testsPiotr Jawniak-9/+7