about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-01-18auto merge of #11629 : brson/rust/whattayaknowitsmoreandroidfixes, r=cmrbors-0/+2
2014-01-18auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brsonbors-84/+31
2014-01-18auto merge of #11605 : alexcrichton/rust/issue-9582, r=brsonbors-3/+17
2014-01-17auto merge of #11001 : DaGenix/rust/iter-renaming, r=alexcrichtonbors-477/+476
2014-01-17Move macro-crate to run-pass-fulldeps and force-host the aux buildBrian Anderson-0/+2
2014-01-17xfail shootout-reverse-complement on androidBrian Anderson-0/+2
2014-01-18Rename iterators for consistencyPalmer Cox-477/+476
2014-01-17auto merge of #11086 : metajack/rust/rustpkg-new-crateid-syntax, r=cmrbors-45/+20
2014-01-17auto merge of #11503 : FlaPer87/rust/master, r=huonwbors-52/+80
2014-01-17auto merge of #11497 : huonw/rust/trie-internal-iter, r=alexcrichtonbors-52/+119
2014-01-17auto merge of #11618 : alexcrichton/rust/force-host, r=brsonbors-3/+42
2014-01-18std::trie: use unsafe code to give a 3x speed up to the iterator.Huon Wilson-39/+118
2014-01-18std::trie: remove each_{key,value}_reverse internal iterators.Huon Wilson-13/+1
2014-01-18Add FIXME comments regarding issue #11526.Brendan Zabarauskas-0/+22
2014-01-18Simplify std::num::Primitive trait definitionBrendan Zabarauskas-84/+9
2014-01-17Warning police.Jack Moffitt-16/+1
2014-01-17Change some rustpkg tests to use new crate_id syntax.Jack Moffitt-3/+5
2014-01-17Use the libsyntax PkgId parser in Rustpkg, but keep Rustpkg's version smarts.Jack Moffitt-26/+14
2014-01-17auto merge of #11604 : alexcrichton/rust/issue-11162, r=brsonbors-4/+7
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-151/+182
2014-01-17test: Add the ability to force a host targetAlex Crichton-3/+42
2014-01-17Tweak the interface of std::ioAlex Crichton-151/+182
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-17Add a generic power functionFlavio Percoco-52/+80
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-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-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 #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-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