about summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-7/+7
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-7/+7
2014-10-01Remove std::io::signalAaron Turon-2/+1
2014-10-01Remove iotest macroAaron Turon-3/+1
2014-09-29rollup merge of #17548 : cgaebel/masterAlex Crichton-1/+1
2014-09-26librustc: Give trait methods accessible via fewer autoderefs priorityPatrick Walton-4/+11
2014-09-25Added bitflag toggling.Clark Gaebel-1/+1
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-09-07Register snapshots.Huon Wilson-16/+0
2014-09-05auto merge of #16843 : bkoropoff/rust/reader-writer-box, r=alexcrichtonbors-0/+16
2014-09-04auto merge of #16986 : bjz/rust/bitflags, r=alexcrichtonbors-12/+12
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-1/+1
2014-09-05Use {} for bitflags! definition and invocationsBrendan Zabarauskas-12/+12
2014-09-04Print file permissions with 4 digits.Jonas Hietala-9/+9
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-09-03Print file permissions in octal form.Jonas Hietala-1/+22
2014-08-29Register new snapshotsAlex Crichton-92/+0
2014-08-29Relax lifetime bounds on Reader/Writer impls for trait boxesBrian Koropoff-0/+16
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-7/+100
2014-08-23Complete renaming of win32 to windowsVadim Chugunov-1/+1
2014-08-16Optimized IR generation for UTF-8 and UTF-16 encodingMarvin Löbel-1/+1
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-06Use byte literals in libstdnham-2/+2
2014-07-30Implement Default for std::io::FilePermissionnham-0/+6
2014-07-30Derive PartialOrd, Ord and Hash for bitflags types.nham-1/+0
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-15auto merge of #15619 : kwantam/rust/master, r=huonwbors-1/+1
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-6/+6
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-1/+1
2014-07-13std: make std::io::IoError{,Kind} implement EqErick Tryzelaar-2/+2
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-0/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-6/+6
2014-07-07Add libunicode; move unicode functions from corekwantam-0/+1
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+1
2014-06-27std::io: Use re-exported pathes in examples.OGINO Masanori-1/+1
2014-06-21std: inline many of the Writer/Reader methodsErick Tryzelaar-0/+37
2014-06-18Deprecate the bytes!() macro.Simon Sapin-14/+14
2014-06-13Improve error messages for io::fsYehuda Katz-8/+43
2014-06-09std: adjust the TCP io doc example to work reliably.Huon Wilson-1/+6
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-2/+3
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-3/+31
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-4/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1