| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-03-31 | std: move `thread::current` TLS variable out of `thread_info` | joboet | -53/+0 |
| 2024-02-27 | Use the OS thread name by default for the current thread | Chris Denton | -1/+3 |
| 2023-09-11 | Refactor `thread_info` to remove the `RefCell` | Trevor Gross | -16/+21 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -1/+0 |
| 2021-09-16 | Merge two THREAD_INFO.with and following RefCell borrow | bjorn3 | -2/+5 |
| 2021-09-16 | Replace a couple of asserts with rtassert! in rt code | bjorn3 | -1/+1 |
| 2021-09-16 | Remove unused function | bjorn3 | -4/+0 |
| 2021-09-16 | Use const {} for the THREAD_INFO thread local | bjorn3 | -1/+2 |
| 2021-09-16 | Optimize ThreadInfo::with | bjorn3 | -6/+7 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+46 |
