about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-16Call write_fmt directly to format an Arguments value.Ryan Prichard-2/+2
2015-04-11Change the rt::unwind line argument type from usize to u32.Ryan Prichard-4/+21
2015-04-08std: Destabilize the internals of panic!Alex Crichton-3/+0
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-1/+1
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-1/+1
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-1/+1
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-1/+1
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-3/+2
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-9/+5
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-26/+26
2015-03-24rollup merge of #23630: nrc/coerce-tidyAlex Crichton-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-21std: Tweak rt::at_exit behaviorAlex Crichton-35/+46
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+0
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-21/+23
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-21/+23
2015-03-20Remove rt::default_sched_threads and RUST_THREADS.Steve Klabnik-24/+1
2015-03-18Register new snapshotsAlex Crichton-3/+0
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-66/+7
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-3/+1
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