about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-01-14Add noalias and noreturn attributes in more cases.Eduard Burtescu-57/+59
2014-01-14auto merge of #11438 : b1nd/rust/rust-doc, r=alexcrichtonbors-49/+125
2014-01-14renamed empty() to is_empty()Shamir Khodzha-4/+4
2014-01-14Note that translation workflow is WIP now.OGINO Masanori-3/+6
2014-01-14Add notes for translators.OGINO Masanori-0/+43
2014-01-14Update .po and strip down untranslated entries.OGINO Masanori-12995/+3659
2014-01-14Completed patch searching for rust docsb1nd-49/+125
2014-01-13auto merge of #11501 : alexcrichton/rust/dox, r=brsonbors-3/+276
2014-01-13dox: Write a guide to the rust runtimeAlex Crichton-3/+276
2014-01-13auto merge of #11531 : brson/rust/yetmoreandroidfixes, r=alexcrichtonbors-10/+12
2014-01-13std: Ignore bind error tests on android. #11530Brian Anderson-2/+4
2014-01-13mk: Make TESTNAME and VERBOSE work with android. Closes #10957Brian Anderson-8/+8
2014-01-13auto merge of #11525 : luqmana/rust/trait-coercions, r=pcwaltonbors-24/+63
2014-01-13librustc: Don't translate an expr twice when implicitly coercing to a trait o...Luqman Aden-22/+21
2014-01-13librustc: Don't allow use after move of implicitly coerced object. Fixes #11481.Luqman Aden-2/+42
2014-01-13auto merge of #11305 : pcwalton/rust/at-patterns, r=pcwaltonbors-1037/+1025
2014-01-13librustc: Remove `@` pointer patterns from the languagePatrick Walton-1035/+1014
2014-01-13auto merge of #11518 : brson/rust/moreandroidxfails, r=alexcrichtonbors-0/+1
2014-01-13xfail another native test on android (#11419)Brian Anderson-0/+1
2014-01-13libsyntax: Make managed box `@` patterns obsoletePatrick Walton-3/+12
2014-01-13auto merge of #11482 : fhahn/rust/issue-8005-better-error-msg-semi-last-stmt,...bors-3/+55
2014-01-13Better error message for semicolon on the last line of a functionFlorian Hahn-3/+55
2014-01-13auto merge of #11513 : huonw/rust/generic-errs, r=alexcrichtonbors-5/+24
2014-01-13rustc: make error messages containing generic more self-explanatory.Huon Wilson-5/+24
2014-01-13auto merge of #11510 : wycats/rust/clone-treeset, r=huonwbors-0/+11
2014-01-13Add Clone to TreeSetYehuda Katz-0/+11
2014-01-12auto merge of #11506 : brson/rust/androidfixes, r=cmrbors-0/+2
2014-01-12xfail two tests that hang on Android (#11419)Brian Anderson-0/+2
2014-01-12auto merge of #11442 : brson/rust/0.10-pre, r=alexcrichtonbors-22/+18
2014-01-12Bump version to 0.10-preBrian Anderson-22/+18
2014-01-12auto merge of #11504 : bjz/rust/std-num-cleanups, r=brsonbors-236/+81
2014-01-13Clean up std::num::cmath and remove stale commentsBrendan Zabarauskas-187/+80
2014-01-13Remove RealExtBrendan Zabarauskas-49/+1
2014-01-12auto merge of #11502 : jhasse/rust/crate_type, r=alexcrichtonbors-5/+0
2014-01-12ebml::extra: Optimize reader::vuint_at()Carl-Anton Ingmarsson-22/+29
2014-01-12auto merge of #11471 : ktt3ja/rust/issue-11380, r=alexcrichtonbors-13/+80
2014-01-12Mark allowed dead code and lang items as liveKiet Tran-13/+80
2014-01-12Don't overwrite the options.output value from build_session_optionsJan Niklas Hasse-5/+0
2014-01-12extra::ebml: Add unit test for vuint_at()Carl-Anton Ingmarsson-0/+48
2014-01-12extra::ebml: Make reader::Res publicCarl-Anton Ingmarsson-1/+1
2014-01-12Update guide-ffi.mdMatthias Einwag-98/+60
2014-01-12auto merge of #11495 : kud1ing/rust/backticks, r=huonwbors-35/+35
2014-01-12more backtickskud1ing-35/+35
2014-01-11auto merge of #11491 : wting/rust/wting_7959_document_inline_attributes, r=al...bors-6/+28
2014-01-11auto merge of #11488 : kballard/rust/librustpkg-docs, r=brsonbors-20/+26
2014-01-11Add inline attributes documentation.William Ting-6/+28
2014-01-11Add librustuv to doc/index.mdKevin Ballard-0/+1
2014-01-11Restore missing line breaks in doc/index.htmlKevin Ballard-19/+19
2014-01-11doc: build the docs for librustpkgKevin Ballard-1/+6
2014-01-11auto merge of #11483 : kballard/rust/gitignore-doc-rustuv, r=alexcrichtonbors-0/+1