about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-06-29rustuv: Don't zero-out data on clonesAlex Crichton-1/+41
2014-06-29rand: Small fix in parameter namePiotr Jawniak-5/+5
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-123/+135
2014-06-28Rename all raw pointers as necessaryAlex Crichton-122/+135
2014-06-28librustc: Match trait self types exactly.Patrick Walton-4/+9
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-27auto merge of #15206 : omasanori/rust/use-reexported, r=alexcrichtonbors-10/+10
2014-06-27std::io: Use re-exported pathes in examples.OGINO Masanori-10/+10
2014-06-26auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brsonbors-2/+13
2014-06-26rustrt: Reorganize task usageAlex Crichton-2/+13
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-25Register new snapshotsAlex Crichton-1/+0
2014-06-25Fix wrong type name: IoError<()> -> IoResult<()>Alexei Sholik-1/+1
2014-06-25Fix a typo in fmt.rsAlexei Sholik-2/+2
2014-06-24Test fixes from the rollupAlex Crichton-0/+4
2014-06-24std: Add stability attributes to primitive numeric modulesBrian Anderson-0/+24
2014-06-24core: Add stability attributes to CloneBrian Anderson-0/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-148/+148
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+4
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+4
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-2/+3
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-21std: inline many of the Writer/Reader methodsErick Tryzelaar-0/+127
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-2/+4
2014-06-20auto merge of #15047 : brson/rust/taskdocs, r=huonwbors-9/+25
2014-06-19std::sync::TaskPool: Improve module documentationAlexandre Gagnon-13/+17
2014-06-19std: Update std::task docs to reflect modern timesBrian Anderson-9/+25
2014-06-18Revert bytes!() docstring change, and fix a typo.Simon Sapin-1/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-239/+209
2014-06-18Revamp TaskBuilder APIAaron Turon-381/+460
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-1/+1
2014-06-18auto merge of #14984 : thestinger/rust/libc, r=alexcrichtonbors-6/+5
2014-06-18std: Remove dual export of `Show`Alex Crichton-1/+1
2014-06-18fix signatures of mmap-related functions from libcDaniel Micay-6/+5
2014-06-16std: Chunk writing to stdout on windowsAlex Crichton-4/+15
2014-06-16std: Don't fail the task when a Future is droppedAlex Crichton-1/+27
2014-06-16Move `num_cpus` from `std::rt::util` to `std::os`. Closes #14707Jorge Aparicio-13/+16
2014-06-16auto merge of #14781 : alexcrichton/rust/issue-14724, r=brsonbors-26/+76
2014-06-16std: Improve pipe() functionalityAlex Crichton-26/+76
2014-06-16std: Support consuming a Process without waitingAlex Crichton-0/+23
2014-06-16auto merge of #14900 : alexcrichton/rust/snapshots, r=huonwbors-86/+36
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-11/+211
2014-06-15Register new snapshotsAlex Crichton-86/+36
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-4/+0
2014-06-14Register new snapshotsAlex Crichton-8/+1
2014-06-13Rolling up PRs in the queueAlex Crichton-7/+12
2014-06-13librustc: Forbid `transmute` from being called on types whose size isPatrick Walton-1/+1
2014-06-13std: Rebase better errors on masterAlex Crichton-7/+11
2014-06-13Improve error messages for io::fsYehuda Katz-64/+244
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-82/+54