about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-12-21Rollup merge of #67462 - DutchGhost:const_slice_from_raw_parts, r=dtolnayMazdak Farrokhzad-2/+18
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-87/+87
2019-12-21Fix src/libcore/str/mod.rs doc commentsBroono Lu-1/+1
2019-12-21Remove iter_private.rsMasaki Hara-17/+0
2019-12-21Add a big notice about const intrinsicsOliver Scherer-0/+16
2019-12-20Require const stability attributes on intrinsics to be able to use them in co...Oliver Scherer-1/+31
2019-12-20Rollup merge of #67163 - TheSamsa:split-up-ptr-mod, r=Mark-SimulacrumMazdak Farrokhzad-1691/+1685
2019-12-20Make ptr::slice_from_raw_parts a const fn available under a feature flagDodo-2/+18
2019-12-19Rollup merge of #67436 - NieDzejkob:todo-stabilization-fix, r=alexcrichtonMark Rousskov-1/+1
2019-12-19Rollup merge of #67253 - elichai:2019-12-fmt, r=Dylan-DPCMark Rousskov-44/+76
2019-12-19Correct the todo! stabilization versionJakub Kądziołka-1/+1
2019-12-19doc: minus (U+2212) instead of dash (U+002D) for negative infinityTrevor Spiteri-2/+2
2019-12-19Split up ptr/mod.rs in libcore, one with implementation detail for const ptr ...Christoph Schmidler-1691/+1685
2019-12-18Propagate cfg bootstrapMark Rousskov-513/+159
2019-12-16Rollup merge of #67349 - petertodd:2019-unsize-docs, r=CentrilMazdak Farrokhzad-1/+1
2019-12-16Rollup merge of #67322 - lzutao:nonzero-use-self, r=joshtriplettMazdak Farrokhzad-3/+3
2019-12-16Rollup merge of #67249 - ranma42:improve-starts-with-literal-char, r=BurntSushiMazdak Farrokhzad-15/+48
2019-12-16Add benchmarks for `start_with` and `ends_with`Andrea Canciani-0/+44
2019-12-16Minor: update Unsize docs for dyn syntaxPeter Todd-1/+1
2019-12-16Rollup merge of #67317 - lcnr:type_name_docs, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-12-16Rollup merge of #66771 - SimonSapin:panic-stability, r=KodrAusMazdak Farrokhzad-8/+10
2019-12-16Rollup merge of #66735 - SOF3:feature/str_strip, r=KodrAusMazdak Farrokhzad-1/+72
2019-12-16Rollup merge of #66570 - lzutao:stabilize-result-map_or, r=Dylan-DPCMazdak Farrokhzad-2/+1
2019-12-15Replace prints in fmt docs with assertsElichai Turkel-38/+64
2019-12-15use Self alias in place of macrosLzu Tao-3/+3
2019-12-15fix doc commentlcnr/Bastian Kauschke-1/+1
2019-12-15Set tracking issue for str_stripSOFe-2/+2
2019-12-15Rollup merge of #67305 - kappa:patch-1, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-12-14Doc typoAlex Kapranoff-1/+1
2019-12-14Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen...bors-16/+108
2019-12-14Revert "Stabilize the `never_type`, written `!`."Niko Matsakis-10/+10
2019-12-14Revert "Redefine `core::convert::Infallible` as `!`."Niko Matsakis-7/+99
2019-12-14Auto merge of #67136 - oli-obk:const_stability, r=Centrilbors-24/+463
2019-12-13Rollup merge of #67280 - shalzz:patch-1, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-12-13docs: std::convert::From: Fix typoShaleen Jain-1/+1
2019-12-13The constness of 128 bit atomics will be stabilized together with the atomicsOliver Scherer-2/+2
2019-12-13be explicit that mem::uninitialized is the same as MaybeUninit::uninit().assu...Ralf Jung-1/+5
2019-12-13Address review commentsOliver Scherer-65/+0
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-23/+527
2019-12-13Reuse the `staged_api` feature for `rustc_const_unstable`Oliver Scherer-1/+1
2019-12-12Minor cleanup in `Pattern::{is_prefix_of,is_suffix_of}` for `char`Andrea Canciani-4/+2
2019-12-12Change fmt docs for more delegationsElichai Turkel-6/+12
2019-12-12Prefer encoding the char when checking for string prefix/suffixAndrea Canciani-10/+4
2019-12-12Rollup merge of #67237 - llogiq:improve-str, r=Dylan-DPCYuki Okushi-16/+6
2019-12-11Improve `str` prefix/suffix comparisonAndrea Canciani-5/+2
2019-12-11Some small readability improvementsAndre Bogus-16/+6
2019-12-11Auto merge of #65345 - davidtwco:issue-64130-async-send-sync-error-improvemen...bors-0/+2
2019-12-11Rollup merge of #67174 - kraai:remove-checked_add, r=rkruppeMazdak Farrokhzad-2/+5
2019-12-11Rollup merge of #66881 - krishna-veerareddy:issue-66780-bool-ord-optimization...Mazdak Farrokhzad-1/+19
2019-12-10Add better documentation for unsafe blockKrishna Sai Veera Reddy-1/+1