about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
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
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+0
2015-02-02register snapshotsJorge Aparicio-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-0/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-15/+13
2015-01-30rollup merge of #21704: FlaPer87/macro-reexportAlex Crichton-1/+1
2015-01-30fixes after rebaseJorge Aparicio-1/+0
2015-01-30fix falloutJorge Aparicio-0/+5
2015-01-30Change from core::ops::RangeFull to std::opsNick Cameron-1/+0
2015-01-29Feature gate macro_reexport. Fixes #20906Flavio Percoco-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-3/+4
2015-01-26std: Rename io to old_ioAlex Crichton-3/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+1
2015-01-23grandfathered -> rust1Brian Anderson-2/+2
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-0/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+7
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1