about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2025-02-23Update `compiler-builtins` to 0.1.147Trevor Gross-1/+1
2025-02-23Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3Matthias Krüger-2/+2
2025-02-22Stabilise c_str_moduleltdk-2/+1
2025-02-22make the new intrinsics safeRalf Jung-4/+4
2025-02-22Rollup merge of #137388 - PaulDance:disable-rename-posix-semantics-tests-unde...Matthias Krüger-0/+4
2025-02-21Fix(lib/fs/tests): Disable rename POSIX semantics FS tests under Windows 7Paul Mabileau-0/+4
2025-02-21Rollup merge of #137353 - thaliaarchi:io-optional-methods/wasi-stdin, r=alexc...Matthias Krüger-1/+6
2025-02-21Rollup merge of #137336 - riverbl:stabilise-os-str-display, r=tgross35Matthias Krüger-7/+5
2025-02-21Rollup merge of #136148 - kpreid:type-str, r=joboetMatthias Krüger-0/+7
2025-02-21Replace some instances of `pub` with `pub(crate)`Trevor Gross-2/+2
2025-02-21Use faster thread_local! for stdoutKornel-1/+1
2025-02-21Use faster thread_local in current_thread_id()Kornel-1/+18
2025-02-21Highlight thread_local! const init in docsKornel-5/+6
2025-02-21Auto merge of #137192 - kornelski:windows-tls-lto, r=ChrisDentonbors-3/+1
2025-02-21Clarify/update comments in `BufRead::read_line`'s default bodyFrank Steffahn-1/+1
2025-02-20Implement read_buf for WASI stdinThalia Archibald-1/+6
2025-02-20Implement read_buf for zkVM stdinThalia Archibald-1/+9
2025-02-20Rollup merge of #137270 - QianNangong:master, r=ChrisDentonJubilee-8/+8
2025-02-20Stabilise `os_str_display`riverbl-7/+5
2025-02-20Undeprecate env::home_dirArlo Siemsen-5/+0
2025-02-21Correct doc about `temp_dir()` behavior on AndroidWang Han-1/+3
2025-02-20Enable `f16` for MIPSMartin Nordholts-1/+0
2025-02-19Skip scanning for surrogates when not known validThalia Archibald-1/+1
2025-02-19Add fast path for displaying pre-validated Wtf8BufThalia Archibald-2/+26
2025-02-19Auto merge of #137290 - matthiaskrgr:rollup-a7xdbi4, r=matthiaskrgrbors-116/+164
2025-02-19Rollup merge of #137155 - thaliaarchi:wtf8-organize, r=ChrisDentonMatthias Krüger-109/+154
2025-02-19Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-seMatthias Krüger-7/+10
2025-02-19Rollup merge of #136794 - cberner:stabilize, r=joshtriplettMatthias Krüger-10/+5
2025-02-19Rollup merge of #136347 - allevo:patch-1, r=AmanieuMatthias Krüger-0/+1
2025-02-19Rollup merge of #136301 - hkBst:patch-33, r=thomccMatthias Krüger-2/+8
2025-02-19fix by commentsxizheyin-21/+17
2025-02-19Fix `*-win7-windows-msvc` target since 26eeac1a1e9fe46ffd80dd0d3dafdd2c2a644306Li Keqing-8/+8
2025-02-19Update library/std/src/fs.rsTommaso Allevi-1/+1
2025-02-19remove assume_init in stack_overflowxizheyin-7/+9
2025-02-18Auto merge of #137235 - matthiaskrgr:rollup-2kjua2t, r=matthiaskrgrbors-38/+58
2025-02-18Remove outdated target `unexpected_cfgs`Josh Stone-2/+0
2025-02-19std::fs: slightly reformat `remove_dir_all` error docs许杰友 Jieyou Xu (Joe)-3/+5
2025-02-18Rollup merge of #136876 - joshtriplett:locking-might-not-be-advisory, r=AmanieuMatthias Krüger-38/+58
2025-02-18Rollup merge of #137214 - cyrgani:clippy_diagnostic_items, r=compiler-errorsUrgau-0/+6
2025-02-18Rollup merge of #137205 - thaliaarchi:remove-wasi-fileext-tell, r=alexcrichtonUrgau-11/+0
2025-02-18Rollup merge of #137167 - martn3:reliable_f16_math-f16-erfc, r=tgross35Urgau-0/+2
2025-02-18update `cfg(bootstrap)`Josh Stone-1/+1
2025-02-18update version placeholdersJosh Stone-7/+7
2025-02-18Reorder "This lock may be advisory or mandatory." earlier in the lock docsJosh Triplett-18/+18
2025-02-18Clarify that locking on Windows also works for files opened with `.read(true)`Josh Triplett-5/+5
2025-02-18add last std diagnostic items for clippycyrgani-0/+6
2025-02-17Remove std::os::wasi::fs::FileExt::tellThalia Archibald-11/+0
2025-02-17Remove obsolete MinGW ThinLTO+TLS workaroundKornel-3/+1
2025-02-17Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDentonMatthias Krüger-1/+34
2025-02-17Use tell for <File as Seek>::stream_positionThalia Archibald-1/+34