about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-07-02std: Use the same task failure message as C++ rtBrian Anderson-2/+2
2013-07-02A missing ! made it so that the testcase schedule_home_states was throwing sp...toddaaro-1/+1
2013-07-01removed unnecessary import that slipped in during mergetoddaaro-1/+0
2013-07-01merging task/coroutine refactoring back into upstreamtoddaaro-19/+18
2013-07-01Refactored the runtime to view coroutines as a component of tasks, instead of...toddaaro-550/+386
2013-06-26std::rt: Some cleanupBrian Anderson-20/+18
2013-06-24extra: Make test runner compatible with newschedBrian Anderson-7/+14
2013-06-24std::rt: deny(unused_unsafe)Brian Anderson-4/+5
2013-06-24std: Make unlinking and task notification work with newschedBrian Anderson-3/+44
2013-06-24std: Make box annihilator work with newschedBrian Anderson-131/+94
2013-06-24std: Move dynamic borrowck code from unstable::lang to rt::borrowckBrian Anderson-229/+294
2013-06-24std: Rewrite vec_reserve_shared_actual in RustBrian Anderson-25/+56
2013-06-21std: Make console log off/on controls work with newschedBrian Anderson-8/+36
2013-06-21std::rt: Support os::argsBrian Anderson-11/+157
2013-06-20std: Port SharedChan to newschedBrian Anderson-15/+37
2013-06-20Merge remote-tracking branch 'brson/io' into io-upstreamBrian Anderson-832/+3129
2013-06-20std::rt: WhitespaceBrian Anderson-2/+2
2013-06-20Merge remote-tracking branch 'brson/io-wip' into ioBrian Anderson-23/+66
2013-06-21libstd: cleanup warningsJames Miller-27/+9
2013-06-21Remove all #[cfg(stage0)]-protected codeJames Miller-98/+9
2013-06-20ignore inherited environment test under valgrind r=snapshotJames Miller-0/+1
2013-06-19std: Make newsched failures log correctlyBrian Anderson-2/+11
2013-06-19std::rt: Update GC metadata in initBrian Anderson-0/+5
2013-06-19Modified a match in resume_task_from_queue that was returning an int that was...toddaaro-17/+17
2013-06-19std::rt: Document and cleanup the run functionBrian Anderson-10/+30
2013-06-19std::rt: Correct the numbers of default coresBrian Anderson-6/+1
2013-06-19std::rt: Set the process exit codeBrian Anderson-5/+19
2013-06-18std::rt: Work around a dynamic borrowck bugBrian Anderson-3/+2
2013-06-18std: Work around some failing 'run' tests when valgrinding. #7224Brian Anderson-5/+25
2013-06-18std::rt: Improve the rtabort! macroBrian Anderson-15/+72
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-1156/+1156
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-17auto merge of #7197 : rkbodenner/rust/doc-for-lib-move, r=brsonbors-17/+18
2013-06-17auto merge of #7131 : Blei/rust/windows-dynamic-lib, r=graydonbors-21/+33
2013-06-17auto merge of #7199 : Kimundi/rust/master, r=bstriebors-25/+91
2013-06-17auto merge of #7195 : brson/rust/timertest, r=bstriebors-2/+2
2013-06-17Improved std::asciiMarvin Löbel-25/+91
2013-06-17auto merge of #7198 : huonw/rust/slice-zeros, r=Aatchbors-0/+42
2013-06-17Reproduce text changes from @brson PR 7176 and fix a typo thereinRalph Bodenner-14/+15
2013-06-17std: add Zero impls for &[] and &str.Huon Wilson-0/+42
2013-06-16Update doc references to new names for std, extra, and std::libcRalph Bodenner-4/+4
2013-06-16std::rt: Reduce the delay on a timer test. SlowBrian Anderson-2/+2
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-794/+2881
2013-06-16auto merge of #7177 : huonw/rust/unfold-fix, r=thestingerbors-2/+2
2013-06-16Remove moves from *T and implement in another wayNiko Matsakis-21/+9
2013-06-16Add copies to type params with Copy boundNiko Matsakis-58/+58