summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-20Prevent Send, Freeze, and Sized from being manually implemented. Close #8517.Ben Blum-0/+38
2013-08-20Moved .sleep() to Timer.Eric Reed-7/+2
2013-08-20auto merge of #8566 : toddaaro/rust/idle-opt+cleaning, r=catamorphism,brsonbors-302/+386
2013-08-20Fix LLVM compilation issues and use the new attrsAlex Crichton-36/+34
2013-08-20auto merge of #8463 : brson/rust/borrowck, r=nmatsakis,nikomatsakisbors-17/+43
2013-08-20auto merge of #8638 : pnkfelix/rust/fsk-visitor-vpar-defaults-step5, r=huonwbors-182/+431
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-20Upgrade llvm to current HEADAlex Crichton-1/+1
2013-08-19auto merge of #8548 : catamorphism/rust/unignore-rustpkg-tests, r=catamorphismbors-93/+86
2013-08-19std: Restore dynamic borrow trackingBrian Anderson-17/+43
2013-08-19auto merge of #8584 : thestinger/rust/jemalloc, r=graydonbors-1/+22
2013-08-19Rename functional-struct-update.rs to avoid tripping Windows installer detector.Vadim Chugunov-0/+0
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-19Make IO thread-safe.Eric Reed-660/+653
2013-08-19Homed UDP socketsEric Reed-24/+213
2013-08-19Working homing UDP socket prototype.Eric Reed-1/+151
2013-08-19Instruct event loops to ignore SIGPIPE when constructed.Eric Reed-0/+10
2013-08-19Do not execute the callback before cleaning up resources.Eric Reed-8/+6
2013-08-19Derive Clone for IpAddr and SocketAddrEric Reed-2/+2
2013-08-19rt: make jemalloc header conform to android signature.Graydon Hoare-0/+9
2013-08-19Fix broken rustiKevin Ballard-1/+1
2013-08-19rustpkg: Un-ignore most of the remaining testsTim Chevalier-93/+86
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-19Don't skip token after @'staticKevin Ballard-1/+14
2013-08-19auto merge of #8459 : thestinger/rust/checked, r=graydonbors-2/+42
2013-08-19clean whitespace :/toddaaro-6/+6
2013-08-19Remove discriminant symbols.Jed Davis-66/+0
2013-08-19Make supertrait methods callable on object types.Michael Sullivan-170/+225
2013-08-19Rangechange the log message truncation limit.Michael Sullivan-1/+1
2013-08-19auto merge of #8619 : pnkfelix/rust/fsk-visitor-vpar-defaults-step3, r=nmatsakisbors-316/+405
2013-08-19std::str: Use iterators instead of while loops for CharSplitIteratorblake2-ppc-33/+45
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-19Fix some parsing errors in extra::urlKevin Ballard-28/+33
2013-08-19std::str: Improve comments for CharIteratorblake2-ppc-1/+9
2013-08-19std::str: Use CharOffsetIterator in slice_charsblake2-ppc-13/+14
2013-08-19std::str: Only check char boundary for end index in .slice_to()blake2-ppc-1/+2
2013-08-19std::str: Correct docstrings for lack of null terminator in ~str and &strblake2-ppc-24/+13
2013-08-19std::str: Use CharOffsetIterator in .find() and .rfind()blake2-ppc-6/+3