index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
vxworks
Age
Commit message (
Expand
)
Author
Lines
2021-04-19
Move `sys::vxworks` code to `sys::unix`
Christiaan Dirkx
-416
/
+0
2021-04-18
Rename `NotSupported` to `Unsupported`
Christiaan Dirkx
-1
/
+1
2021-04-18
Update `decode_error_kind` to decode os errors to `NotSupported`
Christiaan Dirkx
-0
/
+1
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-3
/
+6
2020-10-16
Take some of sys/vxworks/process/* from sys/unix instead.
Mara Bos
-402
/
+50
2020-10-16
Take sys/vxworks/{os,path,pipe} from sys/unix instead.
Mara Bos
-441
/
+3
2020-10-16
Take sys/vxworks/{fd,fs,io} from sys/unix instead.
Mara Bos
-900
/
+3
2020-10-16
Take sys/vxworks/cmath from sys/unix instead.
Mara Bos
-32
/
+1
2020-10-16
Take sys/vxworks/args from sys/unix instead.
Mara Bos
-95
/
+1
2020-10-16
Take sys/vxworks/memchar from sys/unix instead.
Mara Bos
-21
/
+1
2020-10-16
Take sys/vxworks/net from sys/unix instead.
Mara Bos
-358
/
+1
2020-10-16
Take sys/vxworks/ext/* from sys/unix instead.
Mara Bos
-1321
/
+1
2020-10-16
Add weak macro to vxworks.
Mara Bos
-0
/
+4
2020-10-16
Take sys/vxworks/alloc from sys/unix instead.
Mara Bos
-49
/
+1
2020-10-16
Take sys/vxworks/thread_local_key from sys/unix instead.
Mara Bos
-34
/
+1
2020-10-16
Take sys/vxworks/stdio from sys/unix instead.
Mara Bos
-69
/
+1
2020-10-16
Take sys/vxworks/thread from sys/unix instead.
Mara Bos
-155
/
+1
2020-10-16
Take sys/vxworks/stack_overflow from sys/unix instead.
Mara Bos
-38
/
+1
2020-10-16
Take sys/vxworks/time from sys/unix instead.
Mara Bos
-197
/
+1
2020-10-16
Take sys/vxworks/rwlock from sys/unix instead.
Mara Bos
-114
/
+1
2020-10-16
Take sys/vxworks/condvar from sys/unix instead.
Mara Bos
-91
/
+1
2020-10-16
Take sys/vxworks/mutex from sys/unix instead.
Mara Bos
-133
/
+1
2020-10-14
Remove lifetime from StaticMutex and assume 'static.
Mara Bos
-1
/
+1
2020-10-09
unix/vxworks: make DirEntry slightly smaller
Josh Stone
-4
/
+3
2020-10-02
Make it possible to have unboxed condvars on specific platforms.
Mara Bos
-0
/
+2
2020-10-02
Make it possible to have unboxed mutexes on specific platforms.
Mara Bos
-0
/
+2
2020-10-02
Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnay
Yuki Okushi
-7
/
+6
2020-09-27
Split sys_common::Mutex in StaticMutex and MovableMutex.
Mara Bos
-7
/
+6
2020-09-20
try again to appease tidy
Without Boats
-1
/
+0
2020-09-20
fix typos
Without Boats
-2
/
+2
2020-09-20
Make RawFd implement the RawFd traits
Without Boats
-0
/
+20
2020-09-12
Remove Windows details from Unix and VmWorks symlink() docstrings
Nicholas Bishop
-9
/
+0
2020-09-04
Fix nlink example typo
Chris Gillespie
-1
/
+1
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-27
/
+26
2020-08-27
Rollup merge of #75758 - bpangWR:master, r=Mark-Simulacrum
Dylan DPC
-14
/
+5
2020-08-25
For VxWorks:
Pang, Baoshan
-14
/
+5
2020-08-21
Make raw standard stream constructors const
Tomasz Miąsko
-3
/
+3
2020-08-21
Remove result type from raw standard streams constructors
Tomasz Miąsko
-7
/
+7
2020-08-15
inline linking
Prabakaran Kumaresshan
-6
/
+2
2020-08-15
remove empty lines
Prabakaran Kumaresshan
-7
/
+0
2020-08-15
resolve comments
Prabakaran Kumaresshan
-16
/
+8
2020-08-15
Switch to intra-doc links in std/src/sys/vxworks/ext/{fs,process}.rs
Prabakaran Kumaresshan
-19
/
+19
2020-07-27
mv std libs to library/
mark
-0
/
+4805