aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/sync
Commit message (Collapse)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-0616-9738/+0
|
* Update for nightly-2018-08-18Fenrir2018-08-195-25/+63
|
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-153-14/+15
| | | | * 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-06linouxis92018-05-071-0/+2
|
* Update for Rust nightly 2018-04-19Fenrir2018-04-215-10/+223
|
* Recreate ctr-std from latest nightlyFenrir2018-01-2113-427/+1247
|
* Patch `std` to be compatible with Rust nightly-2017-12-01Fenrir2017-12-011-1/+1
| | | | This only fixes things enough so that the project compiles again. More standard library changes from upstream Rust will be pulled in later.
* Add the rest of std::syncFenrir2017-03-0513-1/+6693
|
* Initial thread supportFenrir2017-03-053-0/+1262
|
* Add sync::mutexFenrir2017-02-202-5/+686
|
* We stdlib nowFenrir2017-01-211-0/+29