about summary refs log tree commit diff
path: root/src/libstd/dynamic_lib.rs
AgeCommit message (Expand)AuthorLines
2015-07-01Add netbsd amd64 supportAlex Newman-0/+2
2015-06-27std: Fix Windows XP compatibilityAlex Crichton-1/+1
2015-06-17std: Split the `std_misc` featureAlex Crichton-1/+3
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+2
2015-04-27std: Prepare for linking to muslAlex Crichton-1/+3
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-22Remove stale commentTamir Duberstein-8/+0
2015-04-21Test fixes and rebase conflicts, round 1Alex Crichton-7/+2
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-1/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+1
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
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