summary refs log tree commit diff
path: root/src/libcore/task.rs
AgeCommit message (Expand)AuthorLines
2012-07-10libcore: fix task::test_osmain test.Erick Tryzelaar-1/+1
2012-07-10TidyBrian Anderson-1/+1
2012-07-10libcore: add a task::set_sched_mode fnErick Tryzelaar-15/+13
2012-07-09Merge pull request #2847 from ben0x539/incomingBrian Anderson-17/+16
2012-07-09rustc: Switch to the new resolution passPatrick Walton-0/+6
2012-07-09core: New closure syntax for comm.rs/task.rs docsBenjamin Herr-3/+3
2012-07-09core: Formatting fix in documentation for task::unkillableBenjamin Herr-7/+9
2012-07-09core: Give task::spawn_with the documentation from task::run_withBenjamin Herr-7/+5
2012-07-09core: Remove spurious newline in task::run_with documentationBenjamin Herr-1/+0
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-6/+0
2012-07-06rustc: Switch to the new resolution passPatrick Walton-0/+6
2012-07-06Added a k-nucleotide version that uses pipes. 31% speedup.Eric Holk-0/+39
2012-07-06Port future to pipes. Graph500 is about 21% faster now.Eric Holk-5/+15
2012-07-06Pipes sleep and wake properly.Eric Holk-0/+1
2012-07-05Add test case in task.rs for #2782Ben Blum-0/+38
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-246/+257
2012-07-04Remove empty argument lists from do expressionsBen Striegel-35/+35
2012-07-03core: Convert iter::repeat to the for protocolBrian Anderson-2/+2
2012-07-03Change crust -> extern.Graydon Hoare-2/+2
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-3/+3
2012-07-03task.rs: minor doc/comment changesBen Blum-5/+5
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-1/+2
2012-07-01Convert to new closure syntaxBrian Anderson-53/+53
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-53/+53
2012-06-28Cleanup failure handling around rust_new_task_in_sched - closes #2668Ben Blum-0/+1
2012-06-28add TLS failure test case in task.rsBen Blum-0/+20
2012-06-27Tidy fixesBrian Anderson-1/+1
2012-06-28Add task-local storage in libcore.Ben Blum-0/+286
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-11/+11
2012-06-25MergeTim Chevalier-24/+28
2012-06-25core: Convert declarations to not use the trailing 'unsafe' notationBrian Anderson-24/+28
2012-06-21Port resources to classes in libcoreTim Chevalier-2/+5
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-8/+8
2012-06-14Remove code from parser that was awaiting snapshotTim Chevalier-2/+2
2012-06-08Convert reinterpret_cast + forget to 'transmute'Brian Anderson-3/+2
2012-06-07Use #[cfg(unix)] and #[cfg(windows)] everywhereBrian Anderson-6/+6
2012-06-01Comment only: fix typoTim Chevalier-1/+1
2012-05-29Updating comments.Eric Holk-1/+1
2012-05-15core: Add task::unkillableBrian Anderson-1/+62
2012-04-12Annotate FIXMEs in core::taskTim Chevalier-2/+2
2012-04-06Re-rename option functionsTim Chevalier-1/+1
2012-04-05Rename task::task_builder to task::builderTim Chevalier-51/+51
2012-04-03Merge remote-tracking branch 'brson/mainthread'Brian Anderson-2/+35
2012-04-03core: Add a scheduler mode, osmain, to spawn onto the main schedulerBrian Anderson-2/+35
2012-04-02Rename some core::option functionsTim Chevalier-1/+1
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-4/+4
2012-03-24Avoid unifying vars when possible; handle bot (more) correctlyNiko Matsakis-1/+1
2012-03-23Support [rust_stack] annotation on native functions (crudely)Marijn Haverbeke-6/+4
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2012-03-20core: Rename unsafe::leak to unsafe::forget. Closes #2031Brian Anderson-1/+1