about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-07-08Rollup merge of #86956 - cuviper:unalias-every, r=m-ou-seYuki Okushi-1/+0
2021-07-08Move [debug_]assert_matches to mod {core, std}::assert.Mara Bos-6/+21
2021-07-07Revert "Add "every" as a doc alias for "all"."Josh Stone-1/+0
2021-07-07Fix typo in `ops::Drop` docsSwordelf2-1/+1
2021-07-07Check FromIterator trait impl in prelude collision check.Mara Bos-0/+1
2021-07-07special case for integer log10Trevor Spiteri-3/+144
2021-07-07Rollup merge of #86906 - juniorbassani:update-sync-docs, r=yaahcYuki Okushi-2/+6
2021-07-07Rollup merge of #86717 - rylev:rename, r=nikomatsakisYuki Okushi-1/+2
2021-07-07Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-seYuki Okushi-0/+376
2021-07-06Link tracking issue for pin_deref_mutJon Gjengset-1/+1
2021-07-06Add s to non_fmt_panicRyan Levick-2/+2
2021-07-06Change or_patterns_back_compat lint to rust_2021_incompatible_or_patternsRyan Levick-0/+1
2021-07-06Fix typo in core::sync::atomic::compiler_fence exampleJúnior Bassani-1/+1
2021-07-06Replace deprecated compare_and_swap by compare_exchange_weak in core::sync::a...Júnior Bassani-1/+5
2021-07-06Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplettYuki Okushi-3/+0
2021-07-06Rollup merge of #85377 - ijackson:abort-docs, r=m-ou-seYuki Okushi-2/+8
2021-07-05Auto merge of #84560 - cjgillot:inline-iter, r=m-ou-sebors-0/+1
2021-07-05Use american spelling for behaviourMara Bos-1/+1
2021-07-05Talk about "terminate" rather than "die"Ian Jackson-1/+1
2021-07-05Talk about invalid instructions rather than debug trapsIan Jackson-2/+2
2021-07-05abort docs: Do not claim that intrinsics::abort is always a debug trapIan Jackson-1/+3
2021-07-05aborts: Clarify documentation and commentsIan Jackson-2/+6
2021-07-04Auto merge of #86598 - yoshuawuyts:poll-method-docs, r=JohnTitorbors-7/+100
2021-07-04Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieubors-120/+153
2021-07-04Auto merge of #86213 - jhpratt:stabilize-const-from_utf8_unchecked, r=JohnTitorbors-1/+1
2021-07-03Remove the deprecated `core::raw` and `std::raw` module.Charles Lew-91/+0
2021-07-02core: add unstable `no_fp_fmt_parse` to disable float fmt/parse codeGary Guo-0/+23
2021-07-02optimize chunks and chunks_mutThe8472-13/+11
2021-07-03Rollup merge of #86308 - bstrie:intrinsafe, r=JohnTitorYuki Okushi-0/+165
2021-07-02Rollup merge of #86797 - inquisitivecrystal:bound-cloned, r=jyn514Guillaume Gomez-2/+1
2021-07-01fix missing wordTaylor Yu-1/+2
2021-07-01Stabilize `Bound::cloned()`Aris Merchant-2/+1
2021-06-30Make the specialized Fuse still deal with NoneJosh Stone-188/+66
2021-06-30Remove "length" doc aliasesAmanieu d'Antras-3/+0
2021-06-29Rename variableRoxane-4/+0
2021-06-29Remove lang items Send, UnwindSafe and RefUnwindSafeRoxane Fruytier-0/+3
2021-06-28Update to new bootstrap compilerMark Rousskov-283/+7
2021-06-27Auto merge of #86655 - jonas-schievink:const-arguments-as-str, r=kennytmbors-1/+2
2021-06-27Add reference to tracking issue #86302 for const_ptr_writeAlbin Hedman-4/+4
2021-06-27Add reference to issue for const_intrinsic_copy in ptr::writeAlbin Hedman-1/+1
2021-06-27Revert "Revert effects of PRs 81167 and 83091."Albin Hedman-6/+13
2021-06-27Make `fmt::Arguments::as_str` unstably constJonas Schievink-1/+2
2021-06-26Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkovbors-19/+19
2021-06-26Auto merge of #86637 - ehuss:spellings, r=dtolnaybors-8/+8
2021-06-25Fix a few misspellings.Eric Huss-8/+8
2021-06-25Add Integer::{log,log2,log10} variantsYoshua Wuyts-0/+376
2021-06-26Rollup merge of #86592 - jhpratt:non_exhaustive, r=JohnTitorYuki Okushi-19/+14
2021-06-25Fix grammar mistakeest31-1/+1
2021-06-25Add another exampleest31-0/+30
2021-06-25Document the various methods of `core::task::Poll`Yoshua Wuyts-7/+100