about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2024-09-24Add a tracking issue for `file_buffered`Josh Stone-2/+2
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-2/+2
2024-09-24Mark 'get_mut' and 'set_position' in 'std::io::Cursor' as const;Gabriel Bjørnager Jensen-2/+4
2024-09-24Pre-allocate buffers in `File::open_buffered` and `create_buffered`Josh Stone-3/+38
2024-09-24Add `File::open_buffered` and `create_buffered`Josh Stone-0/+71
2024-09-24add InProgress ErrorKind gated behind io_error_inprogress featureAviram Hassan-0/+8
2024-09-24Pin memchr to 2.5.0 in the library rather than rustc_astTrevor Gross-0/+4
2024-09-24Initial std library support for NuttXHuang Qi-21/+223
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet-7/+11
2024-09-23Add a comment to `Read::read_buf`Benoît du Garreau-0/+2
2024-09-23Add testsBenoît du Garreau-0/+63
2024-09-23Fix `io::default_read_to_end` uses of `read_buf`Benoît du Garreau-10/+14
2024-09-23Fix `io::BufReader` uses of `read_buf`Benoît du Garreau-2/+4
2024-09-23Fix `io::Take::read_buf`Benoît du Garreau-4/+5
2024-09-23Fix up standard library introMichael Howell-7/+11
2024-09-23Clarifications for set_nonblocking methodsYoh Deadfall-2/+2
2024-09-23random: add tracking issue, address other commentsjoboet-11/+16
2024-09-23std: switch to faster random sources on macOS and most BSDsjoboet-102/+90
2024-09-23std: implement the `random` featurejoboet-464/+722
2024-09-23Rollup merge of #130723 - D0liphin:master, r=workingjubileeMatthias Krüger-0/+18
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-314/+303
2024-09-22Add test for `available_parallelism()`Oli Iliffe-0/+18
2024-09-21wait for two short reads before uncapping the max read sizeThe 8472-3/+13
2024-09-21Rollup merge of #129718 - lolbinarycat:remove_dir-docs, r=NoratriebMatthias Krüger-0/+10
2024-09-20Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomezbors-7/+6
2024-09-20Remove double spacesnora-2/+2
2024-09-20Rollup merge of #128209 - beetrees:no-macos-10.10, r=jieyouxuGuillaume Gomez-7/+6
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+9
2024-09-20Allow unused unsafe for vxworks in alligned_malloc to resolve build errorsB I Mohammed Abbas-0/+1
2024-09-20[Clippy] Remove final std paths for diagnostic itemGnomedDev-0/+1
2024-09-19Rollup merge of #130554 - ShE3py:unsupported-exitcode, r=NoratriebMatthias Krüger-7/+4
2024-09-19`pal::unsupported::process::ExitCode`: use an `u8` instead of a `bool`Lieselotte-7/+4
2024-09-19[Clippy] Swap `open_options` to use diagnostic items instead of pathsGnomedDev-0/+2
2024-09-19[Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of pathsGnomedDev-0/+8
2024-09-19[Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ...GnomedDev-0/+1
2024-09-19[Clippy] Swap `instant_subtraction` to use diagnostic item instead of pathGnomedDev-0/+1
2024-09-19[Clippy] Swap `manual_main_separator_str` to use diagnostic item instead of pathGnomedDev-0/+1
2024-09-19[Clippy] Swap `redundant_clone` to use diagnostic items instead of pathsGnomedDev-0/+2
2024-09-19[Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of pathsGnomedDev-0/+2
2024-09-19[Clippy] Swap `map_entry` to use diagnostic items instead of pathsGnomedDev-0/+2
2024-09-18Rollup merge of #130522 - GnomedDev:clippy-manual-retain-paths, r=compiler-er...Jubilee-0/+1
2024-09-18Rollup merge of #130513 - shekhirin:fs-write-doc-comment, r=cuviperJubilee-1/+1
2024-09-18Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=AmanieuJubilee-6/+170
2024-09-18Rollup merge of #129934 - ChrisDenton:remove-dir-all3, r=AmanieuJubilee-3/+12
2024-09-18Rollup merge of #97524 - ibraheemdev:thread-raw, r=ibraheemdevJubilee-0/+48
2024-09-18library: Call it really_init_mut to avoid name collisionsJubilee Young-2/+2
2024-09-18library: Destabilize Lazy{Cell,Lock}::{force,deref}_mutJubilee Young-14/+4
2024-09-18[Clippy] Swap `manual_retain` to use diagnostic items instead of pathsGnomedDev-0/+1
2024-09-18Clarify docs for std::fs::File::writeAlexey Shekhirin-1/+1
2024-09-17add `Thread::{into_raw, from_raw}`Ibraheem Ahmed-0/+48