about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-01-17doc: fix rust.md falloutAdrien Tétar-21/+25
2014-01-17Elaborate manual on matching (dereference patterns, lvalue/rvalue matching)Edward Z. Yang-2/+20
2014-01-17doc: fix version stamp for TeX filesAdrien Tétar-7/+8
2014-01-17Fixup in guide-testing.mdPetter Remen-2/+2
2014-01-17Tweak the interface of std::ioAlex Crichton-180/+204
2014-01-17auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwaltonbors-3729/+5039
2014-01-17Adjust comments in test caseNiko Matsakis-4/+3
2014-01-17Update years on more license headersNiko Matsakis-9/+9
2014-01-17Update year on license headerNiko Matsakis-1/+1
2014-01-18syntax::ext: replace span_fatal with span_err in many places.Huon Wilson-84/+245
2014-01-17Add a generic power functionFlavio Percoco-54/+82
2014-01-17auto merge of #11479 : khodzha/rust/peekable_empty, r=brsonbors-1/+15
2014-01-17Change expansion of `for` loop to use a `match` statementNiko Matsakis-18/+82
2014-01-17Extend temporary lifetimes if there is a ref in an enum bindingNiko Matsakis-0/+2
2014-01-17Link lifetimes in `let` patterns just as we do for `match` patternsNiko Matsakis-3/+72
2014-01-17auto merge of #11601 : dguenther/rust/fix_test_summary, r=brsonbors-10/+18
2014-01-17Fixed bug when initialising bitv from bool=trueAlex Whitney-7/+30
2014-01-17auto merge of #11498 : c-a/rust/optimize_vuint_at, r=alexcrichtonbors-23/+79
2014-01-17Make main() public in uninit-empty-typesNiko Matsakis-1/+1
2014-01-16auto merge of #11553 : klutzy/rust/rustc-cleanups, r=alexcrichtonbors-297/+187
2014-01-17syntax::ast: Remove/Recover testsklutzy-123/+34
2014-01-17rustc::metadata: Remove trait FileSearchklutzy-114/+98
2014-01-17rustc::driver: Capitalize structs and enumsklutzy-60/+55
2014-01-16auto merge of #11584 : alexcrichton/rust/issue-3862, r=brsonbors-5/+17
2014-01-16auto merge of #11151 : sfackler/rust/ext-crate, r=alexcrichtonbors-205/+873
2014-01-16Distinguish zero-size types from those that we return as voidNiko Matsakis-20/+34
2014-01-16Fix uninit() intrinsic when used with empty typesNiko Matsakis-1/+25
2014-01-16Fix test to account for new temporary lifetime rules, which cause the channel...Niko Matsakis-1/+1
2014-01-16Load macros from external modulesSteven Fackler-205/+873
2014-01-16Further refine treatment of voidish arraysNiko Matsakis-4/+2
2014-01-16Forbid coercing unsafe functions to closuresAlex Crichton-3/+17
2014-01-16Don't run 'ar s' on OSXAlex Crichton-4/+7
2014-01-16Consider all zero-sized data structures to be voidish, bypassing some "quirky...Niko Matsakis-32/+37
2014-01-16auto merge of #11571 : derekchiang/rust/fix-task-docs, r=alexcrichtonbors-7/+6
2014-01-16Document blocks and use statements a little moreAlex Crichton-5/+17
2014-01-16auto merge of #11599 : sanxiyn/rust/accurate-span-3, r=luqmanabors-2/+2
2014-01-16Update test run summaryDerek Guenther-10/+18
2014-01-16auto merge of #11597 : sfackler/rust/err-enums, r=alexcrichtonbors-14/+47
2014-01-16auto merge of #11596 : derekchiang/rust/fix-libnative-docs, r=alexcrichtonbors-10/+10
2014-01-16Correct span for ExprCall and ExprIndexSeo Sanghyeon-2/+2
2014-01-16auto merge of #11590 : vadimcn/rust/llvm-tools, r=alexcrichtonbors-1/+4
2014-01-16auto merge of #11588 : am0d/rust/dox, r=brsonbors-29/+31
2014-01-16Remove typoNiko Matsakis-1/+1
2014-01-16auto merge of #11579 : kballard/rust/windows-path-join, r=ericktbors-2/+9
2014-01-15Stop returning error strings in From{Base64,Hex}Steven Fackler-14/+47
2014-01-16Fix some docs in std::rt::taskDerek Chiang-7/+6
2014-01-16Fixing a typo: bookeeping -> bookkeepingDerek Chiang-10/+10
2014-01-15doc: add note below diagram about memory layout.Div Shekhar-0/+5
2014-01-15auto merge of #11575 : pcwalton/rust/parse-substrs, r=alexcrichtonbors-82/+9
2014-01-15doc: Boxes diagram shows enum value inside box.Div Shekhar-4/+4