summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
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
2015-01-11powerpc: Add unwinder size REVISITRicho Healey-0/+3
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-12/+12
2015-01-11std: Remove fortune cookies from fatal runtime errorsBrian Anderson-50/+0
2015-01-08Improvements to feature stagingBrian Anderson-2/+2
2015-01-07use slicing sugarJorge Aparicio-3/+3
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-4/+12
2015-01-06Minor fallout/update FOLLOW setsCorey Richardson-4/+12
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-2/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-3/+3
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+2
2015-01-05Rename macro_escape to macro_useKeegan McAllister-0/+2