summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-11-12io: benchmarks for creation of the various Buffered objectsCorey Richardson-0/+42
2013-11-12auto merge of #10423 : alexcrichton/rust/move-io, r=pcwaltonbors-141/+152
2013-11-12auto merge of #10435 : jayanderson/rust/docs, r=huonwbors-2/+131
2013-11-11Move std::rt::io to std::ioAlex Crichton-141/+152
2013-11-11Use constants instead of raw values.Jay Anderson-4/+2
2013-11-11auto merge of #10424 : alexcrichton/rust/optimize-buffered, r=brsonbors-2/+13
2013-11-11Got directions backwards in to_degrees and to_radians docs.Jay Anderson-2/+2
2013-11-11Add docs for traits Exponential, Hyperbolic, BitCount.Jay Anderson-2/+44
2013-11-11Update docs for Fractional, Algebraic, Round, and Trigonometric traits.Jay Anderson-0/+89
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