about summary refs log tree commit diff
path: root/src/librustuv
AgeCommit message (Expand)AuthorLines
2014-06-29rustuv: Don't zero-out data on clonesAlex Crichton-7/+10
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-25/+25
2014-06-28Rename all raw pointers as necessaryAlex Crichton-350/+367
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+5
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-1/+1
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Shorten endian conversion method namesBrendan Zabarauskas-4/+4
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-3/+2
2014-06-18Use ByteOrder methods instead of free-standing functionsBrendan Zabarauskas-4/+6
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-15Register new snapshotsAlex Crichton-64/+64
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-3/+3
2014-06-10Fix more misspelled comments and strings.Joseph Crail-3/+3
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-4/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-11/+15
2014-06-06rustuv: Deal with the rtio changesAlex Crichton-546/+319
2014-06-06rtio: Remove usage of `Path`Alex Crichton-9/+10
2014-05-31doc: Fix a number of broken linksAlex Crichton-0/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-6/+6
2014-05-30lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.Kevin Butler-3/+3
2014-05-28Issue #13933: Remove transmute_mut from IOAriel Ben-Yehuda-5/+3
2014-05-28auto merge of #14455 : crabtw/rust/mips, r=alexcrichtonbors-9/+10
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-6/+6
2014-05-28fix MIPS targetJyun-Yan You-9/+10
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+1
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-21auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brsonbors-27/+23
2014-05-20core: Stabilize the mem moduleAlex Crichton-2/+2
2014-05-19rustuv: Remove usage of UnsafeArcAlex Crichton-27/+23
2014-05-16librustuv: Remove all uses of `~str` from `librustuv`Patrick Walton-7/+7
2014-05-15Updates with core::fmt changesAlex Crichton-4/+2
2014-05-15Test fixes from rollupAlex Crichton-2/+2
2014-05-15std: Remove run_in_bare_threadBrian Anderson-6/+6
2014-05-15Make `from_bits` in `bitflags!` safe; add `from_bits_truncate`Aaron Turon-3/+1
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-51/+60
2014-05-13io: Implement process wait timeoutsAlex Crichton-9/+72
2014-05-12Add `stat` method to `std::io::fs::File` to stat without a Path.Yuri Kunde Schlesner-3/+15
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-60/+57
2014-05-10rename `global_heap` -> `libc_heap`Daniel Micay-1/+1
2014-05-08Handle fallout in librustuvKevin Ballard-7/+8
2014-05-07Test fixes and rebase conflictsAlex Crichton-9/+9
2014-05-07rustuv: Implement timeouts for unix networkingAlex Crichton-277/+711
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-49/+143
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-93/+98
2014-05-06auto merge of #13897 : aturon/rust/issue-6085, r=bjzbors-3/+5
2014-05-05Change std::io::FilePermission to a typesafe representationAaron Turon-3/+5