]> git.lizzy.rs Git - rust.git/history - src/libcore/task/mod.rs
Merge remote-tracking branch 'brson/io'
[rust.git] / src / libcore / task / mod.rs
2013-05-01 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-04-29 borsauto merge of #6080 : pcwalton/rust/demode-everything...
2013-04-29 Patrick Waltonlibrustc: Remove `ptr::addr_of`.
2013-04-29 borsauto merge of #6110 : bjz/rust/numeric-traits, r=pcwalton
2013-04-29 borsauto merge of #6099 : danluu/rust/xfail_clone, r=catamo...
2013-04-29 borsauto merge of #6083 : jbclements/rust/parser-cleanup...
2013-04-29 borsauto merge of #6056 : thestinger/rust/iter, r=catamorphism
2013-04-29 Daniel Micaymake way for a new iter module
2013-04-27 borsauto merge of #6066 : djui/rust/patch-1, r=graydon
2013-04-25 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-04-24 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-04-23 Brian Andersoncore::rt: Tasks to not require an unwinder
2013-04-23 borsauto merge of #6026 : isanbard/rust/ca73fbf72615575f106...
2013-04-23 Brian Andersoncore::rt: Add unwinding to newsched tasks
2013-04-22 borsauto merge of #5887 : jdm/rust/stackbounds, r=brson
2013-04-20 Brian Andersoncore::rt: Add a test mod and put run_in_newsched_task...
2013-04-20 borsauto merge of #5945 : graydon/rust/fix-unicode-tables...
2013-04-20 borsauto merge of #5964 : danluu/rust/debug_tutorial_foo...
2013-04-20 borsauto merge of #5962 : pcwalton/rust/shootout, r=pcwalton
2013-04-19 borsauto merge of #5960 : brson/rust/io, r=pcwalton
2013-04-19 Brian Andersoncore: Wire up `spawn` to the new scheduler
2013-04-19 Brian Andersoncore: Don't use managed boxes in TaskBuilder
2013-04-19 borsauto merge of #5824 : bleibig/rust/debuginfo, r=brson
2013-04-19 borsauto merge of #5943 : brson/rust/struct-return, r=graydon
2013-04-19 borsauto merge of #5938 : thestinger/rust/iterator, r=pcwalton
2013-04-19 borsauto merge of #5914 : catamorphism/rust/copy-cops,...
2013-04-18 borsauto merge of #5924 : catamorphism/rust/non-fatal-error...
2013-04-18 borsauto merge of #5920 : catamorphism/rust/rustpkg, r...
2013-04-18 borsauto merge of #5921 : brson/rust/pipes, r=brson
2013-04-18 Brian Andersoncore::comm: Modernize constructors to use `new`
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-04-18 borsauto merge of #5798 : recrack/rust/multiple-errors...
2013-04-18 borsauto merge of #5935 : bjz/rust/master, r=thestinger
2013-04-18 borsauto merge of #5933 : huonw/rust/core-read-until-byte...
2013-04-18 borsauto merge of #5932 : huonw/rust/core-str-iterator...
2013-04-18 borsauto merge of #5930 : osaut/rust/master, r=thestinger
2013-04-18 borsauto merge of #5929 : intgr/rust/sketch_output, r=thest...
2013-04-18 borsauto merge of #5928 : huonw/rust/core-task-spawn-superv...
2013-04-18 Huon Wilsonlibcore: make spawn_supervised documentation reflect...
2013-04-18 borsauto merge of #5909 : brson/rust/rt4, r=graydon
2013-04-18 borsauto merge of #5726 : brson/rust/struct-return, r=brson
2013-04-16 borsauto merge of #5890 : youknowone/rust/const-eval, r...
2013-04-16 Brian AndersonMerge remote-tracking branch 'brson/sched-cleanup'
2013-04-16 borsauto merge of #5901 : thestinger/rust/iterator, r=sanxiyn
2013-04-16 borsauto merge of #5895 : huonw/rust/no-pub-tests, r=thestinger
2013-04-16 borsauto merge of #5894 : catamorphism/rust/authors, r...
2013-04-15 Huon Wilsonlibcore,std,syntax,rustc: move tests into `mod tests...
2013-04-15 borsauto merge of #5879 : astrieanna/rust/document_std_base...
2013-04-15 borsauto merge of #5861 : catamorphism/rust/rustpkg, r...
2013-04-15 borsauto merge of #5891 : brson/rust/valgrind, r=brson
2013-04-15 borsauto merge of #5797 : alexcrichton/rust/issue-1913...
2013-04-15 borsauto merge of #5888 : sawrubh/rust/mybranch, r=pnkfelix
2013-04-15 borsauto merge of #5778 : jld/rust/reflect-abstract-enum...
2013-04-14 Alex Crichtoncore: remove unnecessary unsafe blocks/functions
2013-04-13 borsauto merge of #5761 : Dretch/rust/murder-death-kill...
2013-04-13 borsauto merge of #5839 : bjz/rust/master, r=brson
2013-04-12 borsauto merge of #5827 : nikomatsakis/rust/issue-5656...
2013-04-12 borsauto merge of #5847 : catamorphism/rust/rustpkg, r...
2013-04-12 borsauto merge of #5809 : Aatch/rust/start-attr, r=thestinger
2013-04-12 borsauto merge of #5837 : tdaede/rust/fix_file_command...
2013-04-11 Niko Matsakiscore: changes in response to #5656
2013-04-10 borsauto merge of #5773 : dunsmoreb/rust/incoming, r=bstrie
2013-04-10 borsauto merge of #5804 : alexcrichton/rust/issue-3266...
2013-04-10 borsauto merge of #5789 : brson/rust/drop, r=graydon
2013-04-08 Brian Andersoncore: Remove all but one drop block in favor of `finally`
2013-04-03 borsauto merge of #5559 : jbclements/rust/change-to-tt...
2013-03-30 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-29 borsauto merge of #5628 : brson/rust/assert, r=brson
2013-03-29 Patrick Waltonlibrustc: Remove `fail_unless!`
2013-03-29 borsauto merge of #5624 : thestinger/rust/tutorial, r=pcwalton
2013-03-29 borsauto merge of #5615 : brson/rust/noclang, r=brson
2013-03-29 borsauto merge of #5583 : jbclements/rust/docfix-for-block...
2013-03-29 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-29 borsauto merge of #5570 : alexcrichton/rust/fix-unused...
2013-03-29 Alex CrichtonRemoving unused imports
2013-03-28 borsauto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism
2013-03-27 borsauto merge of #5567 : jbclements/rust/release-note...
2013-03-27 borsauto merge of #5569 : thestinger/rust/map, r=catamorphism
2013-03-27 borsauto merge of #5414 : thestinger/rust/option, r=catamor...
2013-03-27 Daniel Micayoption: rm functions that duplicate methods
2013-03-26 borsauto merge of #5549 : brson/rust/rustdoc, r=brson
2013-03-26 borsauto merge of #5546 : nikomatsakis/rust/ty_region-usefu...
2013-03-26 borsauto merge of #5542 : catamorphism/rust/issue-4983...
2013-03-26 borsauto merge of #5540 : dbaupp/rust/configure-pandoc...
2013-03-26 borsauto merge of #5539 : apasel422/rust/kate, r=brson
2013-03-26 borsauto merge of #5537 : yichoi/rust/pull-0325, r=brson
2013-03-26 borsauto merge of #5536 : sanxiyn/rust/doc-purity, r=brson
2013-03-26 borsauto merge of #5528 : thestinger/rust/find_mut, r=brson
2013-03-26 borsauto merge of #5525 : dbaupp/rust/minor_fixups, r=graydon
2013-03-26 borsauto merge of #5524 : luqmana/rust/repeat-loop, r=pcwalton
2013-03-26 borsauto merge of #5513 : apasel422/rust/deriving, r=luqmana
2013-03-25 borsauto merge of #5505 : catamorphism/rust/macro-tutorial...
2013-03-25 Brian AndersonMerge remote-tracking branch 'brson/rt'
2013-03-25 borsauto merge of #5424 : luqmana/rust/inline-rt, r=brson
2013-03-23 borsauto merge of #5510 : thadguidry/rust/incoming, r=brson
2013-03-23 borsauto merge of #5515 : nikomatsakis/rust/issue-5514...
2013-03-23 Andrew Paseltinerreplace impls with `deriving` where applicable
2013-03-23 Patrick Waltonlibrustc: Remove the `const` declaration form everywhere
2013-03-22 borsauto merge of #5497 : luqmana/rust/clang-ver, r=thestinger
2013-03-22 borsauto merge of #5496 : catamorphism/rust/release-notes...
next