about summary refs log tree commit diff
path: root/src/libstd/sys/vxworks/os.rs
AgeCommit message (Expand)AuthorLines
2020-01-10make use of pointer::is_nullLzu Tao-4/+3
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-2/+2
2019-12-24Deprecate Error::description for realDavid Tolnay-0/+1
2019-12-22Format the worldMark Rousskov-43/+50
2019-11-22ensure that access to the environment is synchronizedBaoshanPang-7/+12
2019-11-04Implemented the home_dir for VxWorksUmesh Kalappa-1/+2
2019-09-20No home directory on vxWorksBaoshan Pang-22/+1
2019-07-16Add supporting for vxWorksBaoshan Pang-0/+324