about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-04-25Inline most raw socket, fd and handle conversionsKaiJewson-0/+76
2021-04-25Rollup merge of #84179 - CDirkx:dont_send_sync, r=m-ou-seYuki Okushi-27/+30
2021-04-24Rollup merge of #84387 - CDirkx:poison, r=m-ou-seYuki Okushi-14/+15
2021-04-23Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}`Christiaan Dirkx-27/+30
2021-04-22Rollup merge of #84413 - CDirkx:args_inner_debug, r=m-ou-seDylan DPC-32/+27
2021-04-22Rollup merge of #84402 - CDirkx:rwlock, r=dtolnayDylan DPC-60/+53
2021-04-22Remove `sys::args::Args::inner_debug` and use `Debug` insteadChristiaan Dirkx-32/+27
2021-04-22Move `sys_common::poison` to `sync::poison`Christiaan Dirkx-14/+15
2021-04-21Rollup merge of #84212 - CDirkx:void, r=m-ou-seMara Bos-252/+238
2021-04-21Rollup merge of #84119 - CDirkx:vxworks, r=m-ou-seMara Bos-222/+88
2021-04-21Rollup merge of #84013 - CDirkx:fmt, r=m-ou-seMara Bos-29/+29
2021-04-21Move `sys_common::rwlock::StaticRWLock` etc. to `sys::unix::rwlock`Christiaan Dirkx-60/+53
2021-04-21Apply suggestions from code reviewChristiaan Dirkx-2/+4
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-29/+29
2021-04-20Change uses of never typeChristiaan Dirkx-196/+198
2021-04-20Replace `Void` with never typeChristiaan Dirkx-60/+44
2021-04-19Rollup merge of #84291 - RalfJung:thread-local-const-init, r=alexcrichtonDylan DPC-1/+1
2021-04-19Rollup merge of #84256 - tspiteri:pretty-minus-zero, r=workingjubileeDylan DPC-4/+4
2021-04-19Fix `vxworks` compilation errorsChristiaan Dirkx-10/+23
2021-04-19Move `sys::vxworks` code to `sys::unix`Christiaan Dirkx-213/+64
2021-04-19Update library/std/src/primitive_docs.rsTrevor Spiteri-2/+2
2021-04-18Auto merge of #78880 - CDirkx:not_supported, r=joshtriplettbors-54/+77
2021-04-18fix aliasing violations in thread_local_const_initRalf Jung-1/+1
2021-04-18Bump to 1.53.0CDirkx-1/+1
2021-04-18Fix test `metadata_access_times` to also check for `Unsupported`Christiaan Dirkx-1/+3
2021-04-18Rename `NotSupported` to `Unsupported`Christiaan Dirkx-18/+29
2021-04-18Use `NotSupported` in more placesChristiaan Dirkx-47/+48
2021-04-18Bump since to 1.52.0CDirkx-1/+1
2021-04-18Update `decode_error_kind` to decode os errors to `NotSupported`Christiaan Dirkx-0/+4
2021-04-18Add and insta-stabilize `std::io::ErrorKind::NotSupported`Christiaan Dirkx-6/+11
2021-04-18Auto merge of #84207 - SimonSapin:deprecate-core-raw, r=dtolnaybors-0/+1
2021-04-16Add documentation to help people find `Ipv4Addr::UNSPECIFIED`Josh Triplett-0/+3
2021-04-16doc: use U+2212 for minus sign in floating-point -0.0 remarksTrevor Spiteri-4/+4
2021-04-16std: Add a variant of thread locals with const initAlex Crichton-49/+227
2021-04-14Requires deprecated *and* deprecated_in_future, depending on what stage is bu...David Tolnay-1/+1
2021-04-14s/deprecated_in_future/deprecated/David Tolnay-1/+1
2021-04-15Deprecate the core::raw / std::raw moduleSimon Sapin-0/+1
2021-04-15Rollup merge of #84177 - ehuss:join_paths-err, r=kennytmDylan DPC-1/+1
2021-04-15Rollup merge of #82492 - CDirkx:sys_common_alloc, r=m-ou-seDylan DPC-8/+22
2021-04-14Update documentationChristiaan Dirkx-5/+17
2021-04-14Move `std::sys_common::alloc` to `std::sys::common`Christiaan Dirkx-3/+5
2021-04-13Fix join_paths error display.Eric Huss-1/+1
2021-04-13Rollup merge of #84084 - m-ou-se:stabilize-zero, r=scottmcmDylan DPC-1/+0
2021-04-13Auto merge of #82992 - philippeitis:stabilize_bufreader_seek_relative, r=work...bors-1/+1
2021-04-12Auto merge of #82918 - Manishearth:edition-2015-warn, r=oli-obkbors-0/+1
2021-04-12Auto merge of #83776 - jyn514:update-stdarch-docs, r=Amanieubors-14/+8
2021-04-12Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de...Manish Goregaokar-0/+1
2021-04-12Stabilize duration_zero.Mara Bos-1/+0
2021-04-12Update stdarch submodule (to before it switched to const generics)Joshua Nelson-14/+8
2021-04-12Rollup merge of #84094 - tmiasko:remove-fixed-size-array, r=m-ou-seDylan DPC-1/+0