about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-09-01Rollup merge of #53781 - matthiaskrgr:fix_any_bench, r=kennytmkennytm-1/+1
2018-09-01rebaseTim-56/+503
2018-09-01Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkorbors-0/+28
2018-09-01Update to a new pinning API.Without Boats-96/+258
2018-08-31Auto merge of #53755 - llogiq:fix-unsound-16bit-range, r=nagisabors-2/+10
2018-08-31use cfg(rustdoc) instead of cfg(dox) in std and friendsQuietMisdreavus-1/+1
2018-08-31fix doctestsRalf Jung-4/+8
2018-08-31(un)alignedRalf Jung-2/+2
2018-08-31apply feedbackRalf Jung-20/+28
2018-08-31turn ptr type method docs into links to docs of free functions, to avoid dupl...Ralf Jung-433/+44
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-0/+28
2018-08-30Rollup merge of #53785 - tbu-:pr_comment, r=Mark-SimulacrumPietro Albini-6/+1
2018-08-30Rollup merge of #53476 - GuillaumeGomez:try-from-int-error-partial-eq, r=KodrAusPietro Albini-1/+1
2018-08-30Rollup merge of #51760 - GuillaumeGomez:add-another-partialeq-example, r=Quie...Pietro Albini-1/+84
2018-08-30fix exampleRalf Jung-2/+1
2018-08-30fix exampleRalf Jung-2/+3
2018-08-30improve volatile commentsRalf Jung-4/+4
2018-08-30avoid shadowing; fix examplesRalf Jung-4/+4
2018-08-30address remaining remarks and add example for dropping unaligned dataRalf Jung-7/+35
2018-08-30apply commentsRalf Jung-18/+23
2018-08-30clarify ZST commentRalf Jung-16/+16
2018-08-30fix u32 steps_between for 16-bit systemsAndre Bogus-2/+10
2018-08-30Added feature attribute to example code in map_or_else docIsaac van Bakel-0/+1
2018-08-29Corrected type variable output T -> U in Result::map_or_elseIsaac van Bakel-1/+1
2018-08-29Corrected feature status of Result::map_or_elseIsaac van Bakel-1/+1
2018-08-29Corrected bad typing in Result::map_or_else docIsaac van Bakel-2/+2
2018-08-29clarify that these are preliminary guaranteesRalf Jung-5/+4
2018-08-29Fix a comment in src/libcore/slice/mod.rsTobias Bucher-6/+1
2018-08-29edit docs a littleRalf Jung-27/+49
2018-08-29Corrected feature name for map_or_elseIsaac van Bakel-1/+1
2018-08-29bench: libcore: fix build failure of any.rs benchmark (use "dyn Any")Matthias Krüger-1/+1
2018-08-29Resolve null/ZST conflict correctly (whoops)Dylan MacKenzie-4/+3
2018-08-29Add a list of known facts re: validityDylan MacKenzie-9/+26
2018-08-29You can't make an omlette without breaking a few linksDylan MacKenzie-1/+1
2018-08-29Incorporate RalfJung's suggestionsDylan MacKenzie-52/+49
2018-08-29Redefine range validityDylan MacKenzie-30/+27
2018-08-29Remove definiton of valid pointerDylan MacKenzie-7/+14
2018-08-29Fix off-by-one error when specifying a valid rangeDylan MacKenzie-7/+7
2018-08-29Reword module level docs re: alignmentDylan MacKenzie-4/+4
2018-08-29Update docs for `swap_nonoverlapping`Dylan MacKenzie-3/+19
2018-08-29Fix unused variable warning in doctestDylan MacKenzie-0/+1
2018-08-29Fix failing doctestsDylan MacKenzie-4/+4
2018-08-29Mention alignment in top-level docsDylan MacKenzie-5/+11
2018-08-29Rewrite docs for `std::ptr`Dylan MacKenzie-102/+497
2018-08-29Implemented map_or_else for Result<T, E>Isaac van Bakel-0/+29
2018-08-28Add partialeq implementation for TryFromIntError typeGuillaume Gomez-1/+1
2018-08-28stabilize slice_align_toRalf Jung-9/+8
2018-08-27Auto merge of #53227 - nivkner:pin_move, r=RalfJungbors-153/+172
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-25Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAusbors-5/+1