about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2014-06-13Cosmetic fixes & commentsValerii Hiora-3/+8
2014-06-13auto merge of #14816 : theptrk/rust/unclear-comment, r=huonwbors-1/+1
2014-06-12Basic iOS supportValerii Hiora-11/+206
2014-06-11auto merge of #14713 : darnuria/rust/Improve_std_os_documentation_#2, r=alexc...bors-76/+140
2014-06-12Improve docs and refactore std::os.Axel Viala-76/+140
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-82/+54
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-84/+51
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-6554/+322
2014-06-11auto merge of #14250 : alexcrichton/rust/gc, r=brsonbors-33/+62
2014-06-11sync: Move underneath libstdAlex Crichton-6554/+322
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-10/+9
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-34/+64
2014-06-11auto merge of #14789 : aochagavia/rust/prelude, r=alexcrichtonbors-1/+1
2014-06-10Fix unclear wording of commenttheptrk-1/+1
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-1/+1
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-5/+5
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-10Pub use CheckedDiv in the preludeAdolfo OchagavĂ­a-1/+1
2014-06-09std: adjust the TCP io doc example to work reliably.Huon Wilson-1/+6
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-18/+13
2014-06-09std: Remove the as_utf16_p functionsAlex Crichton-36/+20
2014-06-09auto merge of #14554 : kmcallister/rust/plugin_registrar, r=cmrbors-1/+2
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-1/+2
2014-06-09std: Read HOME instead of USERAlex Crichton-2/+2
2014-06-09auto merge of #14709 : alexcrichton/rust/collections, r=brsonbors-34/+34
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-14/+14