about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-1/+2
2015-03-23rollup merge of #23641: steveklabnik/gh23632Alex Crichton-5/+5
2015-03-23rollup merge of #23634: WiSaGaN/bugfix/fix_dead_linkAlex Crichton-1/+1
2015-03-23rollup merge of #23633: tomjakubowski/rustdoc-array-primAlex Crichton-1/+5
2015-03-23rollup merge of #23557: aturon/rfc-909Alex Crichton-15/+8
2015-03-23Add generic conversion traitsAaron Turon-0/+3
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-23rustdoc: Support for "array" primitiveTom Jakubowski-1/+5
2015-03-23Implement RFC 909: move thread_local into threadAaron Turon-15/+8
2015-03-23Clarify that slices don't just point to arraysSteve Klabnik-5/+5
2015-03-23Fix dead link for std::sync::mpsc.Wangshan Lu-1/+1
2015-03-18Rollup merge of #23392 - WiSaGaN:bugfix/fix_deprecate_link, r=ManishearthManish Goregaokar-4/+4
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1
2015-03-15Fix deprecated `comm` link.Wangshan Lu-4/+4
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+1
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-2/+3
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-1/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-1/+2
2015-03-06Use `#[allow_internal_unstable]` for `thread_local!`Huon Wilson-0/+1
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-1/+1
2015-03-02Readd int_uint feature to libstdSimonas Kazlauskas-0/+1
2015-03-01Remove int/uint from libstd/lib.rsGuillaume Gomez-2/+0
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-1/+1
2015-03-01Fix errors, remove unused filesGuillaumeGomez-1/+1
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-0/+1
2015-02-23Test fixes and rebase conflictsAlex Crichton-0/+1
2015-02-20make int/uint modules just re-exportsAlexis-2/+2
2015-02-20try to reduce bajillion warningsAlexis-2/+1
2015-02-18Stabilize std::borrowAaron Turon-1/+1
2015-02-17Register new snapshotsAlex Crichton-10/+0
2015-02-15Rollup merge of #22347 - iKevinY:std-lib-panicking, r=brsonManish Goregaokar-1/+1
2015-02-13Add std::processAaron Turon-0/+1
2015-02-13Rename std::failure to std::panickingKevin Yap-1/+1
2015-02-11rollup merge of #22015: alexcrichton/netv2Alex Crichton-0/+1
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+1
2015-02-11rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flagAlex Crichton-1/+3
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-2/+3
2015-02-11Feature-gate the `#[unsafe_no_drop_flag]` attribute.Felix S. Klock II-1/+3
2015-02-10Auto merge of #21936 - alexcrichton:fsv2, r=aturonbors-0/+1
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+1
2015-02-07Make std::fmt a simple re-export from collectionsKeegan McAllister-1/+1
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-6/+8
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-1/+1
2015-02-03rollup merge of #21835: alexcrichton/iov2Alex Crichton-3/+3
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-1/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-0/+1
2015-02-03std: Add `io` module againAlex Crichton-3/+3
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-2/+1