summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2022-04-04Indicate the correct error code in the `compile_fail` block.Thom Chiovoloni-1/+1
2022-04-04Add a `compile_fail` doctest to check that `io::Error: !UnwindSafe`Thom Chiovoloni-0/+9
2022-04-04Ensure io::Error's bitpacked repr doesn't accidentally impl UnwindSafeThom Chiovoloni-5/+6
2022-02-19Auto merge of #94148 - matthiaskrgr:rollup-jgea68f, r=matthiaskrgrbors-21/+39
2022-02-19Rollup merge of #93979 - SUPERCILEX:debug_check, r=dtolnayMatthias Krüger-20/+29
2022-02-19Rollup merge of #92902 - ssomers:docter_drain, r=yaahcMatthias Krüger-1/+10
2022-02-19Auto merge of #94105 - 5225225:destabilise-entry-insert, r=Mark-Simulacrumbors-2/+4
2022-02-19Collections: improve the documentation of drain membersStein Somers-1/+10
2022-02-18Rollup merge of #93847 - solid-rs:fix-kmc-solid-fs-ts, r=yaahcMatthias Krüger-1/+20
2022-02-18Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahcMatthias Krüger-3/+3
2022-02-17Destabilise entry_insert5225225-2/+4
2022-02-17Rollup merge of #93976 - SUPERCILEX:separator_str, r=yaahcMatthias Krüger-0/+6
2022-02-17Rollup merge of #89869 - kpreid:from-doc, r=yaahcMatthias Krüger-7/+30
2022-02-16Add MAIN_SEPARATOR_STRAlex Saveau-0/+6
2022-02-16Add debug asserts to validate NUL terminator in c stringsAlex Saveau-20/+29
2022-02-14Maintain broken symlink behaviour for the Windows exe resolverChris Denton-2/+30
2022-02-13Auto merge of #91673 - ChrisDenton:path-absolute, r=Mark-Simulacrumbors-4/+209
2022-02-13Capitalize "Rust"Josh Triplett-1/+1
2022-02-13Add panic docs describing old, current and possible future behaviorThe 8472-3/+31
2022-02-13Add caveat about the monotonicity guarantee by linking to the later sectionThe 8472-2/+4
2022-02-13make Instant::{duration_since, elapsed, sub} saturating and remove workaroundsThe8472-270/+30
2022-02-12Auto merge of #93697 - the8472:fix-windows-path-hash, r=Mark-Simulacrumbors-9/+52
2022-02-11Auto merge of #93921 - matthiaskrgr:rollup-wn3jlxj, r=matthiaskrgrbors-9/+67
2022-02-11Rollup merge of #93888 - sunfishcode:sunfishcode/impl-asfd-for-ref, r=joshtri...Matthias Krüger-1/+49
2022-02-11Rollup merge of #93635 - GuillaumeGomez:missing-platform-spec-info, r=AmanieuMatthias Krüger-0/+10
2022-02-11Rollup merge of #90955 - JohnTitor:os-error-123-as-invalid-input, r=m-ou-seMatthias Krüger-8/+8
2022-02-11Auto merge of #90271 - adamgemmell:dev/feat-detect-stabilise, r=Amanieubors-3/+4
2022-02-11Add missing platform-specific information on current_dir and set_current_dirGuillaume Gomez-0/+10
2022-02-10Implement `AsFd` for `&T` and `&mut T`.Dan Gohman-1/+49
2022-02-10Move `is_aarch64_feature_detected!` to `simd_aarch64` feature and stabiliseAdam Gemmell-3/+4
2022-02-10Rename to `InvalidFilename`Yuki Okushi-9/+8
2022-02-10Fix description of FilenameInvalidJosh Triplett-1/+1
2022-02-10Map `ERROR_INVALID_NAME` to `FilenameInvalid`Yuki Okushi-1/+2
2022-02-10Rename `FilenameTooLong` to `FilenameInvalid`Yuki Okushi-4/+4
2022-02-10windows: Map `ERROR_INVALID_NAME` as `InvalidInput`Yuki Okushi-1/+1
2022-02-10Rollup merge of #93843 - solid-rs:fix-kmc-solid-condvar, r=m-ou-seMatthias Krüger-4/+9
2022-02-10kmc-solid: Use the filesystem thread-safety wrapperTomoaki Kawada-1/+20
2022-02-10kmc-solid: Wait queue should be sorted in the descending order of task priori...Tomoaki Kawada-1/+1
2022-02-10kmc-solid: Fix wait queue manipulation errors in the `Condvar` implementationTomoaki Kawada-3/+8
2022-02-09Stabilize cfg_target_has_atomicAmanieu d'Antras-1/+1
2022-02-09Rollup merge of #93445 - yaahc:exitcode-constructor, r=dtolnayYuki Okushi-0/+29
2022-02-08Rollup merge of #93206 - ChrisDenton:ntopenfile, r=nagisaMatthias Krüger-7/+18
2022-02-08Fix `absolute` issuesChris Denton-4/+5
2022-02-08`std::path::absolute`Chris Denton-4/+208
2022-02-07fix exclusive range errorJane Lusby-1/+1
2022-02-07Auto merge of #87869 - thomcc:skinny-io-error, r=yaahcbors-269/+837
2022-02-06Add From<u8> for ExitCodeJane Lusby-0/+29
2022-02-06rewrite from_bytes_with_nul to match code style in from_vec_with_nulInteon-7/+8
2022-02-06Fix hashing for windows paths containing a CurDir componentThe 8472-9/+52
2022-02-04Add more tests for io::Error packing, and fix some comments that weren't quit...Thom Chiovoloni-16/+101