| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Delete ctr-std to use my fork of the rust repo instead | Vivian Lim | 2021-02-06 | 19 | -4260/+0 |
| | | |||||
| * | Update for nightly-2018-08-18 | Fenrir | 2018-08-19 | 8 | -39/+77 |
| | | |||||
| * | Update for latest nightly 2018-06-09 (#70) | Valentin | 2018-06-15 | 11 | -37/+46 |
| | | | | | * 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 | -1/+1 |
| | | |||||
| * | Update for Rust nightly 2018-04-19 | Fenrir | 2018-04-21 | 5 | -28/+25 |
| | | |||||
| * | Filter out glibc symbols | Fenrir | 2018-02-11 | 1 | -2/+2 |
| | | | | | we're not glibc and these caused a linker error when building `std` in debug mode | ||||
| * | Recreate ctr-std from latest nightly | Fenrir | 2018-01-21 | 16 | -422/+3003 |
| | | |||||
| * | Add unwinding strategy for panics | Fenrir | 2017-07-31 | 1 | -0/+4 |
| | | |||||
| * | Thread fixes + module update | Fenrir | 2017-07-26 | 1 | -14/+4 |
| | | |||||
| * | Use libc from crates.io | Fenrir | 2017-07-07 | 2 | -4/+231 |
| | | | | | The libc crate has newlib bindings now, so we don't have to maintain them in-tree anymore | ||||
| * | Initial thread support | Fenrir | 2017-03-05 | 6 | -0/+289 |
| | | |||||
| * | implement buffered stdio | Fenrir | 2017-02-24 | 2 | -0/+95 |
| | | |||||
| * | Add sync::mutex | Fenrir | 2017-02-20 | 4 | -0/+504 |
| | | |||||
| * | Add thread local storage support | Fenrir | 2017-02-18 | 2 | -0/+271 |
| | | |||||
| * | We stdlib now | Fenrir | 2017-01-21 | 2 | -0/+255 |