summary refs log tree commit diff
path: root/src/librustuv
AgeCommit message (Expand)AuthorLines
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-1/+1
2014-01-07Fix remaining cases of leaking importsAlex Crichton-1/+1
2014-01-08Renamed Option::map_default and mutate_default to map_or and mutate_or_setMarvin Löbel-1/+1
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-5/+8
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2013-12-30Convert some C functions to rust functionsAlex Crichton-0/+4
2013-12-27Implement native TCP I/OAlex Crichton-1/+4
2013-12-26Register new snapshotsAlex Crichton-2/+0
2013-12-25Test fixes and rebase conflictsAlex Crichton-9/+7
2013-12-24std: Remove must deferred sending functionsAlex Crichton-4/+4
2013-12-24rustuv: Remove the id() function from IoFactoryAlex Crichton-27/+27
2013-12-24rustuv: Fix a use-after-free on destructionAlex Crichton-2/+12
2013-12-24rustuv: Fix a use-after-free bugAlex Crichton-3/+7
2013-12-24Test fixes and rebase problemsAlex Crichton-0/+4
2013-12-24green: Fixing all tests from previous refactoringsAlex Crichton-3/+3
2013-12-24green: Allow specifying an IoFactory for poolsAlex Crichton-3/+9
2013-12-24rustuv: Write homing tests with SchedPoolAlex Crichton-108/+45
2013-12-24rustuv: Get all tests passing again after refactorAlex Crichton-310/+284
2013-12-24rustuv: Reimplement without using std::rt::schedAlex Crichton-400/+644
2013-12-21rustuv: Stop link to pthread on Windowsklutzy-1/+3
2013-12-19auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajackbors-0/+2
2013-12-19Rename pkgid to crate_idCorey Richardson-0/+2
2013-12-19std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.Huon Wilson-3/+3
2013-12-17auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichtonbors-0/+4
2013-12-17Handle ENOENTCadence Marseille-0/+4
2013-12-16Test fallout from std::comm rewriteAlex Crichton-39/+51
2013-12-16Fallout of rewriting std::commAlex Crichton-6/+5
2013-12-15Register new snapshotsAlex Crichton-8/+1
2013-12-15auto merge of #10984 : huonw/rust/clean-raw, r=cmrbors-10/+7
2013-12-15std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].Huon Wilson-9/+6
2013-12-15Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}.Huon Wilson-1/+1
2013-12-15std::rt: s/pausible/pausable/.Huon Wilson-5/+5
2013-12-14Dead-code pass now marks and warns foreign itemsKiet Tran-1/+6
2013-12-10auto merge of #10791 : pcwalton/rust/decelling, r=pcwaltonbors-101/+83
2013-12-10libstd: Remove `Cell` from the library.Patrick Walton-15/+14
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-0/+2
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-2/+6
2013-12-10librustdoc: Remove a couple of `Cell`s.Patrick Walton-3/+4
2013-12-10librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells.Patrick Walton-19/+29
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-71/+39
2013-12-08Remove dead codesKiet Tran-12/+0
2013-12-04auto merge of #10796 : kballard/rust/revert-new-naming, r=alexcrichtonbors-4/+4
2013-12-04Rename std::rt::deque::*::init() to *::new()Kevin Ballard-1/+1
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-3/+3
2013-12-04auto merge of #10804 : alexcrichton/rust/less-dup, r=pcwaltonbors-0/+8
2013-12-04Don't dup the stdio file descriptors.Alex Crichton-0/+8
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-2/+2
2013-12-04std::str: remove from_utf8.Huon Wilson-2/+2
2013-12-03Move std::util::ignore to std::prelude::dropSteven Fackler-6/+3
2013-12-03Register new snapshotsAlex Crichton-20/+7