]> git.lizzy.rs Git - rust.git/history - src/libstd/rt
auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissive, r...
[rust.git] / src / libstd / rt /
2013-11-28 borsauto merge of #10519 : nikomatsakis/rust/issue-8624...
2013-11-28 borsauto merge of #10694 : klutzy/rust/rustdoc-closure...
2013-11-28 borsauto merge of #10691 : g3xzh/rust/benchm, r=cmr
2013-11-28 borsauto merge of #10687 : alexcrichton/rust/issue-10686...
2013-11-27 borsauto merge of #10680 : alexcrichton/rust/relax-feature...
2013-11-27 Alex CrichtonUse the native tls implementation on android
2013-11-27 borsauto merge of #10685 : ebiggers/rust/ascii_fixes, r...
2013-11-27 borsauto merge of #10662 : alexcrichton/rust/thread-detach...
2013-11-27 Alex CrichtonImprove the rt::thread module
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 Alex CrichtonClean up statically initialized data on shutdown
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 #10649 : sfackler/rust/multi-macro, r...
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 Daniel Micayport the runtime to `#[thread_local]`
2013-11-26 Patrick Waltonlibrustc: Fix merge fallout.
2013-11-26 borsauto merge of #10664 : alexcrichton/rust/issue-10663...
2013-11-26 Patrick Waltonlibstd: Fix Win32 and other bustage.
2013-11-26 Patrick Waltonlibrustc: Make `||` lambdas not infer to `proc`s
2013-11-26 Patrick Waltontest: Remove non-procedure uses of `do` from compiletes...
2013-11-26 Patrick Waltonlibstd: Remove all non-`proc` uses of `do` from libstd
2013-11-26 borsauto merge of #10668 : vky/rust/closure-doc-update...
2013-11-26 borsauto merge of #10660 : alexcrichton/rust/little-scope...
2013-11-26 borsauto merge of #10622 : Kimundi/rust/str_de_iter, r...
2013-11-26 Marvin LöbelRemoved unneccessary `_iter` suffixes from various...
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-26 borsauto merge of #10650 : andreasots/rust/ipv6-is-in-hex...
2013-11-25 borsauto merge of #10658 : LeoTestard/rust/serialize-rc...
2013-11-25 borsauto merge of #10657 : sanxiyn/rust/pat, r=cmr
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-25 Jason OrendorffFix spelling of "vacuum" in one of the abort quotes.
2013-11-24 borsauto merge of #10475 : astrieanna/rust/issue8763, r...
2013-11-24 klutzystd::rt: Fix crate_map on Win64
2013-11-24 klutzystd::rt: Fix record_stack_bounds on win64
2013-11-24 klutzystd: Fix transmute error on win64
2013-11-24 borsauto merge of #10625 : huonw/rust/json-errors, r=alexcr...
2013-11-24 borsauto merge of #10620 : cmr/rust/linker_opts, r=thestinger
2013-11-24 borsauto merge of #10578 : luqmana/rust/mingw64, r=alexcrichton
2013-11-24 borsauto merge of #10514 : sfackler/rust/mut, r=cmr
2013-11-23 Steven FacklerMove mutable::Mut to cell::RefCell
2013-11-23 borsauto merge of #10611 : cmr/rust/ascii_flesh, r=pcwalton
2013-11-23 Steven FacklerChange Mut::map to Mut::with
2013-11-23 Steven FacklerCell -> Mut switch in comm
2013-11-22 borsauto merge of #10605 : huonw/rust/ascii-ident-gate...
2013-11-22 borsauto merge of #10612 : pnkfelix/rust/remove-cut-and...
2013-11-22 borsauto merge of #10583 : alexcrichton/rust/privacy-reexpo...
2013-11-22 Felix S. Klock IIThe original fixme #2699 was removed back in PR #6053.
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 borsauto merge of #10479 : alexcrichton/rust/native-mutex...
2013-11-19 Alex CrichtonMove runtime files to C instead of C++
2013-11-19 Alex CrichtonRemove the C++ lock_and_signal type
2013-11-19 borsauto merge of #10458 : yichoi/rust/make_check_pass_andr...
2013-11-19 Patrick Waltonlibstd: Change all `~fn()`s to `proc`s in the standard...
2013-11-19 borsauto merge of #10440 : brson/rust/cnamespace, r=bstrie
2013-11-19 Alex CrichtonAllow piped stdout/stderr use uv_tty_t
2013-11-19 Brian Andersonrt: Namespace all C functions under rust_
2013-11-18 borsauto merge of #10363 : astrieanna/rust/fix-x86stdcall...
2013-11-17 borsauto merge of #10466 : alexcrichton/rust/issue-10334...
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-15 borsauto merge of #10478 : TeXitoi/rust/shootout-meteor...
2013-11-14 borsauto merge of #10018 : fhahn/rust/check-inferred-ints...
2013-11-14 borsauto merge of #10428 : toffaletti/rust/try_lock, r...
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-14 borsauto merge of #10476 : catamorphism/rust/rustpkg-doc...
2013-11-14 borsauto merge of #10473 : jschaf/rust/ignore-windows-build...
2013-11-14 borsauto merge of #10457 : alexcrichton/rust/native-io...
2013-11-14 Alex CrichtonImplement native::IoFactory
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 #10435 : jayanderson/rust/docs, r=huonw
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 #10109 : pcmattman/rust/pass-nonzero...
2013-11-12 Matthew IselinImplemented a ProcessExit enum and helper methods to...
next