about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
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
2021-10-08Stabilize `is_symlink()` for `Metadata` and `Path`Maxwase-5/+3
2021-10-08Cfg hide more conditions for allocLoïc BRANSTETT-1/+6
2021-10-08Cfg hide more conditions for coreLoïc BRANSTETT-0/+1
2021-10-08Let stack_overflow::imp::cleanup call drop_handler directlybjorn3-10/+10
2021-10-08Also cfg flag auxiliar functionCaio-0/+1
2021-10-08Add documentation to boxed conversionsTim McNamara-0/+41
2021-10-07Rollup merge of #89622 - m-ou-se:debug-assert-2021, r=estebankJubilee-0/+1
2021-10-07Rollup merge of #89082 - smoelius:master, r=kennytmJubilee-39/+276
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/+19
2021-10-07revert stabilization of `core::task::ready!`Ibraheem Ahmed-2/+5
2021-10-07Optimize File::read_to_end and read_to_stringJohn Kugelman-46/+146
2021-10-07add `Poll::ready`Ibraheem Ahmed-0/+92
2021-10-07environ on macos uses directly libc which has the correct signature.David CARLIER-4/+1
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-12/+19
2021-10-07Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514Guillaume Gomez-0/+41
2021-10-07Use correct edition for panic in [debug_]assert!() etc.Mara Bos-0/+1
2021-10-07doc: guarantee call order for sort_by_cached_keyMario Carneiro-1/+2
2021-10-06Regenerate tables for Unicode 14.0.0Josh Stone-553/+653
2021-10-06Rollup merge of #89531 - devnexen:stack_overflow_bsd_libc_upd, r=dtolnayManish Goregaokar-1/+1
2021-10-06Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-seManish Goregaokar-14/+16
2021-10-06Rollup merge of #89245 - DeveloperC286:iter_mut_fields_to_private, r=joshtrip...Manish Goregaokar-16/+21
2021-10-06Rollup merge of #89050 - DeveloperC286:drain_fields_to_private, r=joshtriplettManish Goregaokar-17/+26
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-15/+304
2021-10-06Clean up code a bit:Guillaume Gomez-8/+8
2021-10-06Update libc to 0.2.103.Jonah Petri-1/+1
2021-10-06add platform support details file for armv7-unknown-linux-uclibcJonah Petri-1/+1
2021-10-06Add new target armv7-unknown-linux-uclibceabihfYannick Koehler-4/+8
2021-10-06Rebase Result::map_or_else doc wording on top of #89400.Orson Peters-3/+2