]> git.lizzy.rs Git - rust.git/history - src/libstd/hash.rs
auto merge of #11304 : alexcrichton/rust/eintr, r=brson
[rust.git] / src / libstd / hash.rs
2014-01-05 borsauto merge of #11304 : alexcrichton/rust/eintr, r=brson
2014-01-05 borsauto merge of #11314 : adridu59/rust/patch-license...
2014-01-05 borsauto merge of #11310 : Dretch/rust/write_char, r=alexcr...
2014-01-05 borsauto merge of #11307 : vadimcn/rust/test-adb, r=brson
2014-01-05 borsauto merge of #11290 : alexcrichton/rust/testname,...
2014-01-04 borsauto merge of #11188 : brson/rust/noderef, r=brson
2014-01-04 Brian AndersonDon't allow newtype structs to be dereferenced. #6246
2013-12-23 borsauto merge of #11022 : spaolacci/rust/0read, r=alexcrichton
2013-12-20 borsauto merge of #10986 : adridu59/rust/patch-new, r=alexc...
2013-12-19 borsauto merge of #11070 : ezyang/rust/better-errors, r...
2013-12-19 borsauto merge of #10977 : brson/rust/androidtest, r=brson
2013-12-19 borsauto merge of #10927 : g3xzh/rust/sum_bugfix, r=huonw
2013-12-19 borsauto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmr
2013-12-18 borsauto merge of #11013 : klutzy/rust/win-no-pthread,...
2013-12-18 borsauto merge of #11012 : alexcrichton/rust/needstest...
2013-12-18 borsauto merge of #11033 : michaelwoerister/rust/byvalself...
2013-12-18 borsauto merge of #11024 : huonw/rust/return-from-closures...
2013-12-18 borsauto merge of #10915 : alexcrichton/rust/fixes, r=ILyoan
2013-12-18 borsauto merge of #11025 : ezyang/rust/reword-second-borrow...
2013-12-18 borsauto merge of #11018 : sfackler/rust/variant-strip...
2013-12-18 borsauto merge of #11019 : alexcrichton/rust/issue-10545...
2013-12-17 Alex CrichtonDon't allow impls to force public types
2013-12-14 borsauto merge of #10938 : jhasse/rust/patch-rustpkg, r...
2013-12-14 borsauto merge of #10933 : TeXitoi/rust/shootout-fasta...
2013-12-14 borsauto merge of #10921 : alexcrichton/rust/libuv-upgrade...
2013-12-14 borsauto merge of #10923 : boredomist/rust/export-summary...
2013-12-13 borsauto merge of #10849 : adridu59/rust/patch-css, r=alexc...
2013-12-13 borsauto merge of #10916 : alexcrichton/rust/nounwind,...
2013-12-13 borsauto merge of #10913 : cmr/rust/rustdoc_man, r=huonw
2013-12-13 borsauto merge of #10912 : DiamondLovesYou/rust/master...
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 #10897 : boredomist/rust/remove-self...
2013-12-11 Erik PriceMake 'self lifetime illegal.
2013-12-11 borsauto merge of #10787 : nikomatsakis/rust/issue-9629...
2013-12-11 borsauto merge of #10833 : sfackler/rust/mut-pat, r=brson
2013-12-09 borsauto merge of #10840 : cmr/rust/any_docs2, r=huonw
2013-12-09 borsauto merge of #10859 : huonw/rust/helper-dists, r=cmr
2013-12-09 borsauto merge of #10874 : vadimcn/rust/integrated-as,...
2013-12-08 borsauto merge of #10477 : ktt3ja/rust/dead-code, r=alexcri...
2013-12-08 Kiet TranRemove dead codes
2013-12-05 borsauto merge of #10562 : ongardie/rust/master, r=brson
2013-12-05 borsauto merge of #10211 : ktt3ja/rust/add-lrucache, r...
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: Remove all non-`proc` uses of `do` from libstd
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-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 Alex CrichtonMove std::rt::io to std::io
2013-11-01 borsauto merge of #10203 : kud1ing/rust/ios, r=alexcrichton
2013-10-29 borsauto merge of #10127 : thestinger/rust/cold, r=pcwalton
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 #10089 : pythonesque/rust/issue-7718...
2013-10-28 borsauto merge of #10107 : thestinger/rust/immediate, r...
2013-10-28 borsauto merge of #10094 : alexcrichton/rust/issue-8704...
2013-10-28 borsauto merge of #10093 : alexcrichton/rust/issue-8811...
2013-10-28 borsauto merge of #10083 : alexcrichton/rust/timer-port...
2013-10-28 borsauto merge of #10050 : gifnksm/rust/ratio-methods,...
2013-10-28 borsauto merge of #9744 : DaGenix/rust/remove-crypto, r...
2013-10-27 Palmer CoxClarify that the SipHash implementation has not be...
2013-10-23 borsauto merge of #10021 : alexcrichton/rust/asm-now-analyz...
2013-10-22 borsauto merge of #10013 : bdash/rust/mavericks-unwinding...
2013-10-22 borsauto merge of #9923 : thestinger/rust/managed_boxes...
2013-10-22 borsauto merge of #10006 : alexcrichton/rust/another-massiv...
2013-10-22 Alex CrichtonDrop the '2' suffix from logging macros
2013-10-17 borsauto merge of #9634 : blake2-ppc/rust/by-ref-iter,...
2013-10-13 borsauto merge of #9608 : hmarr/rust/vec-get-opt, r=huonw
2013-10-04 borsauto merge of #9662 : vadimcn/rust/package-runtime...
2013-10-03 borsauto merge of #9522 : steveklabnik/rust/doc_std_opts...
2013-10-02 borsauto merge of #9638 : pnkfelix/rust/fsk-issue7526-attem...
2013-10-02 borsauto merge of #9656 : thestinger/rust/immediate, r...
2013-10-02 borsauto merge of #9600 : MicahChalmer/rust/fill-with-code...
2013-10-02 borsauto merge of #9578 : alexcrichton/rust/un-ignore-libuv...
2013-10-01 borsauto merge of #9645 : dckc/rust/patch-2, r=catamorphism
2013-10-01 borsauto merge of #9644 : alexcrichton/rust/clarify, r...
2013-10-01 borsauto merge of #9636 : alexcrichton/rust/rustdoc, r...
2013-10-01 borsauto merge of #9576 : FlaPer87/rust/issue/9125, r=alexc...
next