about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-16/+56
2013-11-11auto merge of #10407 : alexcrichton/rust/no-fixed-stack-segment, r=brsonbors-230/+42
2013-11-11Decrease the default stack size back to 2MBAlex Crichton-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-229/+41
2013-11-11Optimize creation of buffered readers/writersAlex Crichton-2/+13
2013-11-11auto merge of #10417 : cmr/rust/vec_overflow, r=huonwbors-1/+5
2013-11-11auto merge of #10409 : alexcrichton/rust/issue-10386, r=brsonbors-1/+5
2013-11-11auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brsonbors-102/+12
2013-11-11Fix path parsingSeo Sanghyeon-1/+1
2013-11-11Implement `size_hint` for RangeCorey Richardson-8/+80
2013-11-11vec: with_capacity: check for overflowCorey Richardson-1/+5
2013-11-11Clean lint on test buildCorey Richardson-2/+0
2013-11-10auto merge of #10408 : alexcrichton/rust/snapshots, r=huonwbors-188/+12
2013-11-10Enable uv pipe tests on windowsAlex Crichton-1/+5
2013-11-10Register new snapshotsAlex Crichton-188/+12
2013-11-10auto merge of #10406 : alexcrichton/rust/issue-10405, r=huonwbors-1/+0
2013-11-10Remove a debug! statement before I/O is readyAlex Crichton-1/+0
2013-11-10Fix usage of libuv for windowsAlex Crichton-7/+13
2013-11-10Another round of test fixes from previous commitsAlex Crichton-26/+25
2013-11-10Fall back from uv tty instances more aggressivelyAlex Crichton-5/+2
2013-11-10Assorted test fixes and merge conflictsAlex Crichton-4/+5
2013-11-10Rework the idle callback to have a safer interfaceAlex Crichton-21/+11
2013-11-10Add bindings to uv's utime functionAlex Crichton-4/+47
2013-11-10Clean up the remaining chunks of uvAlex Crichton-21/+23
2013-11-10Start migrating stream I/O away from ~fn()Alex Crichton-2/+0
2013-11-10Remove usage of ~fn from the schedulerAlex Crichton-3/+2
2013-11-10Remove usage of ~fn() from uv async/idleAlex Crichton-18/+31
2013-11-10temporarily disable tests on android and tagging issue number #10380Young-il Choi-99/+7
2013-11-10temporarily disable tests on android and tagging issue number #10379Young-il Choi-0/+1
2013-11-10temporarily disable tests on android and tagging issue number #10378Young-il Choi-3/+3
2013-11-10disable tests on android since tcp/ip permission cannot be acquired without h...Young-il Choi-0/+1
2013-11-09auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet...bors-1/+12
2013-11-09auto merge of #10368 : tautologico/rust/default_pkgid, r=catamorphismbors-0/+1
2013-11-09auto merge of #10359 : tomassedovic/rust/typeid-iterbytes, r=pcwaltonbors-0/+15
2013-11-08auto merge of #10358 : cmr/rust/mmap++, r=alexcrichtonbors-3/+49
2013-11-09std: os: Document MemoryMapCorey Richardson-3/+49
2013-11-08make DeepClone inherit from CloneDaniel Micay-1/+1
2013-11-08add `clone_from` and `deep_clone_from`Daniel Micay-2/+70
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-1/+12
2013-11-08Implement IterBytes for TypeIdTomas Sedovic-0/+15
2013-11-08Specify package_id for rust libs, to avoid spurious warningsAndrei Formiga-0/+1
2013-11-08auto merge of #10344 : brson/rust/atomiccopy, r=alexcrichtonbors-14/+20
2013-11-07auto merge of #10341 : willingc/rust/minor-docfix, r=huonwbors-1/+1
2013-11-07auto merge of #10333 : huonw/rust/ascii, r=alexcrichtonbors-15/+18
2013-11-07std: Make atomic types non-copyable. Closes #8380Brian Anderson-14/+20
2013-11-07Edited comment for docs to show std::io is deleted and replaced by std::rt::ioCarol Willing-1/+1
2013-11-08std::ascii: Provide a copyless [Ascii] -> str method.Huon Wilson-15/+18
2013-11-06auto merge of #10322 : thestinger/rust/no_freeze, r=alexcrichtonbors-21/+24
2013-11-07add `from_send` to Rc, since #9509 is fixedDaniel Micay-21/+24
2013-11-06Register new snapshotsAlex Crichton-170/+10