]> git.lizzy.rs Git - rust.git/history - src/libstd/io
libstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude.
[rust.git] / src / libstd / io /
2014-08-19 borsauto merge of #16590 : nham/rust/str_searcher_underflow...
2014-08-19 borsauto merge of #16588 : thestinger/rust/aslr, r=pcwalton
2014-08-19 borsauto merge of #16585 : steveklabnik/rust/random_remarks...
2014-08-19 borsauto merge of #16583 : steveklabnik/rust/gh16569, r...
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 #16573 : ruud-v-a/rust/timespec-arithmeti...
2014-08-19 borsauto merge of #16345 : EduardoBautista/rust/fix-error...
2014-08-19 borsauto merge of #16580 : steveklabnik/rust/gh1498, r...
2014-08-18 borsauto merge of #16579 : steveklabnik/rust/gh9099, r...
2014-08-18 borsauto merge of #16578 : steveklabnik/rust/gh16239, r...
2014-08-18 Steve KlabnikExplain EOF behavior in File.eof().
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-16 borsauto merge of #16531 : alexcrichton/rust/snapshots...
2014-08-16 Marvin LöbelOptimized IR generation for UTF-8 and UTF-16 encoding
2014-08-16 borsauto merge of #16505 : dotdash/rust/extern_realpath...
2014-08-16 borsauto merge of #16534 : thestinger/rust/dep, r=huonw
2014-08-16 borsauto merge of #16527 : kballard/rust/vim_fold, r=chris
2014-08-16 borsauto merge of #16525 : thestinger/rust/readonly, r...
2014-08-16 borsauto merge of #16520 : dotdash/rust/fix_llvm_before_36...
2014-08-16 borsauto merge of #16475 : treeman/rust/complex-divide...
2014-08-16 borsauto merge of #16513 : sfackler/rust/io-util-cleanup...
2014-08-15 borsauto merge of #16493 : kballard/rust/fix_drop_field_ord...
2014-08-15 Steven Facklerstd::io::util cleanup + fixes
2014-08-15 borsauto merge of #16486 : kballard/rust/vim_conceal, r...
2014-08-15 borsauto merge of #16435 : vadimcn/rust/windows, r=pcwalton
2014-08-14 borsauto merge of #16474 : MatejLach/rust/cargorun_fix...
2014-08-14 borsauto merge of #16122 : pcwalton/rust/lifetimes-in-unbox...
2014-08-14 borsauto merge of #16484 : dotdash/rust/empty_struct_wrappe...
2014-08-14 borsauto merge of #16470 : liigo/rust/rename-private-cmp...
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-14 borsauto merge of #16332 : brson/rust/slicestab, r=aturon
2014-08-14 borsauto merge of #16477 : pnkfelix/rust/fsk-quotstx, r...
2014-08-13 borsauto merge of #15934 : brson/rust/dur, r=aturon
2014-08-13 borsauto merge of #16438 : phi-gamma/rust/doc-fixes, r...
2014-08-13 Brian Andersonstd: Fix build errors
2014-08-13 Brian Andersonstd: Make connect_timeout return Err on zero duration
2014-08-13 Brian AndersonFix various fallout from timer changes
2014-08-13 Brian Andersonstd: connect_timeout requires a positive Duration
2014-08-13 Brian Andersonstd: Make the TCP/UDP connect_timeout methods take...
2014-08-13 Brian Andersonstd: Clarify what timers do with zero and negative...
2014-08-13 Brian Andersonstd: Restore missing timer examples
2014-08-13 Brian Andersonstd: Remove ms-taking methods from timers
2014-08-13 Brian Andersonstd: Update Duration from upstream
2014-08-13 Brian Andersonstd: Add sleep, oneshot and periodic timers, taking...
2014-08-13 Brian Andersonstd: Rename sleep, periodic, and oneshot timers to...
2014-08-13 Brian Andersonstd: Rename slice::Vector to Slice
2014-08-13 Brian Andersonstd: Rename various slice traits for consistency
2014-08-13 borsauto merge of #16381 : pnkfelix/rust/fsk-rust.md-fixes...
2014-08-13 borsauto merge of #16421 : ipetkov/rust/cmd-fd-fix-retry...
2014-08-13 Ivan Petkovlibnative: process spawning should not close inherited...
2014-08-12 borsauto merge of #16195 : P1start/rust/more-index, r=aturon
2014-08-12 borsauto merge of #16284 : alexcrichton/rust/issue-16272...
2014-08-12 borsauto merge of #16417 : jasonthompson/rust/docs/slice3...
2014-08-11 borsauto merge of #15410 : LemmingAvalanche/rust/patch...
2014-08-10 borsauto merge of #16387 : Gankro/rust/doc-search, r=cmr
2014-08-10 borsauto merge of #16371 : Gankro/rust/friendly-contrib...
2014-08-09 borsauto merge of #16359 : epdtry/rust/mono-item-dedup...
2014-08-09 borsauto merge of #16356 : ruud-v-a/rust/fix-f32-doc, r...
2014-08-09 borsauto merge of #16350 : hirschenberger/rust/issue-15917...
2014-08-09 borsauto merge of #16346 : vadimcn/rust/win64-cabi, r=brson
2014-08-09 borsauto merge of #16342 : alexcrichton/rust/issue-16341...
2014-08-09 borsauto merge of #16340 : thestinger/rust/pie, r=brson
2014-08-09 borsauto merge of #16326 : pnkfelix/rust/fsk-add-path-suffi...
2014-08-09 borsauto merge of #16323 : c-nixon/rust/master, r=alexcrichton
2014-08-09 borsauto merge of #15964 : huonw/rust/gensym-test, r=alexcr...
2014-08-09 borsauto merge of #16314 : Ryman/rust/ringbuf_non_pow2...
2014-08-08 borsauto merge of #16277 : Gankro/rust/responsive-docs...
2014-08-08 borsauto merge of #16336 : retep998/rust/master, r=brson
2014-08-08 borsauto merge of #16333 : steveklabnik/rust/guide_strings...
2014-08-08 borsauto merge of #16255 : steveklabnik/rust/guide_methods...
2014-08-08 borsauto merge of #16327 : mdinger/rust/typo, r=steveklabnik
2014-08-08 borsauto merge of #16349 : nikomatsakis/rust/snapshot-20140...
2014-08-08 Niko MatsakisRegister new snapshot 12e0f72
2014-08-08 borsauto merge of #16309 : steveklabnik/rust/guide_tasks...
2014-08-08 borsauto merge of #16279 : nham/rust/fix_slice_docs, r...
2014-08-08 borsauto merge of #16285 : alexcrichton/rust/rename-share...
2014-08-08 borsauto merge of #16273 : steveklabnik/rust/guide_generics...
2014-08-07 borsauto merge of #16206 : steveklabnik/rust/guide_lambdas...
2014-08-07 borsauto merge of #16317 : adrienbrault/rust/patch-1, r...
2014-08-07 borsauto merge of #15831 : rpjohnst/rust/generic-foreign...
2014-08-07 Peter Atashianwindows: Fix several tests on 64-bit.
2014-08-07 borsauto merge of #16220 : tshepang/rust/temp, r=steveklabnik
2014-08-07 borsauto merge of #16316 : forticulous/rust/char-Fix, r...
2014-08-07 borsauto merge of #16306 : pnkfelix/rust/fsk-ast-refactor...
2014-08-06 borsauto merge of #16291 : nham/rust/byte_literals, r=alexc...
2014-08-06 borsauto merge of #16225 : pczarn/rust/iter-refactoring...
2014-08-06 Alex CrichtonMerge commit '3b41f3256228ffb01225eab671ef301aa18337d7...
next