about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-10-11Auto merge of #83908 - Flying-Toast:master, r=davidtwcobors-0/+1
2021-10-11Auto merge of #89767 - GuillaumeGomez:rollup-sczixhk, r=GuillaumeGomezbors-1/+55
2021-10-11Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez-1/+42
2021-10-11Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip...Guillaume Gomez-0/+13
2021-10-11Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkovbors-1/+3
2021-10-11Add enum_intrinsics_non_enums lintFlying-Toast-0/+1
2021-10-11Auto merge of #89755 - jkugelman:must-use-conversions-that-move-self, r=josht...bors-0/+13
2021-10-10Add #[must_use] to conversions that move selfJohn Kugelman-0/+13
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-1/+42
2021-10-10Rollup merge of #89720 - jkugelman:must-use-math-operations, r=joshtriplettMatthias Krüger-19/+255
2021-10-10Rollup merge of #89719 - jkugelman:must-use-char-escape-methods, r=joshtriplettMatthias Krüger-0/+6
2021-10-10Rollup merge of #89718 - jkugelman:must-use-is_condition-tests, r=joshtriplettMatthias Krüger-0/+58
2021-10-10Rollup merge of #89705 - nbdd0121:doc, r=GuillaumeGomezMatthias Krüger-0/+1
2021-10-10Rollup merge of #89438 - pierwill:prefix-free-hash, r=AmanieuMatthias Krüger-0/+12
2021-10-10Rollup merge of #88713 - falk-hueffner:int-log10-documentation-fixes, r=scottmcmMatthias Krüger-25/+24
2021-10-10Rollup merge of #88374 - joshlf:patch-2, r=JohnTitorMatthias Krüger-1/+1
2021-10-10Apply clippy suggestionsClemens Wasser-1/+3
2021-10-10Auto merge of #89219 - nickkuk:str_split_once_get_unchecked, r=Mark-Simulacrumbors-2/+4
2021-10-10Add #[must_use] to core and std constructorsJohn Kugelman-0/+13
2021-10-09Add #[must_use] to math and bit manipulation methodsJohn Kugelman-19/+255
2021-10-09Add #[must_use] to char escape methodsJohn Kugelman-0/+6
2021-10-09Add #[must_use] to is_condition testsJohn Kugelman-0/+58
2021-10-09Update library/core/src/hash/mod.rspierwill-1/+1
2021-10-09Cfg hide no_global_oom_handling and no_fp_fmt_parseGary Guo-0/+1
2021-10-09Rollup merge of #89614 - cuviper:unicode-14, r=joshtriplettGuillaume Gomez-553/+653
2021-10-09Rollup merge of #75644 - c410-f3r:array, r=yaahcGuillaume Gomez-17/+103
2021-10-09Rollup merge of #89694 - jkugelman:must-use-string-transforms, r=joshtriplettMatthias Krüger-0/+28
2021-10-09Rollup merge of #88707 - sylvestre:split_example, r=yaahcMatthias Krüger-0/+6
2021-10-09Update library/core/src/num/mod.rsJohn Kugelman-1/+1
2021-10-09Add #[must_use] to string/char transformation methodsJohn Kugelman-0/+28
2021-10-08Cfg hide more conditions for coreLoïc BRANSTETT-0/+1
2021-10-07Rollup merge of #89622 - m-ou-se:debug-assert-2021, r=estebankJubilee-0/+1
2021-10-07Rollup merge of #88772 - orlp:result-map-or-else-docfix, r=yaahcJubilee-3/+2
2021-10-07Auto merge of #89638 - rust-lang:revert-88548-intersperse, r=Mark-Simulacrumbors-12/+18
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-12/+18
2021-10-07Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514Guillaume Gomez-0/+25
2021-10-07Use correct edition for panic in [debug_]assert!() etc.Mara Bos-0/+1
2021-10-06Regenerate tables for Unicode 14.0.0Josh Stone-553/+653
2021-10-06Rollup merge of #88523 - kpreid:category, r=yaahcManish Goregaokar-4/+22
2021-10-06Rollup merge of #87601 - a1phyr:feature_uint_add_signed, r=kennytmManish Goregaokar-9/+302
2021-10-06Clean up code a bit:Guillaume Gomez-2/+3
2021-10-06Rebase Result::map_or_else doc wording on top of #89400.Orson Peters-3/+2
2021-10-05Rollup merge of #89502 - FabianWolff:issue-89493, r=joshtriplettManish Goregaokar-2/+1
2021-10-05Suppress some cfg from being shown in the stdlib docsWim Looman-1/+25
2021-10-05for signed overflowing remainder, delay comparing lhs with MINTrevor Spiteri-6/+4
2021-10-05Use get_unchecked in str::[r]split_oncenickkuk-2/+4
2021-10-04Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakisJubilee-67/+58
2021-10-04Rollup merge of #88780 - orlp:int-abs-diff, r=m-ou-seJubilee-0/+67
2021-10-04Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplettJubilee-1/+1
2021-10-04Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebankJubilee-2/+2