about summary refs log tree commit diff
path: root/src/libcore/io.rs
AgeCommit message (Expand)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-2105/+0
2013-05-20auto merge of #6635 : brson/rust/snapshot, r=brsonbors-44/+0
2013-05-19Register snapshotsBrian Anderson-44/+0
2013-05-19auto merge of #6621 : steveklabnik/rust/expand_reader_docs, r=thestingerbors-3/+13
2013-05-19Add a few 'function's.Steve Klabnik-2/+2
2013-05-19auto merge of #6624 : steveklabnik/rust/io_prelude, r=catamorphismbors-1/+31
2013-05-19Fix wording per feedbackSteve Klabnik-2/+2
2013-05-19Add a better introduction for the io module.Steve Klabnik-1/+31
2013-05-19auto merge of #6619 : steveklabnik/rust/stdout_docs, r=thestingerbors-0/+44
2013-05-19Fix trailing whitespaceSteve Klabnik-2/+2
2013-05-19Elaborate a bit in the Reader docs regarding stream position.Steve Klabnik-3/+13
2013-05-19Added note about prelude inclusion.Steve Klabnik-2/+4
2013-05-19Add docs for stdin in core::io.Steve Klabnik-0/+10
2013-05-19Add additional documentation in core::io.Steve Klabnik-0/+42
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-17/+17
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-6/+6
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-0/+5
2013-05-11auto merge of #6389 : sonwow/rust/issue-3356, r=bstriebors-1/+1
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-1/+1
2013-05-10core: Use the new `for` protocolAlex Crichton-0/+47
2013-05-09libcore: rename vec::each(variable) to variable.eachYoungmin Yoo-1/+1
2013-05-08libcore: Fix tests.Patrick Walton-3/+3
2013-05-08librustc: Fix merge fallout.Patrick Walton-5/+8
2013-05-08libcore: Remove more mutable fields from commPatrick Walton-34/+68
2013-05-08io: handle fread() errorsFedor Indutny-2/+12
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-10/+0
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-10/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-7/+7
2013-04-18core: io: the read_until function checks bytes not chars, so type should refl...Huon Wilson-6/+6
2013-04-14core: remove unnecessary unsafe blocks/functionsAlex Crichton-14/+9
2013-04-02auto merge of #5674 : steveklabnik/rust/improve_reader_util_docs, r=catamorphismbors-40/+335
2013-04-02Remove excess trailing whitespace.Steve Klabnik-61/+61
2013-04-02remove trailing whitespaceSteve Klabnik-17/+17
2013-04-01Typo fix. u8 -> i8Steve Klabnik-1/+1
2013-04-01Improve docs for Core::ReaderUtil.Steve Klabnik-40/+335
2013-04-01Improve documentation for core::io.Steve Klabnik-8/+68
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-36/+36
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-2/+2
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-8/+10
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-5/+5
2013-03-22auto merge of #5398 : dbaupp/rust/core-readlines, r=graydonbors-6/+49
2013-03-23libcore: handle trailing newlines more like other languages.Huon Wilson-6/+49
2013-03-22core: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-22auto merge of #5484 : pcwalton/rust/snapshots, r=pcwaltonbors-6/+0
2013-03-21librustc: Register new snapshotsPatrick Walton-6/+0
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-6/+8
2013-03-21libcore: Remove a few possibly-cyclic imports in an effort to unbreak the tre...Patrick Walton-1/+3
2013-03-20auto merge of #5456 : graydon/rust/fixups, r=pcwaltonbors-1/+5
2013-03-20libsyntax: Never use `::<>` in the type grammarPatrick Walton-1/+1