about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2024-09-11Stabilize `std::io::ErrorKind::CrossesDevices`Pavel Grigorenko-1/+1
2024-09-10Clarify docs for std::collectionsJames Liu-27/+35
2024-09-11Map `ERROR_CANT_RESOLVE_FILENAME` to `ErrorKind::FilesystemLoop`Pavel Grigorenko-0/+1
2024-09-11Map `WSAEDQUOT` to `ErrorKind::FilesystemQuotaExceeded`Pavel Grigorenko-0/+1
2024-09-10Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkovbors-0/+1
2024-09-09Rollup merge of #130132 - sunshowers:illumos-sigsegv, r=NoratriebJubilee-4/+11
2024-09-09Rollup merge of #128316 - GrigorenkoPV:io_error_a_bit_more, r=dtolnayJubilee-16/+16
2024-09-09chore: removing supporting links in favor of existing doc-comment styleJulius Liu-13/+6
2024-09-09maint: update docs for change_time ext and doc linksJulius Liu-9/+20
2024-09-09Rollup merge of #130067 - madsmtm:clean-up-fs-test, r=ChrisDentonMatthias Krüger-18/+0
2024-09-09Add missing `#[allow(missing_docs)]` on hack functions in allocUrgau-0/+1
2024-09-09[illumos] enable SIGSEGV handler to detect stack overflowsRain-4/+11
2024-09-08add FIXME(const-hack)Ralf Jung-1/+1
2024-09-08Remove needless returns detected by clippy in librariesEduardo Sánchez Muñoz-8/+9
2024-09-08Auto merge of #129019 - kromych:master, r=workingjubileebors-1/+247
2024-09-08Fix linking error when compiling for 32-bit watchOSMads Marquart-9/+10
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-19/+6
2024-09-07Remove now redundant check in symlink_hard_link testMads Marquart-18/+0
2024-09-06properly handle EOF in BufReader::peekbinarycat-4/+12
2024-09-06[library/std/src/process.rs] Remove `Eq` `derive`Samuel Marks-1/+1
2024-09-06Adjust doc comment of Condvar::wait_whileUlrik Mikaelsson-2/+6
2024-09-06Rollup merge of #129963 - rjooske:fix/inaccurate_to_string_lossy_doc, r=worki...Matthias Krüger-2/+2
2024-09-05Break into the debugger (if attached) on panics (Windows, macOS, Linux, FreeBSD)kromych-1/+247
2024-09-05[library/std/src/process.rs] Update docstring with @joshtriplett's replacemen...Samuel Marks-4/+8
2024-09-05update cfgsBoxy-18/+5
2024-09-05Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx...Matthias Krüger-10/+463
2024-09-05fix: correct {Path,OsStr}::to_string_lossy() docsRyosuke Takahashi-2/+2
2024-09-04Remove macOS 10.10 dynamic linker bug workaroundbeetrees-7/+6
2024-09-03replace placeholder versionBoxy-1/+1
2024-09-03Win: Open dir for sync access in remove_dir_allChris Denton-3/+12
2024-09-03More robust extension checkingChris Denton-6/+24
2024-09-03Port std library to RTEMSJan Sommer-10/+463
2024-09-03Rollup merge of #129916 - tshepang:basic-usage, r=ChrisDentonMatthias Krüger-36/+0
2024-09-03Rollup merge of #129913 - saethlin:l4re-read-buf, r=NoratriebMatthias Krüger-0/+4
2024-09-03Rollup merge of #129885 - cuishuang:master, r=scottmcmMatthias Krüger-1/+1
2024-09-03Rollup merge of #129800 - ChrisDenton:remove-dir-all2, r=AmanieuMatthias Krüger-169/+253
2024-09-02process.rs: remove "Basic usage" text where not usefulTshepang Mbambo-36/+0
2024-09-02Rollup merge of #129907 - saethlin:solid-io-error, r=WaffleLapkinMatthias Krüger-1/+1
2024-09-02Rollup merge of #129890 - alex:patch-1, r=workingjubileeMatthias Krüger-1/+1
2024-09-02Add missing read_buf stub for x86_64-unknown-l5re-uclibcBen Kimock-0/+4
2024-09-02Fix compile error in solid's remove_dir_allBen Kimock-1/+1
2024-09-02Remove stray word in a commentAlex Gaynor-1/+1
2024-09-02Auto merge of #129873 - matthiaskrgr:rollup-bv849ud, r=matthiaskrgrbors-5/+5
2024-09-02chore: remove repetitive wordscuishuang-1/+1
2024-09-02Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=NoratriebMatthias Krüger-5/+5
2024-09-02Auto merge of #129063 - the8472:cold-opt-size, r=Amanieubors-2/+9
2024-09-01Auto merge of #127897 - nyurik:add-qnx-70-target, r=saethlinbors-5/+8
2024-08-31Move remove_dir_all impl into a moduleChris Denton-169/+253
2024-08-31Rollup merge of #129754 - alexcrichton:fix-wasi-long-sleep, r=workingjubileeMatthias Krüger-30/+31
2024-08-31Rollup merge of #129675 - lolbinarycat:bufreader_peek_unsized, r=workingjubileeMatthias Krüger-0/+2