about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-06-06auto merge of #6979 : thestinger/rust/libc, r=brsonbors-36/+5
2013-06-06auto merge of #6895 : cmr/rust/jemalloc, r=brsonbors-13/+44444
2013-06-06auto merge of #6984 : brson/rust/rtcross, r=brsonbors-0/+9
2013-06-06mk: Fix _RUST_STAGEX variables under cross compile. Fix incomingBrian Anderson-0/+9
2013-06-06auto merge of #6982 : Aatch/rust/better-foreign-error, r=pcwaltonbors-2/+2
2013-06-07Provide an actual error when expanding macros to foreign itemsJames Miller-2/+2
2013-06-06auto merge of #6981 : jbclements/rust/fold-traverses-macros, r=catamorphismbors-3/+188
2013-06-06auto merge of #6980 : Kimundi/rust/iterator-collect3, r=thestingerbors-38/+56
2013-06-06implement fold traversing macrosJohn Clements-3/+38
2013-06-06add test cases for fold traversing macrosJohn Clements-0/+150
2013-06-06auto merge of #6053 : nikomatsakis/rust/fixme-2699, r=thestingerbors-1/+0
2013-06-06FixupsMarvin Löbel-27/+31
2013-06-06Removed IteratorUtil::to_vec and iter::to_vecMarvin Löbel-52/+11
2013-06-06Added IteratorUtil::collectMarvin Löbel-0/+27
2013-06-06Added iter::FromIterMarvin Löbel-3/+31
2013-06-06auto merge of #6937 : msullivan/rust/no-warnings, r=bstriebors-65/+56
2013-06-06libc: omit memcpy, memmove and memsetDaniel Micay-36/+5
2013-06-06Clean up a handful of build warnings.Michael Sullivan-65/+56
2013-06-06auto merge of #6968 : huonw/rust/takeskip-iter, r=thestingerbors-11/+13
2013-06-06auto merge of #6975 : artagnon/rust/tuple-tostr, r=bstriebors-4/+4
2013-06-06libstd: use fmt! in to_str impl for (one|two)-tupleRamkumar Ramachandra-2/+2
2013-06-06libstd: fix comment in to_str impl of tupleRamkumar Ramachandra-2/+2
2013-06-06auto merge of #6972 : artagnon/rust/bad-for-loop, r=bstriebors-7/+24
2013-06-06tutorial: fix for-loop exampleRamkumar Ramachandra-4/+5
2013-06-06test/compile-fail: clarify bad-for-loopRamkumar Ramachandra-3/+19
2013-06-06auto merge of #6969 : Blei/rust/no-try, r=bstriebors-1/+1
2013-06-06infer: remove superfluous call to try()Philipp Brüschweiler-1/+1
2013-06-06auto merge of #6966 : alco/rust/fix-typo, r=sanxiynbors-25/+24
2013-06-06Deduplicate words in code commentsAlexei Sholik-24/+23
2013-06-06Fix duplicate words in the docsAlexei Sholik-1/+1
2013-06-06std: work-around for take/skip type inference (#6967)Huon Wilson-11/+13
2013-06-05auto merge of #6964 : huonw/rust/vec-mut-iter, r=thestingerbors-0/+63
2013-06-06std: add an external iterator for mutating vec elementsHuon Wilson-0/+63
2013-06-05auto merge of #6960 : msullivan/rust/fix-pollution, r=brsonbors-1/+2
2013-06-05mk: Bulid rustrt with -pthread instead of -lpthreadBrian Anderson-6/+6
2013-06-05Fix stat.rs to not pollute the build directory. Closes #6959.Michael Sullivan-1/+2
2013-06-05auto merge of #6951 : artagnon/rust/makefile-git, r=brsonbors-2/+1
2013-06-05auto merge of #6956 : Blei/rust/fix-symbol-mangling, r=catamorphismbors-15/+26
2013-06-05rustc::back::link: redo symbol manglingPhilipp Brüschweiler-15/+26
2013-06-05auto merge of #6938 : jbclements/rust/hygiene_fns_and_cleanup, r=jbclementsbors-694/+875
2013-06-05auto merge of #6955 : artagnon/rust/mailmap, r=brsonbors-0/+12
2013-06-05moved TLS of sctable to ast_util, hid parameter in hygiene callsJohn Clements-81/+103
2013-06-05added fresh-name fnJohn Clements-0/+28
2013-06-05add hygiene support functionsJohn Clements-27/+78
2013-06-05remove unused get_ident_interner'sJohn Clements-7/+7
2013-06-05removed unused imports (and one unused argument)John Clements-26/+14
2013-06-05remove interner field from string_readerJohn Clements-28/+16
2013-06-05remove interner from tt_readerJohn Clements-11/+3
2013-06-05rand example fixupJohn Clements-1/+1
2013-06-05remove unused cx'sJohn Clements-96/+96