about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2023-04-26rewrite: line_long_tail_not_flushed descriptionJosh Soref-3/+4
2023-04-26rewrite: long_line_flushed descriptionJosh Soref-3/+3
2023-04-26Spelling library/Josh Soref-13/+13
2023-04-25Add definitions for riscv64gc-unknown-fuchsiaDan Johnson-0/+6
2023-04-25Add FreeBSD cpuset support to std::thread::available_concurrencyThomas Hurst-0/+19
2023-04-25Rollup merge of #110782 - matthiaskrgr:revert_panic_oom, r=AmanieuMatthias Krüger-29/+93
2023-04-24Auto merge of #106152 - SUPERCILEX:lazycell, r=Amanieubors-1/+37
2023-04-25Revert "Report allocation errors as panics"Matthias Krüger-27/+17
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-2/+76
2023-04-23Auto merge of #110655 - ChrisDenton:read-to-end, r=joshtriplettbors-24/+43
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-93/+29
2023-04-21Limit read size in `File::read_to_end` loopChris Denton-24/+43
2023-04-21Rollup merge of #110633 - scottmcm:more-take, r=thomccDylan DPC-5/+5
2023-04-20More `mem::take` in `library`Scott McMurray-5/+5
2023-04-20Specialize some `io::Read` and `io::Write` methods for `VecDeque<u8>` and `&[...Benoît du Garreau-0/+54
2023-04-20Implement `BufRead` for `VecDeque<u8>`Benoît du Garreau-0/+18
2023-04-20Fix `std` compilation error for wasi+atomicsPierre Krieger-2/+7
2023-04-19Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obkbors-6/+3
2023-04-19std: make `Debug` representations of `[Lazy, Once]*[Cell, Lock]` consistent w...joboet-20/+12
2023-04-16Windows: map a few more error codes to ErrorKindChris Denton-3/+6
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-76/+2
2023-04-16Report allocation errors as panicsAmanieu d'Antras-17/+27
2023-04-16rm const traits in libcoreDeadbeef-6/+3
2023-04-14edit docs of `PathBuf::set_file_name`João M. Bezerra-5/+11
2023-04-14Add Lazy{Cell,Lock}::into_innerAlex Saveau-1/+37
2023-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-46/+23
2023-04-14Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitorMatthias Krüger-3/+3
2023-04-14Rollup merge of #109272 - schneems:schneems/add-docs-to-command-env-methods, ...Matthias Krüger-15/+61
2023-04-14Rollup merge of #110292 - scottmcm:sort-features-2, r=jyn514Yuki Okushi-7/+19
2023-04-14Rollup merge of #110047 - skaunov:patch-1, r=ChrisDentonYuki Okushi-2/+5
2023-04-14Add links to docs to `Iterator`Sergey Kaunov-2/+5
2023-04-14Auto merge of #110311 - matthiaskrgr:rollup-kn2k5bq, r=matthiaskrgrbors-5/+10
2023-04-14Rollup merge of #110298 - jmaargh:jmaargh/hypot-docs-edge-cases, r=thomccMatthias Krüger-4/+8
2023-04-14Rollup merge of #109225 - seanlinsley:patch-1, r=ChrisDentonMatthias Krüger-1/+2
2023-04-14Auto merge of #105007 - dlaugt:solaris-fs-link, r=ChrisDentonbors-3/+4
2023-04-13Update documentation wording on path 'try_exists' functionsTrevor Gross-6/+9
2023-04-13Cover edge cases for {f32, f64}.hypot() docsjmaargh-4/+8
2023-04-13Rollup merge of #110233 - nbdd0121:intrinsic, r=tmiaskoMatthias Krüger-0/+1
2023-04-13Add `tidy-alphabetical` to features in `alloc` & `std`Scott McMurray-7/+19
2023-04-13Document catch_fn in r#try cannot unwindGary Guo-0/+1
2023-04-13Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-SimulacrumMatthias Krüger-6/+6
2023-04-13Auto merge of #108283 - the8472:remove-splice-into-pipe, r=ChrisDentonbors-16/+88
2023-04-12Rollup merge of #110089 - petrosagg:mpsc-ub, r=m-ou-seMatthias Krüger-0/+12
2023-04-12remove some unneeded importsKaDiWa-46/+23
2023-04-11Rollup merge of #110173 - solid-rs:patch/kmc-solid/socket-read-buf, r=cuviperMichael Goulet-6/+17
2023-04-11Rollup merge of #109894 - fleetingbytes:109893-var_os-never-returns-an-error,...Michael Goulet-12/+5
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-0/+6
2023-04-11clarify wording around spurious wakeups from `thread::park`Ibraheem Ahmed-2/+2
2023-04-11kmc-solid: Implement `Socket::read_buf`Tomoaki Kawada-6/+17
2023-04-11Break up long first paragraphfleetingbytes-3/+4