]> git.lizzy.rs Git - rust.git/history - src/libstd/rand
auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissive, r...
[rust.git] / src / libstd / rand /
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 Waltonlibstd: Fix Win32 and other bustage.
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 Patrick Waltonlibrustc: Remove remaining uses of `&fn()` in favor...
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 #10605 : huonw/rust/ascii-ident-gate...
2013-11-22 borsauto merge of #10583 : alexcrichton/rust/privacy-reexpo...
2013-11-22 borsauto merge of #10606 : huonw/rust/lint-unsafe-in-macro...
2013-11-22 borsauto merge of #10582 : g3xzh/rust/master, r=cmr
2013-11-22 borsauto merge of #10588 : huonw/rust/un@mutilate-task_rng...
2013-11-22 Huon Wilsonstd::rand: move TaskRng off @mut.
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 #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-18 Huon Wilsonstd::rand: wrappers for floats from [0,1] and (0,1).
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-10 borsauto merge of #10226 : nibrahim/rust/docepub, r=alexcri...
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 #10182 : alexcrichton/rust/typeid-intrins...
2013-11-04 borsauto merge of #10179 : alexcrichton/rust/rt-improvement...
2013-11-03 Alex CrichtonFill out the remaining functionality in io::file
2013-11-03 Alex CrichtonRemove all blocking std::os blocking functions
2013-11-03 borsauto merge of #10219 : alexcrichton/rust/drop-invoke...
2013-11-03 borsauto merge of #10242 : thestinger/rust/inline_dtor...
2013-11-02 borsauto merge of #10165 : dcrewi/rust/missing-doc-on-priva...
2013-11-02 borsauto merge of #10217 : alexcrichton/rust/less-reachable...
2013-11-02 borsauto merge of #10230 : alexcrichton/rust/snapshots...
2013-11-02 borsauto merge of #10229 : brson/rust/warnings, r=thestinger
2013-11-02 borsauto merge of #10225 : Jurily/rust/master, r=alexcrichton
2013-11-02 borsauto merge of #10232 : brson/rust/destdir, r=thestinger
2013-11-02 borsauto merge of #10222 : nibrahim/rust/docfix, r=brson
2013-11-02 borsauto merge of #10223 : huonw/rust/gamma, r=cmr
2013-11-01 borsauto merge of #10215 : brson/rust/rustctask, r=thestinger
2013-11-01 borsauto merge of #10220 : luqmana/rust/con, r=brson
2013-11-01 borsauto merge of #10204 : alexcrichton/rust/better-names...
2013-11-01 borsauto merge of #10119 : Kimundi/rust/option_and_generic...
2013-11-01 borsauto merge of #10218 : alexcrichton/rust/stdio-flush...
2013-11-01 borsauto merge of #10213 : telotortium/rust/rand-fill_bytes...
2013-11-01 Huon Wilsonstd::rand: share the benchmark counter among the whole...
2013-11-01 Huon Wilsonstd::rand: Implement the Gamma distribution.
2013-11-01 borsauto merge of #10205 : brson/rust/unnamed_addr, r=thest...
2013-11-01 Huon Wilsonstd::rand: Move distributions to a subfolder.
2013-11-01 borsauto merge of #10203 : kud1ing/rust/ios, r=alexcrichton
2013-11-01 borsauto merge of #10196 : huonw/rust/fix-zig, r=alexcrichton
2013-11-01 Robert IrelanFix infinite recursion in `fill_bytes()`
2013-10-31 Huon Wilsonstd::rand: correct an off-by-one in the Ziggurat code.
2013-10-30 borsauto merge of #10123 : klutzy/rust/fix-7507, r=alexcrichton
2013-10-29 borsauto merge of #10127 : thestinger/rust/cold, r=pcwalton
2013-10-29 borsauto merge of #10117 : huonw/rust/dead-visits, r=sanxiyn
2013-10-29 borsauto merge of #10133 : alexcrichton/rust/another-error...
2013-10-28 borsauto merge of #10113 : thestinger/rust/expect, r=cmr
2013-10-28 borsauto merge of #10110 : catamorphism/rust/rustpkg-depend...
2013-10-28 borsauto merge of #10095 : huonw/rust/master, r=cmr
2013-10-28 borsauto merge of #10079 : alexcrichton/rust/no-reader...
2013-10-28 Alex CrichtonRemove the extension traits for Readers/Writers
2013-10-23 borsauto merge of #10032 : thestinger/rust/snapshot, r...
2013-10-23 Ziad HatahetMerge remote-tracking branch 'upstream/master'
2013-10-23 borsauto merge of #10034 : sfackler/rust/time, r=alexcrichton
2013-10-23 borsauto merge of #9810 : huonw/rust/rand3, r=alexcrichton
2013-10-23 borsauto merge of #10027 : catamorphism/rust/testcases...
next