]> git.lizzy.rs Git - rust.git/history - src/libstd/io/mod.rs
auto merge of #15999 : Kimundi/rust/fix_folder, r=nikomatsakis
[rust.git] / src / libstd / io / mod.rs
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 #16076 : SimonSapin/rust/deprecate-url...
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 nhamImplement Default for std::io::FilePermission
2014-07-30 nhamDerive PartialOrd, Ord and Hash for bitflags types.
2014-07-26 borsauto merge of #15789 : steveklabnik/rust/guide_pointers...
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 #15894 : treeman/rust/vec-doc, r=alexcrichton
2014-07-22 borsauto merge of #15869 : alexcrichton/rust/issue-15828...
2014-07-22 borsauto merge of #15863 : dotdash/rust/lifetimes3, r=alexc...
2014-07-22 borsauto merge of #15857 : treeman/rust/doc-dijkstra-exampl...
2014-07-22 borsauto merge of #15888 : mprobinson/rust/rustdoc-fixes...
2014-07-22 borsauto merge of #15884 : steveklabnik/rust/guide_fix_head...
2014-07-22 borsauto merge of #15876 : brson/rust/failfat, r=pcwalton
2014-07-22 borsauto merge of #15871 : dotdash/rust/unnamed_fmtstr...
2014-07-22 borsauto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexc...
2014-07-22 Corey RichardsonAdd a ton of ignore-lexer-test
2014-07-18 borsauto merge of #15743 : Ryman/rust/mandelbrot_fix, r...
2014-07-17 borsauto merge of #15698 : Zoxc/rust/code-model, r=alexcrichton
2014-07-17 borsauto merge of #15668 : steveklabnik/rust/tree_set_examp...
2014-07-16 borsauto merge of #15696 : Zoxc/rust/redzone, r=alexcrichton
2014-07-16 borsauto merge of #15476 : kballard/rust/more_vim_tweaks...
2014-07-16 borsauto merge of #15693 : steveklabnik/rust/guide_fix_carg...
2014-07-16 borsauto merge of #15691 : jbclements/rust/method-field...
2014-07-16 borsauto merge of #15656 : nick29581/rust/index-bck, r...
2014-07-16 borsauto merge of #15585 : bgamari/rust/subst-bug, r=pnkfelix
2014-07-16 borsauto merge of #15695 : alexcrichton/rust/fix-snapshots...
2014-07-15 borsauto merge of #15619 : kwantam/rust/master, r=huonw
2014-07-15 borsauto merge of #15615 : jakub-/rust/diagnostics, r=brson
2014-07-15 borsauto merge of #15426 : aochagavia/rust/str, r=alexcrichton
2014-07-15 Adolfo OchagavĂ­aDeprecate `str::from_utf8_owned`
2014-07-15 borsauto merge of #15604 : mrmonday/rust/raw-socket-libc...
2014-07-15 borsauto merge of #15421 : catharsis/rust/doc-ffi-minor...
2014-07-15 borsauto merge of #15534 : steveklabnik/rust/guide_stdin...
2014-07-15 borsauto merge of #15531 : steveklabnik/rust/guide_looping...
2014-07-15 borsauto merge of #15434 : steveklabnik/rust/guide_match...
2014-07-14 kwantamadd Graphemes iterator; tidy unicode exports
2014-07-14 borsauto merge of #15655 : lightsofapollo/rust/glob-match...
2014-07-14 borsauto merge of #15632 : masklinn/rust/patch-1, r=alexcri...
2014-07-14 borsauto merge of #15653 : erickt/rust/master, r=alexcrichton
2014-07-14 borsauto merge of #15497 : jasonthompson/rust/docs/str3...
2014-07-14 borsauto merge of #15649 : catharsis/rust/rust-libstd-examp...
2014-07-13 Erick Tryzelaarstd: make std::io::IoError{,Kind} implement Eq
2014-07-13 borsauto merge of #15158 : alexcrichton/rust/windows-paths...
2014-07-13 borsauto merge of #15591 : aturon/rust/box-cell-stability...
2014-07-13 Aaron TuronStabilization for `owned` (now `boxed`) and `cell`
2014-07-12 borsauto merge of #15601 : jbclements/rust/disable-default...
2014-07-11 borsauto merge of #15565 : alexcrichton/rust/issue-15475...
2014-07-10 borsauto merge of #15578 : alexcrichton/rust/fix-dist-again...
2014-07-10 borsauto merge of #15563 : luqmana/rust/nif, r=pcwalton
2014-07-10 borsauto merge of #15556 : alexcrichton/rust/snapshots...
2014-07-10 borsauto merge of #15554 : steveklabnik/rust/gh_15539,...
2014-07-09 borsauto merge of #15550 : alexcrichton/rust/install-script...
2014-07-09 borsauto merge of #15471 : erickt/rust/push_all, r=acrichto
2014-07-09 borsauto merge of #15283 : kwantam/rust/master, r=alexcrichton
2014-07-09 borsauto merge of #15540 : Gankro/rust/master, r=huonw
2014-07-09 borsauto merge of #15530 : adrientetar/rust/proper-fonts...
2014-07-09 borsauto merge of #15422 : steveklabnik/rust/guide_compound...
2014-07-09 borsauto merge of #15374 : steveklabnik/rust/comments,...
2014-07-08 borsauto merge of #14832 : alexcrichton/rust/no-rpath,...
2014-07-08 borsauto merge of #15493 : brson/rust/tostr, r=pcwalton
2014-07-08 Richo Healeystd: Rename the `ToStr` trait to `ToString`, and `to_st...
2014-07-07 kwantamAdd libunicode; move unicode functions from core
2014-07-02 borsauto merge of #15222 : alexcrichton/rust/relnotes,...
2014-07-02 Alex CrichtonMerge remote-tracking branch 'origin/master' into 0...
2014-07-02 borsauto merge of #15286 : alexcrichton/rust/channel-stabil...
2014-07-02 borsauto merge of #15257 : erickt/rust/hashmap, r=alexcrichton
2014-07-02 borsauto merge of #15069 : luqmana/rust/cia, r=pcwalton
2014-07-02 borsauto merge of #15295 : TeXitoi/rust/relicense-shootout...
2014-07-01 borsauto merge of #15292 : alxgnon/rust/vim_syntax_cleanup...
2014-07-01 borsauto merge of #15301 : jasonthompson/rust/docs/str2...
2014-07-01 borsauto merge of #15289 : aturon/rust/libstd-stability...
2014-07-01 Aaron Turonlibstd: set baseline stability levels.
2014-06-28 borsauto merge of #15210 : luqmana/rust/windoc, r=alexcrichton
2014-06-28 borsauto merge of #15208 : alexcrichton/rust/snapshots...
2014-06-28 borsauto merge of #15233 : jbclements/rust/match-var-hygien...
2014-06-27 borsauto merge of #15166 : zookoatleastauthoritycom/rust...
2014-06-27 borsauto merge of #15183 : steveklabnik/rust/hello_cargo...
2014-06-27 borsauto merge of #15206 : omasanori/rust/use-reexported...
2014-06-26 OGINO Masanoristd::io: Use re-exported pathes in examples.
2014-06-25 borsauto merge of #15165 : zookoatleastauthoritycom/rust...
2014-06-24 borsauto merge of #15114 : ben0x539/rust/run-make-libpath...
2014-06-24 borsauto merge of #14963 : w3ln4/rust/master, r=alexcrichton
2014-06-24 borsauto merge of #15079 : nikomatsakis/rust/issue-5527...
2014-06-24 borsauto merge of #14952 : alexcrichton/rust/const-unsafe...
2014-06-23 borsauto merge of #15106 : Sawyer47/rust/rm-duplicated...
2014-06-23 borsauto merge of #15100 : rapha/rust/master, r=alexcrichton
2014-06-23 borsauto merge of #15098 : ben0x539/rust/nullary-tuple...
2014-06-23 borsauto merge of #15089 : tomjakubowski/rust/rustdoc-defau...
2014-06-23 borsauto merge of #15086 : jakub-/rust/xc-struct-variants...
2014-06-23 borsauto merge of #15083 : edwardw/rust/destructure-trait...
2014-06-23 borsauto merge of #15061 : pnkfelix/rust/fsk-fix-issue...
2014-06-23 borsauto merge of #15097 : tomjakubowski/rust/fix-feature...
next