index
:
ctru-rs
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctr-std
/
src
/
sys
/
unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete ctr-std to use my fork of the rust repo instead
Vivian Lim
2021-02-06
44
-10892
/
+0
*
Update for nightly-2018-08-18
Fenrir
2018-08-19
16
-110
/
+241
*
Update for latest nightly 2018-06-09 (#70)
Valentin
2018-06-15
43
-874
/
+7977
*
Update for latest nightly 2018-05-06
linouxis9
2018-05-07
5
-32
/
+25
*
Update to new panic ABI
Fenrir
2018-04-21
1
-0
/
+4
*
Update for Rust nightly 2018-04-19
Fenrir
2018-04-21
3
-2
/
+25
*
Make std::path aware of archive prefixes (#61)
FenrirWolf
2018-03-04
1
-2
/
+10
*
Fix TcpStream::wait_timeout
Fenrir
2018-02-13
1
-2
/
+4
*
Don't use ioctl for TcpStream::connect_timeout
Fenrir
2018-02-13
1
-3
/
+1
*
Stub out set_cloexec
Fenrir
2018-02-11
1
-26
/
+2
*
Filter out glibc symbols
Fenrir
2018-02-11
1
-0
/
+1
*
Increase reader count + style fixes
Fenrir
2018-01-25
1
-3
/
+19
*
Notify all threads when the write-lock goes out of scope
Fenrir
2018-01-25
1
-1
/
+1
*
Fix mutex try_lock logic
Fenrir
2018-01-25
1
-4
/
+4
*
Initial rwlock impl
Fenrir
2018-01-25
1
-4
/
+54
*
Restore thread APIs that were accidentally deleted
Fenrir
2018-01-22
1
-0
/
+18
*
Recreate ctr-std from latest nightly
Fenrir
2018-01-21
26
-217
/
+1479
*
Patch `std` to be compatible with Rust nightly-2017-12-01
Fenrir
2017-12-01
2
-38
/
+29
*
Update bindings for libctru v1.4.0
Fenrir
2017-11-18
1
-16
/
+13
*
Thread fixes + module update
Fenrir
2017-07-26
2
-20
/
+29
*
Merge branch 'master' into nightly_update
panicbit
2017-07-11
5
-21
/
+19
|
\
|
*
Update libraries for ctru-sys changes
Fenrir
2017-07-10
5
-21
/
+19
*
|
Merge branch 'master' into nightly_update
panicbit
2017-07-10
1
-17
/
+4
|
\
|
|
*
Use libc from crates.io
Fenrir
2017-07-07
1
-17
/
+4
*
|
update collections module
Fenrir
2017-07-09
2
-101
/
+0
*
|
ctr-std: Migrate to the new liballoc API
panicbit
2017-07-10
1
-20
/
+0
*
|
ctr-std: Add heap allocator shim
panicbit
2017-07-10
2
-0
/
+101
|
/
*
fix condvar impl
Fenrir
2017-03-19
1
-5
/
+34
*
Add HashMap and HashSet
Fenrir
2017-03-11
2
-0
/
+55
*
Merge pull request #28 from FenrirWolf/fs
Ronald Kinard
2017-03-11
3
-0
/
+594
|
\
|
*
Add fs module
Fenrir
2017-03-10
3
-0
/
+594
*
|
Bump minimum thread stack size
Fenrir
2017-03-06
1
-1
/
+1
*
|
Ensure child threads have higher priority than main
Fenrir
2017-03-05
1
-2
/
+9
*
|
Add the rest of std::sync
Fenrir
2017-03-05
1
-6
/
+13
*
|
Initial thread support
Fenrir
2017-03-05
4
-0
/
+265
|
/
*
implement buffered stdio
Fenrir
2017-02-24
4
-0
/
+301
*
Merge pull request #18 from FenrirWolf/time
Ronald Kinard
2017-02-23
2
-2
/
+346
|
\
|
*
Overhaul Instant impl
Fenrir
2017-02-18
1
-39
/
+42
|
*
Yet another bugfix
Fenrir
2017-02-18
1
-6
/
+7
|
*
use libc types in Instant impl
Fenrir
2017-02-18
1
-2
/
+2
|
*
fix Instant impl
Fenrir
2017-02-18
1
-2
/
+2
|
*
use svcGetSystemTick for Instant
Fenrir
2017-02-18
1
-9
/
+36
|
*
ctr-std: Add Time module
Fenrir
2017-02-18
2
-2
/
+315
*
|
Add sync::mutex
Fenrir
2017-02-20
2
-0
/
+85
|
/
*
Add thread local storage support
Fenrir
2017-02-18
3
-0
/
+184
*
We stdlib now
Fenrir
2017-01-21
7
-0
/
+474