about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-10-11Rollup merge of #89651 - ibraheemdev:poll-ready, r=dtolnayMatthias Krüger-2/+97
2021-10-11Add library tracking issue for poll_ready featureDavid Tolnay-7/+7
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/+124
2021-10-11Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez-1/+50
2021-10-11Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip...Guillaume Gomez-0/+36
2021-10-11Rollup merge of #89726 - jkugelman:must-use-alloc-constructors, r=joshtriplettGuillaume Gomez-0/+38
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-11/+54
2021-10-10Add #[must_use] to conversions that move selfJohn Kugelman-11/+54
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-1/+50
2021-10-11Rollup merge of #89707 - clemenswasser:apply_clippy_suggestions, r=Mark-Simul...Matthias Krüger-16/+13
2021-10-10Rollup merge of #89735 - bjorn3:stabilize_proc_macro_is_available, r=petroche...Matthias Krüger-1/+1
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/+61
2021-10-10Rollup merge of #89705 - nbdd0121:doc, r=GuillaumeGomezMatthias Krüger-0/+2
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-10Merge branch 'rust-lang:master' into must-use-alloc-constructorsJohn Kugelman-3/+7
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-10Stabilize proc_macro::is_availablebjorn3-1/+1
2021-10-10Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisabors-3/+7
2021-10-10Add #[must_use] to core and std constructorsJohn Kugelman-0/+36
2021-10-10Add #[must_use] to alloc constructorsJohn Kugelman-0/+38
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/+61
2021-10-09Update library/core/src/hash/mod.rspierwill-1/+1
2021-10-09Apply clippy suggestionsClemens Wasser-16/+13
2021-10-09Cfg hide no_global_oom_handling and no_fp_fmt_parseGary Guo-0/+2
2021-10-09Rollup merge of #89664 - timClicks:51430-document-boxed-conversions, r=m-ou-seGuillaume Gomez-0/+41
2021-10-09Rollup merge of #89614 - cuviper:unicode-14, r=joshtriplettGuillaume Gomez-553/+653
2021-10-09Rollup merge of #88436 - lf-:stabilize-command-access, r=yaahcGuillaume Gomez-15/+11
2021-10-09Rollup merge of #87528 - :stack_overflow_obsd, r=joshtriplettGuillaume Gomez-8/+9
2021-10-09Rollup merge of #75644 - c410-f3r:array, r=yaahcGuillaume Gomez-19/+186
2021-10-09Rollup merge of #89694 - jkugelman:must-use-string-transforms, r=joshtriplettMatthias Krüger-0/+40
2021-10-09Rollup merge of #89693 - jkugelman:must-use-stdin-stdout-stderr-locks, r=josh...Matthias Krüger-0/+3
2021-10-09Rollup merge of #89678 - marcelo-gonzalez:master, r=joshtriplettMatthias Krüger-3/+3
2021-10-09Rollup merge of #88707 - sylvestre:split_example, r=yaahcMatthias Krüger-0/+6
2021-10-09Remove unnecessary hyphenTim McNamara-1/+1
2021-10-09Simplify wordingTim McNamara-4/+4
2021-10-09Update library/core/src/num/mod.rsJohn Kugelman-1/+1
2021-10-09Auto merge of #89582 - jkugelman:optimize-file-read-to-end, r=joshtriplettbors-46/+146
2021-10-09Add #[must_use] to string/char transformation methodsJohn Kugelman-0/+40
2021-10-08Add #[must_use] to stdin/stdout/stderr locksJohn Kugelman-0/+3
2021-10-08Fix minor std::thread documentation typoMarcelo Diop-Gonzalez-3/+3