| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Delete ctr-std to use my fork of the rust repo instead | Vivian Lim | 2021-02-06 | 1 | -167/+0 |
| | | |||||
| * | Update for nightly-2018-08-18 | Fenrir | 2018-08-19 | 1 | -0/+1 |
| | | |||||
| * | Update for latest nightly 2018-06-09 (#70) | Valentin | 2018-06-15 | 1 | -14/+47 |
| | | | | | * Update for latest nightly 2018-06-09 * We now have a proper horizon os and sys modules in libstd | ||||
| * | Update for latest nightly 2018-05-06 | linouxis9 | 2018-05-07 | 1 | -2/+0 |
| | | |||||
| * | Recreate ctr-std from latest nightly | Fenrir | 2018-01-21 | 1 | -17/+36 |
| | | |||||
| * | Patch `std` to be compatible with Rust nightly-2017-12-01 | Fenrir | 2017-12-01 | 1 | -0/+2 |
| | | | | | This only fixes things enough so that the project compiles again. More standard library changes from upstream Rust will be pulled in later. | ||||
| * | update collections module | Fenrir | 2017-07-09 | 1 | -1/+0 |
| | | | | | also remove deprecated `collections` crate dependency | ||||
| * | 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 | 1 | -0/+1 |
| | | |||||
| * | Add HashMap and HashSet | Fenrir | 2017-03-11 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #28 from FenrirWolf/fs | Ronald Kinard | 2017-03-11 | 1 | -0/+1 |
| |\ | | | | | Add std::fs module | ||||
| | * | Add fs module | Fenrir | 2017-03-10 | 1 | -0/+1 |
| | | | |||||
| * | | Initial thread support | Fenrir | 2017-03-05 | 1 | -0/+3 |
| |/ | |||||
| * | implement buffered stdio | Fenrir | 2017-02-24 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #18 from FenrirWolf/time | Ronald Kinard | 2017-02-23 | 1 | -2/+76 |
| |\ | | | | | ctr-std: add time module | ||||
| | * | ctr-std: Add Time module | Fenrir | 2017-02-18 | 1 | -2/+76 |
| | | | |||||
| * | | Add sync::mutex | Fenrir | 2017-02-20 | 1 | -0/+1 |
| |/ | |||||
| * | Add thread local storage support | Fenrir | 2017-02-18 | 1 | -0/+2 |
| | | |||||
| * | We stdlib now | Fenrir | 2017-01-21 | 1 | -0/+50 |