]> git.lizzy.rs Git - rust.git/history - src/libstd/rt/task.rs
auto merge of #11386 : rcatolino/rust/ice-10955, r=pcwalton
[rust.git] / src / libstd / rt / task.rs
2013-12-13 borsauto merge of #10909 : sanxiyn/rust/coherence, r=alexcr...
2013-12-13 borsauto merge of #10908 : alexcrichton/rust/issue-10907...
2013-12-13 borsauto merge of #10895 : sfackler/rust/io-util, r=alexcri...
2013-12-13 borsauto merge of #10698 : metajack/rust/dep-info, r=alexcr...
2013-12-11 borsauto merge of #10891 : chris-morgan/rust/macroize-...
2013-12-11 borsauto merge of #10888 : chris-morgan/rust/2013-12-10...
2013-12-11 borsauto merge of #10787 : nikomatsakis/rust/issue-9629...
2013-12-11 borsauto merge of #10808 : kballard/rust/use-braces, r...
2013-12-11 borsauto merge of #10833 : sfackler/rust/mut-pat, r=brson
2013-12-11 borsauto merge of #10791 : pcwalton/rust/decelling, r=pcwalton
2013-12-10 Patrick Waltonlibstd: Remove two uses of `Cell`.
2013-12-10 Patrick Waltonlibrustuv: RAII-ify `Local::borrow`, and remove some...
2013-12-09 borsauto merge of #10840 : cmr/rust/any_docs2, r=huonw
2013-12-07 borsauto merge of #10844 : huonw/rust/deriving-expn-info...
2013-12-07 borsauto merge of #10831 : luqmana/rust/9382, r=nikomatsakis
2013-12-07 borsauto merge of #10824 : huonw/rust/str-doc, r=alexcrichton
2013-12-07 borsauto merge of #10797 : pradeep90/rust/rust-mode-changes...
2013-12-07 borsauto merge of #10364 : Kimundi/rust/result_compose...
2013-12-07 borsauto merge of #10809 : alexcrichton/rust/static-snapsho...
2013-12-07 Alex CrichtonLink rustllvm statically, and distribute a static snapshot
2013-12-06 borsauto merge of #10665 : cmr/rust/doc_lint, r=alexcrichton
2013-12-06 borsauto merge of #10758 : alexcrichton/rust/upgrade-llvm...
2013-12-06 borsauto merge of #10721 : osa1/rust/intermediatestr, r...
2013-12-06 borsauto merge of #10675 : LeoTestard/rust/lifetimes-no...
2013-12-06 borsauto merge of #10506 : nikomatsakis/rust/issue-10391...
2013-12-05 borsauto merge of #10562 : ongardie/rust/master, r=brson
2013-12-05 borsauto merge of #10817 : alexcrichton/rust/sched-fix...
2013-12-05 borsauto merge of #10211 : ktt3ja/rust/add-lrucache, r...
2013-12-05 Alex CrichtonSolve some nasty deschedulinging races with a lock
2013-11-29 borsauto merge of #10709 : alexcrichton/rust/snapshot,...
2013-11-29 Alex CrichtonRegister new snapshots
2013-11-28 borsauto merge of #10519 : nikomatsakis/rust/issue-8624...
2013-11-27 borsauto merge of #10684 : jld/rust/unstruct-unhack-typekin...
2013-11-27 borsauto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton
2013-11-27 borsauto merge of #10679 : alexcrichton/rust/no-routine...
2013-11-27 borsauto merge of #10677 : jld/rust/type-enum-discrim-rm...
2013-11-26 borsauto merge of #10312 : thestinger/rust/thread_local...
2013-11-26 borsauto merge of #10581 : pcwalton/rust/dedo, r=pcwalton
2013-11-26 Patrick Waltonlibrustc: Make `||` lambdas not infer to `proc`s
2013-11-26 Patrick Waltonlibstd: Remove all non-`proc` uses of `do` from libstd
2013-11-26 borsauto merge of #10631 : klutzy/rust/win-fixes, r=alexcri...
2013-11-26 borsauto merge of #10652 : jld/rust/enum-unstruct, r=thestinger
2013-11-25 borsauto merge of #10658 : LeoTestard/rust/serialize-rc...
2013-11-25 borsauto merge of #10648 : sfackler/rust/base64-test, r...
2013-11-25 borsauto merge of #10646 : alexcrichton/rust/issue-10645...
2013-11-25 borsauto merge of #10644 : cmr/rust/rustdoc_cfg, r=alexcrichton
2013-11-25 borsauto merge of #10643 : jorendorff/rust/master, r=alexcr...
2013-11-25 borsauto merge of #10628 : huonw/rust/3614, r=alexcrichton
2013-11-25 borsauto merge of #10641 : cmr/rust/close_delims, r=alexcri...
2013-11-25 borsauto merge of #10635 : alexcrichton/rust/issue-10626...
2013-11-25 borsauto merge of #10603 : alexcrichton/rust/no-linked...
2013-11-25 Alex CrichtonRemove linked failure from the runtime
2013-11-24 borsauto merge of #10475 : astrieanna/rust/issue8763, r...
2013-11-22 borsauto merge of #10583 : alexcrichton/rust/privacy-reexpo...
2013-11-21 borsauto merge of #10567 : sanxiyn/rust/bytepos, r=alexcrichton
2013-11-20 borsauto merge of #10576 : thestinger/rust/gc, r=pcwalton
2013-11-20 borsauto merge of #10527 : eholk/rust/win64, r=alexcrichton
2013-11-19 borsauto merge of #10568 : pcwalton/rust/more-bars, r=alexc...
2013-11-19 Patrick Waltonlibstd: Change all uses of `&fn(A)->B` over to `|A...
2013-11-19 borsauto merge of #10495 : alexcrichton/rust/more-native...
2013-11-19 borsauto merge of #10558 : alexcrichton/rust/faster-stdout...
2013-11-19 borsauto merge of #10557 : huonw/rust/inline-deriving,...
2013-11-19 borsauto merge of #10542 : huonw/rust/open01, r=alexcrichton
2013-11-19 borsauto merge of #10561 : pcwalton/rust/procify, r=alexcri...
2013-11-19 Patrick Waltonlibstd: Change all `~fn()`s to `proc`s in the standard...
2013-11-18 borsauto merge of #10363 : astrieanna/rust/fix-x86stdcall...
2013-11-17 borsauto merge of #10454 : z0w0/rust/issue-9944, r=cmr
2013-11-16 borsauto merge of #10420 : sanxiyn/rust/path, r=cmr
2013-11-14 borsauto merge of #10018 : fhahn/rust/check-inferred-ints...
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-13 borsauto merge of #10447 : alexcrichton/rust/flaky-time...
2013-11-13 borsauto merge of #10277 : dcrewi/rust/missing-doc-and...
2013-11-12 borsauto merge of #10427 : alexcrichton/rust/no-xray, r...
2013-11-12 borsauto merge of #10423 : alexcrichton/rust/move-io, r...
2013-11-12 borsauto merge of #10198 : alexcrichton/rust/darwin-quiet...
2013-11-12 borsauto merge of #10425 : astrieanna/rust/rm-issue-912...
2013-11-12 Alex CrichtonMove std::rt::io to std::io
2013-11-12 borsauto merge of #10424 : alexcrichton/rust/optimize-buffe...
2013-11-12 borsauto merge of #10422 : alexcrichton/rust/explicit-crate...
2013-11-11 borsauto merge of #10419 : brson/rust/conditiondocs, r...
2013-11-11 borsauto merge of #10403 : poiru/rust/issue-2675, r=alexcri...
2013-11-11 borsauto merge of #10407 : alexcrichton/rust/no-fixed-stack...
2013-11-11 Alex CrichtonRemove #[fixed_stack_segment] and #[rust_stack]
2013-11-11 borsauto merge of #10394 : yichoi/rust/make_check_pass_andr...
2013-11-11 borsauto merge of #10406 : alexcrichton/rust/issue-10405...
2013-11-10 borsauto merge of #10226 : nibrahim/rust/docepub, r=alexcri...
2013-11-10 borsauto merge of #10399 : huonw/rust/get-opt-doc, r=alexcr...
2013-11-10 borsauto merge of #10321 : alexcrichton/rust/uv-rewrite...
2013-11-10 Alex CrichtonClean up the remaining chunks of uv
2013-11-08 borsauto merge of #10303 : niftynif/rust/master, r=catamorphism
2013-11-08 borsauto merge of #10281 : klutzy/rust/rt-timezone, r=alexc...
2013-11-08 borsauto merge of #10243 : mattcarberry/rust/master, r...
2013-11-06 borsauto merge of #10227 : kud1ing/rust/ios, r=alexcrichton
2013-11-05 borsauto merge of #10285 : sfackler/rust/weird-derivings...
2013-11-05 borsauto merge of #10282 : sfackler/rust/rustpkg-test-cfg...
2013-11-05 borsauto merge of #10270 : alexcrichton/rust/no-super-buffe...
2013-11-05 borsauto merge of #10064 : luqmana/rust/vvv, r=nikomatsakis
2013-11-05 borsauto merge of #10182 : alexcrichton/rust/typeid-intrins...
2013-11-02 borsauto merge of #10165 : dcrewi/rust/missing-doc-on-priva...
2013-11-01 Alex CrichtonRemove unnecessary unwind messages
next