summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2022-02-11Take in account the unreachable! macro in the non_fmt_panic lintLoïc BRANSTETT-1/+2
2022-02-11Fix invalid special casing of the unreachable! macroLoïc BRANSTETT-0/+57
2022-02-09Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-seMatthias Krüger-0/+12
2022-01-07Rollup merge of #92600 - asquared31415:float-must-use, r=joshtriplettEric Huss-0/+10
2022-01-07Rollup merge of #92568 - Mark-Simulacrum:non-exhaustive-variant-count, r=the8472Eric Huss-0/+4
2022-01-07Implement `TryFrom<char>` for `u8`Ian Douglas Scott-0/+27
2022-01-06add some missing must use to float opsasquared31415-0/+10
2022-01-05Auto merge of #92587 - matthiaskrgr:rollup-qnwa8qx, r=matthiaskrgrbors-22/+32
2022-01-05Rollup merge of #92574 - luojia65:riscv-kernel-dev-rust, r=AmanieuMatthias Krüger-5/+15
2022-01-05Rollup merge of #92483 - ksqsf:master, r=dtolnayMatthias Krüger-8/+8
2022-01-05Rollup merge of #92092 - saethlin:fix-sort-guards-sb, r=danielhenrymantillaMatthias Krüger-9/+9
2022-01-05Rollup merge of #92322 - alper:add_debug_trait_documentation, r=dtolnayMatthias Krüger-2/+21
2022-01-05Add is_riscv_feature_detected!; modify impl of hint::spin_loopluojia65-5/+15
2022-01-04Add note about non_exhaustive to variant_countMark Rousskov-0/+4
2022-01-04Auto merge of #92560 - matthiaskrgr:rollup-jeli7ip, r=matthiaskrgrbors-89/+124
2022-01-04Touch up Debug example from PR 92322David Tolnay-3/+7
2022-01-04Rollup merge of #92530 - dtolnay:contains, r=yaahcMatthias Krüger-88/+92
2022-01-04Rollup merge of #91587 - nrc:dispatchfromdyn-docs, r=yaahcMatthias Krüger-1/+32
2022-01-04Stabilize `result_cloned` and `result_copied`ksqsf-8/+8
2022-01-03Make the documentation of builtin macro attributes accessibleDaniel Henry-Mantilla-11/+17
2022-01-03Move `contains` method of Option and Result lower in docsDavid Tolnay-88/+92
2022-01-03Rollup merge of #92444 - dtolnay:coremethods, r=joshtriplettMatthias Krüger-428/+449
2022-01-02Auto merge of #91961 - kornelski:track_split_caller, r=joshtriplettbors-0/+5
2021-12-30Consolidate impl Option<&mut T>David Tolnay-4/+5
2021-12-30Consolidate impl Option<&T>David Tolnay-28/+29
2021-12-30Move Option::as_deref_mutDavid Tolnay-28/+26
2021-12-30Move Option::as_derefDavid Tolnay-28/+26
2021-12-30Move Option::unwrap_or_defaultDavid Tolnay-41/+39
2021-12-30Consolidate impl Result<&mut T, E>David Tolnay-5/+9
2021-12-30Consolidate impl Result<&T, E>David Tolnay-22/+26
2021-12-30Move Result::into_errDavid Tolnay-36/+37
2021-12-30Move Result::into_okDavid Tolnay-36/+37
2021-12-30Move Result::expect_err and Result::unwrap_errDavid Tolnay-56/+60
2021-12-30Move Result::unwrap_or_defaultDavid Tolnay-36/+37
2021-12-30Move Result::expect and Result::unwrapDavid Tolnay-68/+76
2021-12-30Move Result::as_deref_mutDavid Tolnay-25/+26
2021-12-30Move Result::as_derefDavid Tolnay-23/+24
2021-12-30Use `UnsafeCell::get_mut()` in `core::lazy::OnceCell::get_mut()`Chayim Refael Friedman-2/+1
2021-12-29Auto merge of #92291 - AngelicosPhosphoros:typeid_inline_revert_92135, r=josh...bors-1/+0
2021-12-28Rollup merge of #92335 - ecstatic-morse:std-column-unicode, r=ManishearthMatthias Krüger-0/+12
2021-12-27Document units for `std::column`Dylan MacKenzie-0/+12
2021-12-27Add another implementation example to Debug traitAlper Çugun-2/+17
2021-12-26Reverts #92135 because perf regressionAngelicosPhosphoros-1/+0
2021-12-24Auto merge of #92135 - AngelicosPhosphoros:typeid_inline_74362, r=dtolnaybors-0/+1
2021-12-24Auto merge of #92226 - woppopo:const_black_box, r=joshtriplettbors-1/+23
2021-12-23Rollup merge of #92121 - RalfJung:miri-core-test, r=kennytmMatthias Krüger-0/+1
2021-12-23Constify `core::intrinsics::black_box`woppopo-1/+23
2021-12-23Auto merge of #92155 - m-ou-se:panic-fn, r=eddybbors-5/+11
2021-12-23Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnayMatthias Krüger-0/+40
2021-12-22Update stability attribute for double ended case mapping iteratorsDavid Tolnay-2/+2