about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-08-06Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si...bors-2/+0
2021-08-05alloc: Use intra doc links for the reserve functionest31-1/+3
2021-08-04Fix typoNoah Lev-1/+1
2021-08-04Re-use std::sealed::Sealed in os/linux/process.Mara Bos-12/+7
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-3/+4
2021-08-03Rollup merge of #87708 - the8472:canonical_v6, r=dtolnayYuki Okushi-0/+45
2021-08-03Rollup merge of #87685 - notriddle:lazy-from-docs, r=dtolnayYuki Okushi-0/+30
2021-08-03Auto merge of #86335 - CDirkx:ipv4-in-ipv6, r=dtolnaybors-14/+72
2021-08-02Add convenience for handling ipv4-mapped addresses by canonicalizing themThe8472-0/+45
2021-08-02os current_exe using same approach as linux to get always the full absolute pathDavid Carlier-13/+17
2021-08-02Rollup merge of #87629 - steffahn:consistent_adapter_spelling, r=m-ou-seYuki Okushi-12/+12
2021-08-02Rollup merge of #86936 - CDirkx:ipv6-multicast, r=JohnTitorYuki Okushi-1/+43
2021-08-02Rollup merge of #86509 - CDirkx:os_str, r=m-ou-seYuki Okushi-14/+12
2021-08-02Rollup merge of #86439 - CDirkx:ip-protocol-assignment, r=m-ou-seYuki Okushi-51/+6
2021-08-02Rollup merge of #86183 - inquisitivecrystal:env-nul, r=m-ou-seYuki Okushi-52/+28
2021-08-01Write docs for SyncOnceCell From and Default implMichael Howell-0/+30
2021-08-01Auto merge of #87622 - pietroalbini:bump-bootstrap, r=Mark-Simulacrumbors-7/+1
2021-08-01Auto merge of #81825 - voidc:pidfd, r=joshtriplettbors-4/+330
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-7/+1
2021-08-01Add dummy FileDesc struct for doc targetDominik Stolz-0/+4
2021-08-01Auto merge of #84662 - dtolnay:unwindsafe, r=Amanieubors-309/+4
2021-07-31Rollup merge of #87385 - Aaron1011:final-enable-semi, r=petrochenkovYuki Okushi-1/+1
2021-07-30Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to coreDavid Tolnay-309/+4
2021-07-30Consistent spelling of "adapter" in the standard libraryFrank Steffahn-12/+12
2021-07-30Rollup merge of #87602 - wesleywiser:partially_fix_short_backtraces_windows_o...Yuki Okushi-1/+1
2021-07-30Rollup merge of #87594 - devnexen:netbsd_fs_getfiledescriptor_path, r=joshtri...Yuki Okushi-2/+7
2021-07-30Auto merge of #87445 - amalik18:issue-83584-fix, r=kennytmbors-39/+39
2021-07-29[backtraces]: look for the `begin` symbol only after seeing `end`Wesley Wiser-1/+1
2021-07-29fs File get_path procfs usage for netbsd same as linux.David Carlier-2/+7
2021-07-29Rename feature gate bufwriter_into_parts from bufwriter_into_raw_partsIan Jackson-10/+10
2021-07-29BufWriter: rename `into_parts` from `into_raw_parts`Ian Jackson-6/+6
2021-07-29BufWriter: actually export WriterPanicked errorIan Jackson-0/+4
2021-07-29Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obkbors-5/+7
2021-07-29Fix may not to appropriate might not or must notAli Malik-39/+39
2021-07-29Rollup merge of #86839 - D1mon:patch-1, r=JohnTitorYuki Okushi-0/+2
2021-07-29Rollup merge of #81050 - yoshuawuyts:stabilize-task-ready, r=m-ou-seYuki Okushi-1/+0
2021-07-29Add some doc aliasesD1mon-0/+2
2021-07-28thread set_name haiku implementation.David Carlier-2/+9
2021-07-28Add new const_format_args!() macro and use it in panics.Mara Bos-5/+6
2021-07-28Make const panic!("..") work in Rust 2021.Mara Bos-0/+1
2021-07-28stack overflow handler specific openbsd fix.David Carlier-8/+9
2021-07-28Rollup merge of #87507 - jethrogb:jb/sgx-unmoveable-mutex, r=dtolnayYuki Okushi-1/+3
2021-07-28Rollup merge of #87330 - inquisitivecrystal:extend-reserve, r=JohnTitorYuki Okushi-9/+1
2021-07-27Update testsJacob Pratt-1/+1
2021-07-27Stabilize `const_fn_transmute`Jacob Pratt-2/+2
2021-07-27Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by defaultAaron Hill-1/+1
2021-07-27Rollup merge of #87446 - devnexen:macos_update, r=dtolnayYuki Okushi-5/+2
2021-07-27Rollup merge of #87354 - Wind-River:2021_master, r=kennytmYuki Okushi-1/+3
2021-07-27Add warning to SGX mutex implementationJethro Beekman-0/+2
2021-07-27Revert "SGX mutex is movable"Jethro Beekman-1/+1