about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-20add line break post dbaupp review.Felix S. Klock II-1/+2
2013-08-20remove trailing whitespace to placate make tidy.Felix S. Klock II-1/+1
2013-08-20Port lint.rs from oldvisit to <V:Visit> trait API. Less mechanical port.Felix S. Klock II-182/+430
2013-08-19auto merge of #8584 : thestinger/rust/jemalloc, r=graydonbors-1/+22
2013-08-19jemalloc: use $(AR), not `ar`Daniel Micay-2/+2
2013-08-19regenerate configureGraydon Hoare-1/+13
2013-08-19auto merge of #8500 : graydon/rust/2013-08-13-self-rollup, r=thestingerbors-17/+303
2013-08-19rt: make jemalloc header conform to android signature.Graydon Hoare-0/+9
2013-08-19compiletest: do not run tests in sub-threads if on valgrind.Graydon Hoare-1/+12
2013-08-19Try to fix mac valgrind bot by disabling thread-heavy activities.Graydon Hoare-15/+64
2013-08-19Add tests for cross-crate condition handling. Close #5446.Graydon Hoare-0/+215
2013-08-19test: add testcase, close #4929 which was already fixed.Graydon Hoare-0/+12
2013-08-19test: un-xfail now working run-pass/foreign-struct.rs, close #2334.Graydon Hoare-1/+0
2013-08-19auto merge of #8623 : pnkfelix/rust/fsk-visitor-vpar-defaults-step4, r=nmatsakisbors-217/+314
2013-08-19auto merge of #8459 : thestinger/rust/checked, r=graydonbors-2/+42
2013-08-19auto merge of #8619 : pnkfelix/rust/fsk-visitor-vpar-defaults-step3, r=nmatsakisbors-316/+405
2013-08-19auto merge of #8539 : pnkfelix/rust/fsk-visitor-vpar-defaults-step2, r=graydo...bors-446/+602
2013-08-19auto merge of #8535 : nikomatsakis/rust/issue-3678-wrappers-be-gone-2, r=graydonbors-1623/+2417
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-86/+749
2013-08-19Issue #3678: Remove wrappers and call foreign functions directlyNiko Matsakis-1559/+1690
2013-08-19auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydonbors-32/+105
2013-08-18auto merge of #8556 : sfackler/rust/quote, r=alexcrichtonbors-186/+256
2013-08-18auto merge of #8565 : bblum/rust/select-bugfix, r=brsonbors-18/+23
2013-08-18auto merge of #8561 : kballard/rust/do-block-internal-err-msg, r=thestingerbors-50/+1
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-72/+75
2013-08-18auto merge of #8545 : blake2-ppc/rust/iterbytes, r=alexcrichtonbors-61/+89
2013-08-18quote_*! macros take an ExtCtxSteven Fackler-186/+256
2013-08-18auto merge of #8558 : kballard/rust/xorshift-seed, r=cmrbors-6/+15
2013-08-18std::hash: Add testcase for colliding hashes of tuplesblake2-ppc-0/+14
2013-08-18std::to_bytes: Implement IterBytes on 1- to 8-tuplesblake2-ppc-20/+29
2013-08-18std::to_bytes: Delimit sequences &[A] and ~str when hashingblake2-ppc-42/+47
2013-08-18auto merge of #8555 : chris-morgan/rust/time-clone, r=huonwbors-3/+17
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-76/+77
2013-08-18auto merge of #8550 : kballard/rust/token-start-err-msg, r=catamorphismbors-1/+3
2013-08-17auto merge of #8547 : kballard/rust/trait-parse-err-msg, r=alexcrichtonbors-1/+14
2013-08-17auto merge of #8544 : dim-an/rust/fix-match-pipes, r=pcwaltonbors-20/+94
2013-08-18More spelling corrections.Huon Wilson-13/+15
2013-08-17auto merge of #8554 : michaelwoerister/rust/generics, r=brsonbors-100/+2226
2013-08-17auto merge of #8433 : brson/rust/rm-more-oldrt-crud, r=brsonbors-714/+115
2013-08-17auto merge of #8441 : erickt/rust/deny-warnings, r=ericktbors-585/+704
2013-08-17Fix warnings it testsErick Tryzelaar-581/+701
2013-08-17Fix warnings in librustc and libsyntaxErick Tryzelaar-3/+2
2013-08-17Fix warnings in testsErick Tryzelaar-1/+1
2013-08-17auto merge of #8272 : DaGenix/rust/digest-md5-impl-not-unrolled, r=cmrbors-42/+471
2013-08-17auto merge of #8053 : gavinb/rust/uuid_std, r=alexcrichtonbors-0/+795
2013-08-17auto merge of #8531 : brson/rust/test-waitpid-workaround, r=graydonbors-2/+16
2013-08-17Crypto: Add tests for add_bytes_to_bits functions.Palmer Cox-0/+47
2013-08-17Crypto: update checked addition functions to use CheckedAdd intrinsic.Palmer Cox-42/+65
2013-08-17MD5: Create an implementation of MD5.Palmer Cox-0/+331
2013-08-17Crypto: Add little-endian versions of existing functions: read_u32v_le and wr...Palmer Cox-0/+28