aboutsummaryrefslogtreecommitdiff
path: root/ctr-std
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use libc from crates.ioFenrir2017-07-075-25/+240
| | | | | | | | The libc crate has newlib bindings now, so we don't have to maintain them in-tree anymore
* | update collections moduleFenrir2017-07-098-494/+1062
| | | | | | | | also remove deprecated `collections` crate dependency
* | Add default allocator symbolspanicbit2017-07-102-1/+168
| |
* | ctr-std: Migrate to the new liballoc APIpanicbit2017-07-103-27/+8
| |
* | ctr-std: Add heap allocator shimpanicbit2017-07-102-0/+101
| |
* | ctr-std: Use liballoc from rust-srcpanicbit2017-07-103-3/+3
| |
* | Update target jsonpanicbit2017-07-101-14/+2
|/
* More changes needed after today's rustup updateCristian Carlesso2017-05-161-7/+7
|
* Make ctru-rs compile againCristian Carlesso2017-04-305-69/+4
|
* fix condvar implFenrir2017-03-191-5/+34
|
* Add HashMap and HashSetFenrir2017-03-1112-5/+6299
|
* Merge pull request #28 from FenrirWolf/fsRonald Kinard2017-03-116-22/+3543
|\ | | | | Add std::fs module
| * Add fs moduleFenrir2017-03-107-23/+3544
| |
* | Bump minimum thread stack sizeFenrir2017-03-061-1/+1
| | | | | | | | FBI uses 64kb threads so it must be legit
* | Terminate all threads when panickingFenrir2017-03-061-1/+13
| |
* | Ensure child threads have higher priority than mainFenrir2017-03-051-2/+9
| |
* | Add the rest of std::syncFenrir2017-03-0517-14/+6707
| |
* | Initial thread supportFenrir2017-03-0517-7/+3400
|/
* Merge pull request #22 from FenrirWolf/stdioRonald Kinard2017-02-2512-109/+1303
|\ | | | | Implement synchronized stdio
| * implement buffered stdioFenrir2017-02-2412-109/+1303
| |
* | ctr-std: Mark thread::panickingpanicbit2017-02-241-0/+2
|/
* Merge pull request #18 from FenrirWolf/timeRonald Kinard2017-02-235-2/+1215
|\ | | | | ctr-std: add time module
| * Overhaul Instant implFenrir2017-02-181-39/+42
| |
| * Yet another bugfixFenrir2017-02-181-6/+7
| | | | | | | | Also renamed stuff and improved the documentation
| * use libc types in Instant implFenrir2017-02-181-2/+2
| |
| * fix Instant implFenrir2017-02-181-2/+2
| |
| * use svcGetSystemTick for InstantFenrir2017-02-183-9/+40
| |
| * ctr-std: Add Time moduleFenrir2017-02-185-2/+1184
| |
* | Add sync::mutexFenrir2017-02-2011-5/+1286
|/
* Add thread local storage supportFenrir2017-02-188-0/+1249
|
* ctr-std: add collections moduleFenrir2017-02-012-0/+461
|
* ctr-std: Fix panic message formattingFenrir2017-01-271-2/+2
|
* ctr-libc: remove conditional dependency on stdFenrir2017-01-242-2/+0
| | | | I'd thought that it would be necessary for implementing features such as the std::os::raw types in ctr-std, but I do not believe that that is the case.
* Bring in all the cratesFenrir2017-01-212-0/+8
|
* We stdlib nowFenrir2017-01-2140-0/+16913