about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-03Switched to Box::new in many places.Felix S. Klock II-3/+3
2015-03-03sidestep potential over- and underflow in estimated stack bounds.Felix S. Klock II-1/+15
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-5/+7
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+5
2015-02-18std: Implement CString-related RFCsAlex Crichton-4/+5
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-5/+5
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-2/+2
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-5/+5
2015-02-17Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonbors-4/+4
2015-02-17Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonManish Goregaokar-4/+4
2015-02-17Rollup merge of #22374 - richo:warn-fixup, r=huonwManish Goregaokar-1/+0
2015-02-15lint: fixup extraneous #[allow]Richo Healey-1/+0
2015-02-13Rename std::failure to std::panickingKevin Yap-3/+3
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-4/+4
2015-02-11bitrig integrationDave Huseby-0/+5
2015-02-11rollup merge of #22188: alexcrichton/envv2Alex Crichton-3/+3
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-3/+3
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-0/+2
2015-02-06Rollup merge of #21924 - steveklabnik:fix_try_docs, r=huonwManish Goregaokar-2/+2
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-4/+0
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-4/+0
2015-02-04Fix issue with rt::unwind::try() docsSteve Klabnik-2/+2
2015-02-04Fix Unicode name manglingP1start-8/+8
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-4/+4
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-8/+9
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-02-02register snapshotsJorge Aparicio-2/+2
2015-02-01std: Add a new `env` moduleAlex Crichton-8/+9
2015-02-01openbsd supportSébastien Marie-3/+4
2015-01-30Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-2/+2
2015-01-30std: Stabilize FromStr and parseAlex Crichton-2/+2
2015-01-30lint: Add test for no_mangleRicho Healey-7/+3
2015-01-29rt: allow unexported functionsRicho Healey-0/+9
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-22Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnikSteve Klabnik-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-17Refine wording of Thread::panickingSimonas Kazlauskas-1/+1
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-0/+3
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-3/+3
2015-01-13auto merge of #20944 : brson/rust/weve-met-with-a-terrible-fate-havent-we, r=...bors-50/+0
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-3/+3