about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-06-18std::rt: Improve the rtabort! macroBrian Anderson-15/+72
2013-06-18std::rt: Turn on multithreaded schedulingBrian Anderson-16/+76
2013-06-17std: Rename `abort!` to `rtabort!` to match other macrosBrian Anderson-23/+23
2013-06-17std::rt: move abort function to util moduleBrian Anderson-9/+5
2013-06-17std::rt: Check exchange count on exitBrian Anderson-6/+37
2013-06-17std::rt: Add util mod and num_cpus functionBrian Anderson-5/+27
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-797/+2892
2013-06-15auto merge of #7114 : pnkfelix/rust/issue3961-fix-whitespace-detection, r=brsonbors-14/+248
2013-06-15Merge remote-tracking branch 'brson/io-wip' into ioBrian Anderson-105/+788
2013-06-15std::rt: Tasks contain a JoinLatchBrian Anderson-32/+56
2013-06-15Merge remote-tracking branch 'toddaaro/io' into ioBrian Anderson-93/+807
2013-06-15auto merge of #7132 : thestinger/rust/rpath, r=brsonbors-25/+1
2013-06-15stop using an absolute rpathDaniel Micay-25/+1
2013-06-16Fix Merge FalloutJames Miller-119/+119
2013-06-16Remove @-fields from CrateContextJames Miller-512/+611
2013-06-16Make CrateContext::new() fn.James Miller-186/+192
2013-06-16Move CrateContext into it's own fileJames Miller-81/+127
2013-06-16Move trans mod items into trans/mod.rsJames Miller-35/+45
2013-06-15auto merge of #7154 : dotdash/rust/glue, r=graydonbors-43/+10
2013-06-15Fix inlining of glue codeBjörn Steinbrink-43/+10
2013-06-15auto merge of #7148 : catamorphism/rust/rustpkg_tests, r=graydonbors-120/+559
2013-06-15auto merge of #7147 : huonw/rust/vec-connect, r=Aatchbors-16/+18
2013-06-15auto merge of #7130 : huonw/rust/rustdoc-highlight, r=thestingerbors-15/+13
2013-06-15auto merge of #7109 : bblum/rust/rwlocks, r=brsonbors-90/+229
2013-06-15auto merge of #7133 : kballard/rust/terminfo-parm, r=thestingerbors-97/+321
2013-06-15auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brsonbors-214/+241
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-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-14redesigned the pinning to pin deal with things on dequeue, not on enqueuetoddaaro-213/+393
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