summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-04-29process:exit -> process::exit in mem::forget docsNathan Moos-1/+1
2017-04-29Simplify `checked_next_power_of_two` functionIrfan Hudda-6/+1
2017-04-28fmt: use mem::uninitialized for float formatting buffersNathan Froyd-22/+34
2017-04-28fmt: use the minimum parts array sizeNathan Froyd-4/+4
2017-04-28fmt: reduce the stack space required by float formattingNathan Froyd-16/+66
2017-04-28num: add minimal benchmarks for full floating-point formattingNathan Froyd-0/+24
2017-04-29Add comment about overflow behavior for next_power_of_twoIrfan Hudda-0/+3
2017-04-28Add helper functions for `next_power_of_two` and `checked_next_power_of_two`Irfan Hudda-10/+14
2017-04-28Explain why zero-length slices require a non-null pointerHenri Sivonen-3/+10
2017-04-26Rollup merge of #41493 - scottmcm:fix-step-replace, r=sfacklerAriel Ben-Yehuda-6/+46
2017-04-25Rollup merge of #41528 - steveklabnik:gh33269, r=frewsxcvCorey Farwell-2/+3
2017-04-25Clarify "side effect" in peek's docssteveklabnik-2/+3
2017-04-24Add more explanation on RefCell::get_mutGuillaume Gomez-0/+9
2017-04-24change wordingDjzin-1/+1
2017-04-23Step::replace_one should put a one, not a zero (Issue #41492)Scott McMurray-6/+46
2017-04-23Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichtonbors-325/+74
2017-04-21Auto merge of #41349 - eddyb:ty-contents, r=nikomatsakisbors-0/+17
2017-04-20Remove float_extrasJosh Stone-162/+71
2017-04-20Remove num::{Zero,One}Josh Stone-74/+3
2017-04-20Remove RefCell::borrow_stateJosh Stone-46/+0
2017-04-20Remove {Cell,RefCell}::as_unsafe_cellJosh Stone-43/+0
2017-04-20Rollup merge of #40987 - maccoda:convert-docs, r=steveklabnikCorey Farwell-50/+133
2017-04-20remove redundant wrapping_subIrfan Hudda-1/+1
2017-04-20rustc: replace interior_unsafe with a Freeze trait.Eduard-Mihai Burtescu-0/+17
2017-04-19next_power_of_two panic on overflowIrfan Hudda-2/+8
2017-04-18Fix a few stability attributesOliver Middleton-5/+5
2017-04-18Improve documentation of next_power_of_twoIrfan Hudda-1/+3
2017-04-17Rollup merge of #41262 - jonhoo:compiler-barrier-rename, r=alexcrichtonCorey Farwell-6/+6
2017-04-18Address review commentsDylan Maccora-24/+19
2017-04-15Auto merge of #39881 - king6cong:sys, r=japaricbors-5/+5
2017-04-15code formatking6cong-5/+5
2017-04-14Rollup merge of #41125 - lukaramu:std-hash-docs, r=frewsxcvCorey Farwell-33/+164
2017-04-14Use associated constants in core::num::dec2fltRobin Kruppe-152/+99
2017-04-13Rename compiler_barrier to compiler_fenceJon Gjengset-6/+6
2017-04-11Rollup merge of #41216 - shahn:iter_pos, r=steveklabnikCorey Farwell-2/+6
2017-04-11Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichtonCorey Farwell-22/+131
2017-04-11Clarify Iterator::position docSebastian Hahn-2/+6
2017-04-11Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichtonbors-8/+34
2017-04-10Auto merge of #40565 - estebank:binops-help, r=arielb1bors-0/+22
2017-04-10Explicit help message for binop type missmatchEsteban Küber-0/+22
2017-04-10Fixed indent, grammar, and link in std::hash docslukaramu-4/+4
2017-04-10Auto merge of #41179 - mandeep:add-fmtresult-example, r=frewsxcvbors-1/+24
2017-04-09Added doc comments for fmt::Resultmandeep-1/+24
2017-04-09Reduce str transmutes, add mut versions of methods.Clar Charr-8/+34
2017-04-09into_inner to associated functionSimonas Kazlauskas-2/+19
2017-04-09 Replace the `forget` intrinsic with ManuallyDropSimonas Kazlauskas-4/+6
2017-04-09Move away from the ad-hoc NoDrop unionsSimonas Kazlauskas-18/+12
2017-04-09Implement Manually DropSimonas Kazlauskas-0/+96
2017-04-09Auto merge of #41154 - bluss:slice-rfind, r=alexcrichtonbors-0/+27
2017-04-08Auto merge of #41092 - jonhoo:std-fence-intrinsics, r=alexcrichtonbors-0/+41