]> git.lizzy.rs Git - rust.git/history - src/libstd/task.rs
auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler
[rust.git] / src / libstd / task.rs
2014-02-16 borsauto merge of #12298 : alexcrichton/rust/rustdoc-testin...
2014-02-15 borsauto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton
2014-02-15 borsauto merge of #12272 : alexcrichton/rust/snapshot,...
2014-02-15 borsauto merge of #12270 : bstrie/rust/pnoise, r=huonw
2014-02-15 borsauto merge of #12282 : cmr/rust/cleanup-ptr, r=huonw
2014-02-15 Corey Richardsonstd: clean up ptr a bit
2014-02-15 Alex CrichtonFix all code examples
2014-02-14 borsauto merge of #12207 : alexcrichton/rust/up-llvm, r...
2014-02-12 borsauto merge of #12165 : fhahn/rust/change-some-tests...
2014-02-12 borsauto merge of #12204 : alexcrichton/rust/seek, r=pcwalton
2014-02-12 borsauto merge of #12196 : dguenther/rust/fix-fourcc-exampl...
2014-02-12 borsauto merge of #12194 : WebeWizard/rust/master, r=cmr
2014-02-12 borsauto merge of #12190 : alexcrichton/rust/fix-snap-again...
2014-02-12 borsauto merge of #12185 : nikomatsakis/rust/issue-12033...
2014-02-12 borsauto merge of #12184 : JeremyLetang/rust/rustpkg-link...
2014-02-12 borsauto merge of #11578 : alexcrichton/rust/chan-changes...
2014-02-12 Alex CrichtonRewrite channels yet again for upgradeability
2014-02-10 borsauto merge of #12095 : FlaPer87/rust/issue-11709, r...
2014-02-09 borsauto merge of #12119 : huonw/rust/guide-testing, r...
2014-02-09 borsauto merge of #12114 : brson/rust/faqs, r=cmr
2014-02-09 borsauto merge of #12105 : huonw/rust/bench-black-box,...
2014-02-08 borsauto merge of #12112 : lucab/rust/make-dist, r=alexcrichton
2014-02-08 borsauto merge of #12090 : bjz/rust/unimplemented, r=cmr
2014-02-08 borsauto merge of #12109 : omasanori/rust/small-fixes,...
2014-02-08 borsauto merge of #12098 : kballard/rust/from_utf8_lossy_tw...
2014-02-08 Kevin BallardDelete send_str, rewrite clients on top of MaybeOwned...
2014-02-06 borsauto merge of #12001 : yuriks/rust/getopts-tweaks,...
2014-02-05 borsauto merge of #12023 : nick29581/rust/err_res, r=alexcr...
2014-02-05 borsauto merge of #12018 : alexcrichton/rust/triage, r...
2014-02-04 borsauto merge of #11230 : csherratt/rust/cow, r=alexcrichton
2014-02-04 borsauto merge of #11951 : dmanescu/rust/reserve-rename...
2014-02-04 borsauto merge of #11717 : DiamondLovesYou/rust/master...
2014-02-04 borsauto merge of #12022 : alexcrichton/rust/unblock-snapsh...
2014-02-04 borsauto merge of #11999 : joaoxsouls/rust/master, r=cmr
2014-02-04 borsauto merge of #12016 : FlaPer87/rust/remove-non-copyabl...
2014-02-03 Flavio PercocoReplace NonCopyable usage with NoPod
2014-02-03 borsauto merge of #12012 : omasanori/rust/semver, r=alexcri...
2014-02-03 borsauto merge of #11946 : alexcrichton/rust/no-io-error...
2014-02-03 Alex Crichtonstd: Fix tests with io_error usage
2014-02-01 borsauto merge of #11789 : pongad/rust/master, r=kballard
2014-01-31 borsauto merge of #11810 : Armavica/rust/issue-11645, r...
2014-01-31 borsauto merge of #11832 : jfager/rust/r5900, r=alexcrichton
2014-01-31 borsauto merge of #11784 : eminence/rust/fix_run_tests...
2014-01-30 borsauto merge of #11911 : kballard/rust/empty-functional...
2014-01-30 borsauto merge of #11909 : thestinger/rust/tydesc, r=pcwalton
2014-01-30 borsauto merge of #11907 : sanxiyn/rust/simd-shift, r=thest...
2014-01-30 borsauto merge of #11853 : alexcrichton/rust/up-llvm, r...
2014-01-30 borsauto merge of #11893 : Armavica/rust/copyable-cloneable...
2014-01-29 borsauto merge of #11776 : FlaPer87/rust/issue-11681-static...
2014-01-29 borsauto merge of #11879 : thestinger/rust/frame-pointer...
2014-01-29 borsauto merge of #11877 : Armavica/rust/doc-pm-vector...
2014-01-29 borsauto merge of #11754 : alexcrichton/rust/unused-result...
2014-01-29 borsauto merge of #11868 : bytbox/rust/remove-do, r=alexcri...
2014-01-29 Scott LawrenceRemoving do keyword from libstd and librustc
2014-01-22 borsauto merge of #11500 : jhasse/rust/patch-rlib, r=alexcr...
2014-01-21 borsauto merge of #11700 : bharrisau/rust/thumb, r=alexcrichton
2014-01-21 borsauto merge of #11665 : alexcrichton/rust/zed-cleanup...
2014-01-21 borsauto merge of #11663 : huonw/rust/paren-lint, r=cmr
2014-01-21 Huon WilsonRemove unnecessary parentheses.
2014-01-19 borsauto merge of #11311 : hdima/rust/vim-syntax-spell...
2014-01-11 borsauto merge of #11472 : kud1ing/rust/iOS, r=alexcrichton
2014-01-10 borsauto merge of #11360 : huonw/rust/stack_bounds, r=alexc...
2014-01-09 borsauto merge of #11387 : pcwalton/rust/de-at-block, r...
2014-01-09 borsauto merge of #11386 : rcatolino/rust/ice-10955, r...
2014-01-08 borsauto merge of #11358 : pcwalton/rust/typed-arenas,...
2014-01-07 borsauto merge of #11364 : brson/rust/docs, r=alexcrichton
2014-01-07 borsauto merge of #11045 : jhasse/rust/patch-libdir, r...
2014-01-07 borsauto merge of #11263 : niftynif/rust/btree, r=catamorphism
2014-01-07 borsauto merge of #11353 : alexcrichton/rust/improve-loggin...
2014-01-06 Alex CrichtonSupport arbitrary stdout/stderr/logger handles
2014-01-03 borsauto merge of #11093 : alexcrichton/rust/issue-11085...
2014-01-02 borsauto merge of #10828 : SimonSapin/rust/ascii_opt, r...
2014-01-01 borsauto merge of #11187 : alexcrichton/rust/once, r=brson
2014-01-01 borsauto merge of #11137 : g3xzh/rust/benchm, r=cmr
2014-01-01 borsauto merge of #11186 : alexcrichton/rust/native-udp...
2013-12-31 borsauto merge of #11157 : alexcrichton/rust/issue-11154...
2013-12-30 borsauto merge of #11190 : eliovir/rust/patch-3, r=alexcrichton
2013-12-30 borsauto merge of #11185 : huonw/rust/doc-ignore, r=cmr
2013-12-30 borsauto merge of #11169 : alexcrichton/rust/snapshots...
2013-12-30 borsauto merge of #11168 : sfackler/rust/de-at-extctxt...
2013-12-30 borsauto merge of #11181 : luqmana/rust/up-llvm, r=alexcrichton
2013-12-30 borsauto merge of #11204 : alexcrichton/rust/issue-11200...
2013-12-29 borsauto merge of #11134 : lucab/rust/lucab/libstd-doc...
2013-12-28 borsauto merge of #11098 : erickt/rust/collect, r=alexcrichton
2013-12-27 Luca Brunostd: uniform modules titles for doc
2013-12-26 borsauto merge of #11127 : huonw/rust/vec-docs, r=alexcrichton
2013-12-26 borsauto merge of #10965 : alexcrichton/rust/libgreen,...
2013-12-25 Alex Crichtongreen: Move a scheduler test inside libgreen
2013-12-25 Alex CrichtonFinalize the green::Pool type
2013-12-25 Alex Crichtonstd: Get stdtest all passing again
2013-12-25 Alex Crichtongreen: Rip the bandaid off, introduce libgreen
2011-12-15 Graydon HoareRemove some duplicated unused parts of std now that...
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Graydon HoareCopy first batch of material from libstd to libcore.
2011-12-07 Graydon HoareMerge branch 'master' of github.com:graydon/rust
2011-12-07 Marijn HaverbekeDisallow binding by-mut-ref and by-move arguments
2011-12-06 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-06 Graydon HoareEstablish 'core' library separate from 'std'.