about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2017-04-08slice: Implement .rfind() for slice iterators Iter and IterMutUlrik Sverdrup-0/+27
2017-04-08Removing broken examplesDylan Maccora-24/+3
2017-04-07Replace compare_exchange with swapStjepan Glavina-8/+3
2017-04-07Optimize AtomicBool::fetch_nandStjepan Glavina-10/+27
2017-04-07improved std::hash::Hasher docslukaramu-2/+57
2017-04-06improved std::hash::Hash docslukaramu-22/+61
2017-04-06improved std::hash::BuildHasher docslukaramu-5/+33
2017-04-06rephrased std::hash::BuildHasherDefault docslukaramu-4/+13
2017-04-06Fix Markdown issues in the docsOliver Middleton-2/+3
2017-04-06Add unstable book entryJon Gjengset-1/+1
2017-04-05Rollup merge of #41037 - stjepang:move-libxtest, r=alexcrichtonCorey Farwell-6/+7667
2017-04-05Rollup merge of #41065 - jorendorff:slice-rsplit-41020, r=alexcrichtonAriel Ben-Yehuda-17/+148