about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-11-11Implement `size_hint` for RangeCorey Richardson-8/+80
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-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-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
2013-11-06auto merge of #10289 : nikomatsakis/rust/issue-10157-TypeContents-refactor, r...bors-8/+26
2013-11-05auto merge of #10306 : alexcrichton/rust/issue-9970-better, r=huonwbors-15/+15
2013-11-05fix alignment of pthread_attr_tDaniel Micay-8/+8
2013-11-05Clarify which errors are format string errorsAlex Crichton-15/+15
2013-11-05Rename misleading contains_managed to owns_managedNiko Matsakis-8/+26
2013-11-05Move implementation for threads to RustDirkjan Bussink-37/+153
2013-11-04auto merge of #10270 : alexcrichton/rust/no-super-buffer, r=brsonbors-13/+5
2013-11-04auto merge of #10064 : luqmana/rust/vvv, r=nikomatsakisbors-0/+25
2013-11-04libsyntax/librustc: Allow calling variadic foreign functions.Luqman Aden-0/+25
2013-11-04auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakisbors-97/+93
2013-11-04Stop extra buffering when stdout isn't a ttyAlex Crichton-13/+5
2013-11-04auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmrbors-1712/+1917
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-324/+364
2013-11-03auto merge of #10251 : thestinger/rust/ptr, r=alexcritchtonbors-19/+59
2013-11-03simplify memcpy/memmove/memset intrinsicsDaniel Micay-19/+59