summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-06-15auto merge of #7133 : kballard/rust/terminfo-parm, r=thestingerbors-97/+321
2013-06-15std::dynamic_lib: start fixing windows implementationPhilipp Brueschweiler-21/+33
2013-06-15auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brsonbors-214/+241
2013-06-15Cleaned up driver.rsSteven Stewart-Gallus-47/+38
2013-06-14auto merge of #7122 : thestinger/rust/std, r=luqmanabors-14/+14
2013-06-14rustpkg: Write more automated testsTim Chevalier-120/+558
2013-06-14rustc: Don't continue to resolve if there's an error in lang_itemsTim Chevalier-0/+1
2013-06-14auto merge of #7121 : huonw/rust/rand-call, r=pnkfelixbors-3/+45
2013-06-14auto merge of #7110 : thestinger/rust/iterator, r=brsonbors-271/+12
2013-06-15std: rename .connect/.concat in VectorVector to avoid conflicting with StrVec...Huon Wilson-16/+18
2013-06-14auto merge of #7144 : dotdash/rust/caches, r=graydonbors-43/+53
2013-06-14rm CopyableNonstrictIterDaniel Micay-53/+1
2013-06-14rm MutableIterDaniel Micay-32/+5
2013-06-14rm ExtendedMutableIterDaniel Micay-13/+0
2013-06-14add IteratorUtil to the preludeDaniel Micay-173/+6
2013-06-15Add caches for method and impl metadataBjörn Steinbrink-43/+53
2013-06-14auto merge of #7116 : thestinger/rust/whitespace, r=luqmanabors-29/+7
2013-06-14Add Zero impls for lots of common typesAlex Crichton-2/+63
2013-06-14Implement a deriving(Zero) attributeAlex Crichton-0/+138
2013-06-14std: add a fixme to note performance issues in vec::from_elem.Erick Tryzelaar-2/+4
2013-06-14xfail run-pass/auto-encode.rsBrian Anderson-0/+2
2013-06-14Fix line lengths in terminfoKevin Ballard-6/+12
2013-06-14Implement terminfo param conditionalsKevin Ballard-18/+129
2013-06-14Fix a bunch of failure cases in terminfoKevin Ballard-84/+161
2013-06-14Don't require &mut [Param] with terminfo::parm::expand()Kevin Ballard-7/+11
2013-06-14Tweak terminfo::parm::expand function signatureKevin Ballard-16/+27
2013-06-14Tweak new terminfo logical operator supportKevin Ballard-27/+12
2013-06-14Various terminfo parameterization changesCorey Richardson-4/+34
2013-06-15rustdoc: add syntax highlighting to item signatures.Huon Wilson-15/+13
2013-06-14std: get std::path tests to work againErick Tryzelaar-0/+1
2013-06-14fixed code to placate new restrictions on form of function/method invocations.Felix S. Klock II-5/+5
2013-06-13Resolve LLVM crashing in rustpkg testsAlex Crichton-6/+12
2013-06-13Don't run passes again on JIT codeAlex Crichton-51/+17
2013-06-13Correctly parse commands for rustiAlex Crichton-1/+11
2013-06-13Revert "Revert "Have JIT execution take ownership of the LLVMContextRef""Alex Crichton-60/+88
2013-06-13Revert "Revert "Remove all usage of the global LLVMContextRef""Alex Crichton-113/+130
2013-06-13Revert "std: convert {vec,str}::to_owned to methods."Brian Anderson-90/+104
2013-06-13update the libstd docstring for the renameDaniel Micay-14/+14
2013-06-14xfail test on windows, because extern mod doesn't work thereHuon Wilson-0/+2
2013-06-14syntax: revert the uint -> u32 "fix"; make the names/comment match.Huon Wilson-4/+4
2013-06-14syntax: correct the Rand::rand call to select enum variants in #[deriving(Ran...Huon Wilson-4/+44
2013-06-13automated whitespace fixesDaniel Micay-29/+7
2013-06-13make pp file conform to actual output, noting some oddities along the way.Felix S. Klock II-30/+35
2013-06-13checkpoint block-comment-wchar state.Felix S. Klock II-2/+113
2013-06-13Fix #3961 : use char range methods instead of byte offsets to detect whitespace.Felix S. Klock II-14/+132
2013-06-13Revert "Remove all usage of the global LLVMContextRef"Brian Anderson-130/+113
2013-06-13Revert "Have JIT execution take ownership of the LLVMContextRef"Brian Anderson-88/+60
2013-06-13Improve comments in sync and arc a bit more.Ben Blum-7/+9
2013-06-13auto merge of #7105 : sstewartgallus/rust/removed_unused_imports, r=sanxiynbors-6/+3
2013-06-13Change sync::RWlock implementation to use atomic uint instead of exclusive, f...Ben Blum-57/+80