| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #26 from FenrirWolf/thread | Ronald Kinard | 2017-03-11 | 32 | -21/+10126 | |
| |\ \ | |/ |/| | ||||||
| | * | Bump minimum thread stack size | Fenrir | 2017-03-06 | 1 | -1/+1 | |
| | * | Terminate all threads when panicking | Fenrir | 2017-03-06 | 1 | -1/+13 | |
| | * | 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 | 17 | -14/+6707 | |
| | * | Initial thread support | Fenrir | 2017-03-05 | 17 | -7/+3400 | |
| |/ | ||||||
| * | Merge pull request #24 from FenrirWolf/unit_type | Ronald Kinard | 2017-02-25 | 6 | -39/+17 | |
| |\ | ||||||
| | * | Use unit type in subsystem structs | Fenrir | 2017-02-24 | 6 | -39/+17 | |
| * | | Merge pull request #22 from FenrirWolf/stdio | Ronald Kinard | 2017-02-25 | 12 | -109/+1303 | |
| |\ \ | |/ |/| | ||||||
| | * | implement buffered stdio | Fenrir | 2017-02-24 | 12 | -109/+1303 | |
| * | | Merge pull request #23 from panicbit/unmarked_api | Ronald Kinard | 2017-02-24 | 1 | -0/+2 | |
| |\ \ | |/ |/| | ||||||
| | * | ctr-std: Mark thread::panicking | panicbit | 2017-02-24 | 1 | -0/+2 | |
| |/ | ||||||
| * | Merge pull request #20 from panicbit/service_ssl | Ronald Kinard | 2017-02-23 | 2 | -0/+40 | |
| |\ | ||||||
| | * | Partial sslc service implementation | panicbit | 2017-02-21 | 2 | -0/+40 | |
| * | | Merge pull request #18 from FenrirWolf/time | Ronald Kinard | 2017-02-23 | 5 | -2/+1215 | |
| |\ \ | ||||||
| | * | | 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 | 3 | -9/+40 | |
| | * | | ctr-std: Add Time module | Fenrir | 2017-02-18 | 5 | -2/+1184 | |
| | |/ | ||||||
| * | | Merge pull request #21 from FenrirWolf/mutex | Ronald Kinard | 2017-02-23 | 11 | -5/+1286 | |
| |\ \ | |/ |/| | ||||||
| | * | Add sync::mutex | Fenrir | 2017-02-20 | 11 | -5/+1286 | |
| |/ | ||||||
| * | Merge pull request #19 from FenrirWolf/thread_local | Ronald Kinard | 2017-02-18 | 8 | -0/+1249 | |
| |\ | ||||||
| | * | Add thread local storage support | Fenrir | 2017-02-18 | 8 | -0/+1249 | |
| |/ | ||||||
| * | Merge pull request #16 from FenrirWolf/collections | Ronald Kinard | 2017-02-01 | 2 | -0/+461 | |
| |\ | ||||||
| | * | ctr-std: add collections module | Fenrir | 2017-02-01 | 2 | -0/+461 | |
| |/ | ||||||
| * | Merge pull request #15 from FenrirWolf/std | Ronald Kinard | 2017-01-28 | 126 | -3415/+16417 | |
| |\ | ||||||
| | * | ctru-rs: impl Seek for File | Fenrir | 2017-01-28 | 1 | -2/+23 | |
| | * | ctr-std: Fix panic message formatting | Fenrir | 2017-01-27 | 1 | -2/+2 | |
| | * | ctru-rs: impl Read and Write for File | Fenrir | 2017-01-27 | 1 | -62/+143 | |
| | * | ctru-rs: Add Error module | Fenrir | 2017-01-27 | 6 | -8/+49 | |
| | * | ctr-libc: remove conditional dependency on std | Fenrir | 2017-01-24 | 5 | -18/+2 | |
| | * | Bring in all the crates | Fenrir | 2017-01-21 | 18 | -78/+66 | |
| | * | We stdlib now | Fenrir | 2017-01-21 | 84 | -2750/+4569 | |
| | * | Update Cargo.toml | Fenrir | 2017-01-17 | 2 | -5/+0 | |
| | * | Fixes for latest nightlies (Rust 1.16.0) | Fenrir | 2017-01-02 | 7 | -294/+8 | |
| | * | Regenerate gpu bindings | Fenrir | 2016-10-28 | 4 | -246/+186 | |
| | * | Regenerate raw service bindings | Fenrir | 2016-10-28 | 39 | -815/+1628 | |
| | * | Use bitflags for fs services | Fenrir | 2016-10-28 | 4 | -187/+227 | |
| | * | ctru-sys: recreate types.h and libc bindings | Fenrir | 2016-10-28 | 11 | -48/+87 | |
| | * | Minor console refactor | Fenrir | 2016-10-28 | 1 | -25/+12 | |
| | * | Split out libstd crate | Fenrir | 2016-10-28 | 45 | -413/+4925 | |
| | * | libstd prelude, take 2 | Fenrir | 2016-10-27 | 21 | -106/+136 | |
| | * | Fix deprecation and stablization warnings | Fenrir | 2016-10-15 | 4 | -7/+2 | |
| | * | Remove libc OS error functions | Fenrir | 2016-10-06 | 4 | -297/+13 | |
| | * | Remove [cfg(windows)] stuff from path | Fenrir | 2016-10-06 | 1 | -95/+0 | |
| | * | Add io module from libstd | Fenrir | 2016-10-06 | 14 | -2/+5510 | |
| | * | Add memchr | Fenrir | 2016-10-06 | 1 | -0/+397 | |
| | * | ctru-sys: add errno function | Fenrir | 2016-10-06 | 1 | -1/+2 | |