about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2019-07-08Auto merge of #62473 - timvermeulen:is_sorted_by_key, r=scottmcmbors-5/+5
2019-07-08Fix Pin urls in Option documentationGuillaume Gomez-0/+4
2019-07-08Add documentation to float conversion methodsLzu Tao-20/+144
2019-07-08Add float conversions to and from bytesTobias Bucher-0/+106
2019-07-08Rollup merge of #62356 - soc:topic/contains, r=CentrilMazdak Farrokhzad-0/+78
2019-07-08add key and value methods to DebugMapAshley Mannix-25/+227
2019-07-07Only call the closure parameter of Iterator::is_sorted_by_key once per itemTim Vermeulen-5/+5
2019-07-07Auto merge of #62435 - scottmcm:constrained-array-impls, r=centrilbors-0/+321
2019-07-07Use const generics for array impls, restricted to 0..=32Scott McMurray-0/+321
2019-07-07Implement Option::contains, Result::contains and Result::contains_errSimon Ochsenreither-0/+78
2019-07-07Stablize Euclidean Modulo (feature euclidean_division)CrLF0710-33/+16
2019-07-07Rollup merge of #62379 - GuillaumeGomez:option-doc-links, r=QuietMisdreavusMazdak Farrokhzad-10/+22
2019-07-07Rollup merge of #61990 - llogiq:questionmark-test, r=QuietMisdreavusMazdak Farrokhzad-4/+7
2019-07-06Rollup merge of #62243 - petrochenkov:macrodoc, r=eddybMazdak Farrokhzad-91/+629
2019-07-06Rollup merge of #60081 - pawroman:cleanup_unicode_script, r=varkorMazdak Farrokhzad-352/+740
2019-07-06Improve documentation for built-in macrosVadim Petrochenkov-76/+614
2019-07-06`#[rustc_doc_only_macro]` -> `#[rustc_builtin_macro]`Vadim Petrochenkov-16/+16
2019-07-05Wrap lineChris Gregory-1/+2
2019-07-05Add messages to Option and Result must_use for is_*Chris Gregory-4/+4
2019-07-05Do not use pointer alignment on unsupported platformsJustin Ridgewell-1/+1