]> git.lizzy.rs Git - rust.git/history - src/libuuid/lib.rs
auto merge of #17654 : gereeter/rust/no-unnecessary-cell, r=alexcrichton
[rust.git] / src / libuuid / lib.rs
2014-10-01 borsauto merge of #17654 : gereeter/rust/no-unnecessary...
2014-10-01 borsauto merge of #17653 : kaini/rust/master, r=alexcrichton
2014-10-01 borsauto merge of #17630 : sfackler/rust/cfg-warnings,...
2014-10-01 borsauto merge of #17501 : pcwalton/rust/improve-method...
2014-10-01 borsauto merge of #17132 : reem/rust/any-static-bound,...
2014-10-01 borsauto merge of #17584 : pcwalton/rust/range-patterns...
2014-09-30 Patrick Waltonlibrustc: Forbid `..` in range patterns.
2014-09-17 borsauto merge of #16836 : P1start/rust/closure_ret_bang...
2014-09-17 Alex Crichtonrollup merge of #17326 : brson/wintest
2014-09-17 Alex Crichtonrollup merge of #16936 : nham/two_way_makeover
2014-09-17 Alex Crichtonrollup merge of #16889 : P1start/array-not-vector
2014-09-14 borsauto merge of #17130 : jakub-/rust/issue-17033, r=pcwalton
2014-09-11 borsauto merge of #17157 : nikomatsakis/rust/occurs-check...
2014-09-11 borsauto merge of #17139 : brson/rust/lualatex, r=alexcrichton
2014-09-11 borsauto merge of #17110 : thestinger/rust/dst, r=cmr
2014-09-11 borsauto merge of #17142 : sfackler/rust/issue-17115, r...
2014-09-10 borsauto merge of #17135 : brson/rust/wininst, r=alexcrichton
2014-09-10 borsauto merge of #16680 : brson/rust/readme, r=steveklabnik
2014-09-10 borsauto merge of #17129 : epdtry/rust/misc/llvm-root-recon...
2014-09-10 borsauto merge of #17109 : brson/rust/win64snap, r=alexcrichton
2014-09-10 borsauto merge of #17095 : thestinger/rust/alloc, r=alexcri...
2014-09-10 borsauto merge of #16824 : steveklabnik/rust/string_guide_i...
2014-09-09 borsauto merge of #16662 : pczarn/rust/format-fmtstr-opt...
2014-09-09 borsauto merge of #17127 : alexcrichton/rust/rollup, r...
2014-09-09 Alex Crichtonrollup merge of #17114 : nick29581/dst-type
2014-09-09 Alex Crichtonrollup merge of #17107 : steveklabnik/uninitialized_bin...
2014-09-09 Alex Crichtonrollup merge of #17106 : treeman/test-warnings
2014-09-09 Jonas HietalaRemove some test warnings.
2014-08-31 Alex Crichtonrollup merge of #16840 : huonw/feature-has-added
2014-08-22 borsauto merge of #16509 : luqmana/rust/uw, r=alexcrichton
2014-08-22 borsauto merge of #16512 : wickerwaka/rust/getopt-16348...
2014-08-21 borsauto merge of #16487 : steveklabnik/rust/guide_ownershi...
2014-08-21 borsauto merge of #16362 : nham/rust/std_rand_pi_example...
2014-08-21 borsauto merge of #16447 : steveklabnik/rust/guide_vectors_...
2014-08-21 borsauto merge of #16443 : steveklabnik/rust/fix_path_docs...
2014-08-20 borsauto merge of #16408 : steveklabnik/rust/guide_iterator...
2014-08-20 borsauto merge of #16257 : steveklabnik/rust/guide_patterns...
2014-08-19 borsauto merge of #16582 : Gankro/rust/bitv, r=alexcrichton
2014-08-19 borsauto merge of #16364 : tbu-/rust/pr_checkeddiv0, r...
2014-08-19 borsauto merge of #16345 : EduardoBautista/rust/fix-error...
2014-08-18 borsauto merge of #16556 : pczarn/rust/wbr, r=alexcrichton
2014-08-18 borsauto merge of #16559 : Gankro/rust/bitv, r=pcwalton
2014-08-17 borsauto merge of #16558 : Gankro/rust/hashbig, r=pcwalton
2014-08-17 borsauto merge of #16550 : kaseyc/rust/fix_documentation_er...
2014-08-17 borsauto merge of #16547 : huonw/rust/new-kw, r=pcwalton
2014-08-17 borsauto merge of #16543 : huonw/rust/deprecated-btree...
2014-08-17 borsauto merge of #16537 : jakub-/rust/use-mod-manual,...
2014-08-17 borsauto merge of #16535 : michaelsproul/rust/vim-traits...
2014-08-17 borsauto merge of #16498 : Kimundi/rust/inline-utf-encoding...
2014-08-17 borsauto merge of #16482 : pcwalton/rust/resolve-shadowing...
2014-08-17 Patrick Waltonlibrustc: Forbid external crates, imports, and/or items...
2014-08-15 borsauto merge of #16435 : vadimcn/rust/windows, r=pcwalton
2014-08-14 borsauto merge of #16444 : steveklabnik/rust/fix_boxes_in_m...
2014-08-14 borsauto merge of #16440 : bheesham/rust/master, r=brson
2014-08-14 borsauto merge of #16428 : mdinger/rust/sort_attributes...
2014-08-13 borsauto merge of #16438 : phi-gamma/rust/doc-fixes, r...
2014-08-13 borsauto merge of #16381 : pnkfelix/rust/fsk-rust.md-fixes...
2014-08-13 borsauto merge of #16460 : pcwalton/rust/borrowck-closure...
2014-08-13 borsauto merge of #16458 : pcwalton/rust/borrowck-for-moves...
2014-08-13 borsauto merge of #16452 : epdtry/rust/unreachable-item...
2014-08-12 borsauto merge of #16433 : aturon/rust/deprecated-in-crate...
2014-08-12 Aaron TuronAllow deprecation in deprecated libraries
2014-08-11 borsauto merge of #15410 : LemmingAvalanche/rust/patch...
2014-08-06 borsauto merge of #15985 : jfager/rust/r6334, r=pnkfelix
2014-08-06 borsauto merge of #15865 : jamesrhurst/rust/ctags-regex...
2014-08-04 borsauto merge of #15986 : Florob/rust/nfKc-new, r=alexcrichton
2014-08-03 borsauto merge of #16155 : huonw/rust/Ordering-reverse...
2014-08-02 borsauto merge of #16164 : anguslees/rust/rfc3999, r=alexcr...
2014-08-02 borsauto merge of #16163 : anguslees/rust/strptime-str...
2014-08-02 borsauto merge of #16160 : EduardoBautista/rust/use-bang...
2014-08-02 borsauto merge of #16128 : steveklabnik/rust/speed_faq...
2014-08-02 borsauto merge of #16119 : steveklabnik/rust/guide_pointers...
2014-08-01 borsauto merge of #15992 : steveklabnik/rust/guide_testing...
2014-08-01 borsauto merge of #16102 : zwarich/rust/borrowck-unboxed...
2014-08-01 borsauto merge of #16157 : alexcrichton/rust/rustdoc-tests...
2014-08-01 borsauto merge of #16153 : kballard/rust/fix_gensym_symbols...
2014-08-01 borsauto merge of #16152 : tshepang/rust/patch-1, r=alexcri...
2014-08-01 borsauto merge of #16130 : apoelstra/rust/decode-error...
2014-08-01 Andrew Poelstralibuuid: use `Decoder::error()` rather than failing...
2014-08-01 borsauto merge of #16141 : alexcrichton/rust/rollup, r...
2014-07-31 borsauto merge of #15399 : kballard/rust/rewrite_local_data...
2014-07-31 Alex CrichtonTest fixes from the rollup
2014-07-31 borsauto merge of #16041 : treeman/rust/doc-rand, r=brson
2014-07-31 OGINO Masanorialloc, arena, test, url, uuid: Elide lifetimes.
2014-07-31 Ilya DmitrichenkoDeprecate uuid.
2014-07-31 borsauto merge of #15999 : Kimundi/rust/fix_folder, r=nikom...
2014-07-31 borsauto merge of #16073 : mneumann/rust/dragonfly2, r...
2014-07-31 borsauto merge of #16090 : epdtry/rust/doesnt-use-gc, r...
2014-07-31 borsauto merge of #16074 : nham/rust/bitflags_traits, r...
2014-07-31 borsauto merge of #15385 : jroweboy/rust/master, r=brson
2014-07-30 borsauto merge of #16059 : epdtry/rust/mono-item-dedup...
2014-07-30 borsauto merge of #15944 : alexcrichton/rust/task-dont...
2014-07-30 borsauto merge of #15915 : erickt/rust/master, r=alexcrichton
2014-07-29 Erick Tryzelaarremove seek from std::io::MemWriter, add SeekableMemWri...
2014-07-24 borsauto merge of #15424 : TeXitoi/rust/relicense-shootout...
2014-07-24 borsauto merge of #15781 : alexcrichton/rust/issue-15758...
2014-07-24 borsauto merge of #15407 : sneves/rust/master, r=aturon
2014-07-23 borsauto merge of #15749 : vhbit/rust/treemap-doc-fixes...
2014-07-23 borsauto merge of #15899 : aochagavia/rust/guide, r=kballard
2014-07-22 borsauto merge of #15869 : alexcrichton/rust/issue-15828...
next