about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
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-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
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-6/+3
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
2021-07-26Auto merge of #87430 - devnexen:netbsd_ucred_enabled, r=joshtriplettbors-2/+16
2021-07-25ignore comments in tidy-filelengthibraheemdev-2/+0
2021-07-25macos current_exe using directly libc instead.David CARLIER-6/+3
2021-07-24Auto merge of #84111 - bstrie:hashfrom, r=joshtriplettbors-21/+108
2021-07-24Hide allocator details from TryReserveErrorKornel-5/+15
2021-07-24Update std_collections_from_array stability versionbstrie-2/+2
2021-07-24Rollup merge of #87395 - ericonr:patch-1, r=joshtriplettManish Goregaokar-4/+3
2021-07-24netbsd enabled ucredDavid Carlier-2/+16
2021-07-24Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitorbors-4/+30
2021-07-23Fix parameter names in std::env documentation.Érico Nogueira Rolim-4/+3
2021-07-24Rollup merge of #87175 - inquisitivecrystal:inner-error, r=kennytmYuki Okushi-4/+2
2021-07-24Rollup merge of #87171 - Alexendoo:bufwriter-option, r=Mark-SimulacrumYuki Okushi-10/+14
2021-07-24Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-seYuki Okushi-0/+2
2021-07-23Stabilize core::task::ready!Yoshua Wuyts-1/+0
2021-07-22Remove Option from BufWriterAlex Macleod-10/+14
2021-07-21VxWorks does provide sigemptyset and sigaddsetNicholas Baron-1/+1
2021-07-21Disable glibc tests on vxworksNicholas Baron-0/+2
2021-07-21Rollup merge of #87279 - sunfishcode:document-unix-argv, r=RalfJungGuillaume Gomez-2/+16
2021-07-21Add tracking issue and link to man-pageDominik Stolz-3/+4
2021-07-21Add PidFd type and seal traitsDominik Stolz-110/+279
2021-07-21Typo fixJosh Triplett-1/+1