about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-05-20switch also the default implementation for read_vectoredStefan Lankes-13/+2
2024-05-20Document platform-specifics for `Read` and `Write` of `File`Tobias Bucher-0/+76
2024-05-20switch to the default implementation of `write_vectored`Stefan Lankes-8/+2
2024-05-20Remove Windows dependency on libcBen Kimock-3/+3
2024-05-20Address review commentsBenoît du Garreau-1/+33
2024-05-20Fix c_char on AIXTaiki Endo-1/+2
2024-05-20Rollup merge of #125283 - zachs18:arc-default-shared, r=dtolnayMatthias Krüger-31/+56
2024-05-20Switch to primarily using `&str`Arpad Borsos-7/+6
2024-05-20Introduce printable-ASCII fast-path for `impl Debug for str`Arpad Borsos-17/+42
2024-05-20Add a fast-path to `Debug` ASCII `&str`Arpad Borsos-0/+5
2024-05-20Write `char::DebugEscape` sequences using `write_str`Arpad Borsos-9/+6
2024-05-20Auto merge of #125313 - matthiaskrgr:rollup-65etxv0, r=matthiaskrgrbors-10/+107
2024-05-20Rollup merge of #125093 - zachs18:rc-into-raw-with-allocator-only, r=Mark-Sim...Matthias Krüger-10/+107
2024-05-20Auto merge of #124560 - madsmtm:update-libc, r=Mark-Simulacrumbors-3/+2
2024-05-20Make NULL check in argument parsing the same on all unix platformsMads Marquart-76/+64
2024-05-20Auto merge of #123878 - jwong101:inplacecollect, r=jhprattbors-2/+58
2024-05-19Rollup merge of #124992 - foresterre:example/is-terminal, r=ChrisDentonMatthias Krüger-0/+34
2024-05-19Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errorsMatthias Krüger-1/+1
2024-05-19fix typoRalf Jung-2/+2
2024-05-19Fix typo in assert messageZachary S-1/+1
2024-05-19cfg-out unused code under no_global_oom_handlingZachary S-0/+1
2024-05-19fmtZachary S-5/+6
2024-05-19Add example to IsTerminal::is_terminalMartijn-0/+34
2024-05-19Auto merge of #123786 - a1phyr:cursor_unsafe, r=joboetbors-6/+18
2024-05-19Fix stacked borrows violationZachary S-1/+5
2024-05-19Use a single static for all default slice Arcs.Zachary S-29/+48
2024-05-19Rollup merge of #125252 - beetrees:patch-1, r=joboetMichael Goulet-0/+1
2024-05-19Rollup merge of #124304 - hermit-os:fuse, r=joboetMichael Goulet-90/+87
2024-05-19Rollup merge of #123709 - tgross35:windows-cmd-docs-update, r=ChrisDentonMichael Goulet-38/+59
2024-05-19use posix_memalign on most Unix targetsRalf Jung-9/+7
2024-05-19Auto merge of #124640 - Billy-Sheppard:master, r=dtolnaybors-0/+113
2024-05-19Add NULL check in argument parsing on Apple platformsMads Marquart-14/+44
2024-05-19Auto merge of #99969 - calebsander:feature/collect-box-str, r=dtolnaybors-4/+54
2024-05-18compiler: add simd_ctpop intrinsicJubilee Young-0/+7
2024-05-18use `Result::into_ok` on infallible result.Joshua Wong-4/+3
2024-05-18specialize `Iterator::fold` for `vec::IntoIter`Joshua Wong-2/+27
2024-05-18optimize in_place_collect with vec::IntoIter::try_foldJoshua Wong-0/+29
2024-05-18optimize in-place collection of `Vec`Joshua Wong-3/+6
2024-05-18Rollup merge of #125251 - jonhoo:patch-1, r=Nilstrieb许杰友 Jieyou Xu (Joe)-5/+7
2024-05-18Clarify how String::leak and into_boxed_str differJon Gjengset-5/+7
2024-05-18Fix typos (taking into account review comments)blyxyas-1/+1
2024-05-18Add `#[inline]` to float `Debug` fallback used by `cfg(no_fp_fmt_parse)`beetrees-0/+1
2024-05-18android: use posix_memalign for aligned allocationsRalf Jung-18/+1
2024-05-18Rework the test crate to separate individual testsTrevor Gross-615/+756
2024-05-18Add a warning to Delimiter::None that rustc currently does not respect it.CensoredUsername-0/+12
2024-05-17Inline Duration construction into Duration::from_{millis,micros,nanos}Noa-3/+21
2024-05-18Update libc to 0.2.155Mads Marquart-3/+2
2024-05-17Use `_NSGetArgc`/`_NSGetArgv` on iOS/tvOS/watchOS/visionOSMads Marquart-84/+19
2024-05-17Use `_NSGetEnviron` instead of `environ` on iOS/tvOS/watchOS/visionOSMads Marquart-2/+26
2024-05-17Don't call Duration::new unnecessarily in Duration::from_secsNoa-3/+7