about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-07-15Rollup merge of #62689 - 0e4ef622:patch-1, r=XanewokMark Rousskov-1/+1
2019-07-15Rollup merge of #62662 - DutchGhost:fix_space, r=sfacklerMark Rousskov-6/+6
2019-07-15Rollup merge of #62639 - immunant:invariant_valistimpl, r=eddybMark Rousskov-5/+8
2019-07-15Rollup merge of #62634 - llogiq:uninit-array-docs, r=RalfJungMark Rousskov-5/+7
2019-07-15Rollup merge of #62533 - GuillaumeGomez:missing-urls-CannotReallocInPlace, r=...Mark Rousskov-2/+5
2019-07-15Rollup merge of #62491 - GuillaumeGomez:fix-pin-urls-for-option, r=QuietMisdr...Mark Rousskov-0/+4
2019-07-15Rollup merge of #62103 - RalfJung:debug-assert, r=alexcrichtonMark Rousskov-4/+35
2019-07-15Fix typo in RawWaker::new documentation0e4ef622-1/+1
2019-07-15Add debug assertions to write_bytes and copy*Valentin Tolmer-4/+35
2019-07-15Add rtm and f16c features to libcoregnzlbg-0/+2
2019-07-15Update the stdarch submodulegnzlbg-2/+2
2019-07-14Make VaListImpl<'f> invariant over the 'f lifetimeAndrei Homescu-5/+8
2019-07-14Less unsafe in the array example of MaybeUninit docsAndre Bogus-5/+7
2019-07-14better commentsRalf Jung-3/+4
2019-07-13add spaces in front of trait requirementsDodo-6/+6
2019-07-13explain how to search without owned dataRalf Jung-0/+8
2019-07-12allow clippy::unreadable_literal in unicode tablesAndy Russell-4/+4
2019-07-12Regenerate character tables for Unicode 12.1Josh Stone-734/+765
2019-07-12Update unicode scripts for the current coding styleJosh Stone-5/+5
2019-07-12Rollup merge of #62599 - RalfJung:uninit, r=cramertjMazdak Farrokhzad-1/+1
2019-07-12Rollup merge of #62431 - czipperz:add-messages-to-must-use-is_-methods, r=sco...Mazdak Farrokhzad-4/+5
2019-07-12Add tracking issue 62633Josh Stone-2/+2
2019-07-11move mem::uninitialized deprecation back by 1 release, to 1.39Ralf Jung-1/+1
2019-07-11Make cold unwraps take &dyn DebugJosh Stone-8/+8
2019-07-11Add Option::expect_none(msg) and unwrap_none()Josh Stone-1/+94
2019-07-10Implement Unpin for all raw pointersSteven Fackler-0/+6
2019-07-11Rollup merge of #62557 - taiki-e:typo, r=CentrilMazdak Farrokhzad-1/+2
2019-07-11Rollup merge of #62476 - petrochenkov:expref, r=matthewjasperMazdak Farrokhzad-2/+5
2019-07-11Rollup merge of #61665 - aschampion:slice-eq-ptr, r=sfacklerMazdak Farrokhzad-6/+17
2019-07-11hygiene: Fix wording of desugaring descriptionsVadim Petrochenkov-2/+2
2019-07-11Remove unnecessary expansions created by `#[test_case/test/bench]`Vadim Petrochenkov-0/+3
2019-07-10Rollup merge of #62493 - Freyskeyd:valid_example_read-write_unaligned, r=rkruppeMazdak Farrokhzad-0/+32
2019-07-10Rollup merge of #62481 - czipperz:iterator-last-nth-use-for_each, r=scottmcmMazdak Farrokhzad-3/+1
2019-07-10Fix typo in libcore/intrinsics.rsTaiki Endo-1/+2
2019-07-09Use fold in Iterator::lastChris Gregory-3/+1
2019-07-10Rollup merge of #62278 - cuviper:iter-partition, r=alexcrichtonMazdak Farrokhzad-0/+138
2019-07-09Tracking issue 62544 for iter_is_partitionedJosh Stone-1/+1
2019-07-09Tracking issue 62543 for iter_partition_in_placeJosh Stone-1/+1
2019-07-09Implement DoubleEndedIterator for iter::{StepBy, Peekable, Take}Tim Vermeulen-13/+296
2019-07-09Unit test Iterator::partition_in_place and is_partitionedJosh Stone-0/+38
2019-07-09Return the true count from partition_in_placeJosh Stone-6/+35
2019-07-09Rename partition_mut to partition_in_placeJosh Stone-8/+8
2019-07-09Capitalize example commentJosh Stone-1/+1
2019-07-09Add Iterator::partition_mut() and is_partitioned()Josh Stone-0/+71
2019-07-09Apply suggestions from code reviewAleksey Kladov-3/+3
2019-07-09doc(ptr): add example for {read,write}_unalignedFreyskeyd-0/+32
2019-07-09Add missing links for CannotReallocInPlace typeGuillaume Gomez-2/+5
2019-07-09clarify that debug_assert does not completely omits the codeAleksey Kladov-6/+6
2019-07-09Rollup merge of #60458 - KodrAus:debug_map_entry, r=alexcrichtonMazdak Farrokhzad-25/+229
2019-07-09add feature to docsAshley Mannix-0/+2