]> git.lizzy.rs Git - rust.git/history - src/libstd/result.rs
auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissive, r...
[rust.git] / src / libstd / result.rs
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 Waltontest: Remove non-procedure uses of `do` from compiletes...
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-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-10 borsauto merge of #10226 : nibrahim/rust/docepub, r=alexcri...
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-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 #10225 : Jurily/rust/master, r=alexcrichton
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 Marvin LöbelFixed unused import warning in tests
2013-11-01 Marvin LöbelRemoved legacy implementations
2013-11-01 Marvin LöbelCleaned up the option and result module in more detail
2013-11-01 Marvin LöbelReordered the methods in std::Option and std::Result
2013-10-28 borsauto merge of #10095 : huonw/rust/master, r=cmr
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-19 borsauto merge of #9834 : alexcrichton/rust/morestack,...
2013-10-19 borsauto merge of #9919 : alexcrichton/rust/fmt-begone...
2013-10-19 borsauto merge of #9856 : alexcrichton/rust/privacy-errors...
2013-10-18 borsauto merge of #9935 : reedlepee123/rust/my_new_branch...
2013-10-18 borsauto merge of #9851 : alexcrichton/rust/include_bin...
2013-10-18 borsauto merge of #9929 : chris-morgan/rust/2013-10-19...
2013-10-18 borsauto merge of #9927 : chris-morgan/rust/fix-url-to_str...
2013-10-18 borsauto merge of #9926 : Kimundi/rust/future_result_bad_si...
2013-10-18 Marvin LöbelMade `std::task::TaskBuilder::future_result()` easier...
2013-10-17 borsauto merge of #9891 : alexcrichton/rust/allow-warnings...
2013-10-17 borsauto merge of #9846 : cmr/rust/serialize_uuid, r=alexcr...
2013-10-17 borsauto merge of #9721 : klutzy/rust/uv-net-read-fix,...
2013-10-17 borsauto merge of #9833 : alexcrichton/rust/fixes, r=brson
2013-10-17 borsauto merge of #9634 : blake2-ppc/rust/by-ref-iter,...
2013-10-16 borsauto merge of #9885 : thestinger/rust/vector, r=brson
2013-10-16 borsauto merge of #9892 : Kimundi/rust/ResultToStr, r=alexc...
2013-10-16 Marvin LöbelAdded Result implementations for ToStr and fmt::Default
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...
2013-10-01 borsauto merge of #9599 : alexcrichton/rust/less-fmt, r...
2013-10-01 Alex Crichtonstd: Remove usage of fmt!
2013-09-28 borsauto merge of #9459 : eliovir/rust/patch-1, r=bstrie
2013-09-27 borsauto merge of #9544 : alexcrichton/rust/clean-docs...
2013-09-27 borsauto merge of #9525 : klutzy/rust/obsolete-span-fix...
2013-09-27 borsauto merge of #9504 : brson/rust/continue, r=alexcrichton
2013-09-27 borsauto merge of #9261 : alexcrichton/rust/logging, r...
2013-09-26 borsauto merge of #9515 : pnkfelix/rust/fsk-test-for-issue...
2013-09-26 borsauto merge of #9507 : brson/rust/sched, r=alexcrichton
2013-09-26 borsauto merge of #9506 : sfackler/rust/visibility, r=alexc...
2013-09-26 borsauto merge of #9503 : dcrewi/rust/fix-digest-visibility...
2013-09-26 borsauto merge of #9500 : fhahn/rust/rename-str_from_bytes...
2013-09-26 borsauto merge of #9497 : pnkfelix/rust/fsk-7752-use-fcnptr...
2013-09-26 borsauto merge of #9464 : bmaxa/rust/master, r=cmr
2013-09-26 borsauto merge of #9490 : alexcrichton/rust/issue-9487...
2013-09-26 borsauto merge of #9404 : blake2-ppc/rust/result-map-opt...
2013-09-22 blake2-ppcstd::result: Remove function `map_opt`
2013-09-18 borsauto merge of #9133 : dcrewi/rust/bigint-random-range...
2013-09-16 borsauto merge of #9206 : alexcrichton/rust/issue-9188...
2013-09-16 borsauto merge of #9187 : lkuper/rust/no-simplevisitor...
2013-09-16 borsauto merge of #9118 : alexcrichton/rust/llvm-fix, r...
2013-09-14 borsauto merge of #9191 : huonw/rust/are-you-tired, r=cmr
2013-09-14 borsauto merge of #9183 : alexcrichton/rust/issue-5794...
2013-09-14 borsauto merge of #9182 : bjz/rust/master, r=brson
2013-09-14 borsauto merge of #9181 : lkuper/rust/libsyntax-default...
2013-09-14 borsauto merge of #9180 : blake2-ppc/rust/reduce-either...
2013-09-14 borsauto merge of #9178 : lkuper/rust/docs, r=catamorphism
2013-09-14 borsauto merge of #9174 : thestinger/rust/bot, r=catamorphism
2013-09-14 borsauto merge of #9165 : klutzy/rust/newrt-file-fix, r...
2013-09-14 borsauto merge of #9162 : alexcrichton/rust/issue-9123...
2013-09-14 borsauto merge of #9160 : alexcrichton/rust/local-data...
2013-09-14 borsauto merge of #9156 : sfackler/rust/buffered-fix, r...
next