about summary refs log tree commit diff
path: root/src/libstd/dynamic_lib.rs
AgeCommit message (Expand)AuthorLines
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-27Test fixes and rebase conflicts, round 3Alex Crichton-1/+1
2015-03-27Test fixes and rebase conflicts, round 2Alex Crichton-2/+0
2015-03-27Updated std::dynamic_lib to use std::path.Aaron Weiss-27/+25
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-4/+5
2015-03-18Register new snapshotsAlex Crichton-8/+5
2015-03-16preemptively fix windows compilation errorsJorge Aparicio-0/+2
2015-03-12Stabilize std::pathAaron Turon-0/+1
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-1/+2
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+2
2015-02-18std: Implement CString-related RFCsAlex Crichton-4/+4
2015-02-11bitrig integrationDave Huseby-0/+2
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-1/+1
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-1/+0
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-14/+6
2015-02-01std: Add a new `env` moduleAlex Crichton-14/+6
2015-02-01openbsd: remove specific block and cleanup linkageSébastien Marie-12/+0
2015-02-01openbsd supportSébastien Marie-3/+16
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-19std::dynamic_lib: Fix Windows error handlingklutzy-43/+98
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-05More test fixes!Alex Crichton-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-23/+18
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-4/+6
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-17/+3
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-3/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-2/+2
2014-12-13libstd: add missing importsJorge Aparicio-0/+1
2014-12-13libstd: use unboxed closuresJorge Aparicio-2/+7
2014-12-09rollup merge of #19653: frewsxcv/rm-reexportsAlex Crichton-0/+3
2014-12-08Remove Result and Option reexportsCorey Farwell-0/+3
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+7
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-12-05Fall out of the std::sync rewriteAlex Crichton-2/+2
2014-11-26/*! -> //!Steve Klabnik-7/+3
2014-11-25Fallout from stabilizationAaron Turon-2/+2
2014-11-20Make most of std::rt privateAaron Turon-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-3/+3
2014-11-01collections: Remove all collections traitsAlex Crichton-2/+0
2014-10-30Test fixes and rebase conflictsAlex Crichton-0/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-5/+5