| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -75/+0 | |
| 2019-12-22 | Format the world | Mark Rousskov | -2/+2 | |
| 2019-04-10 | Eliminate `FnBox` usages from libstd. | CrLF0710 | -3/+2 | |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -4/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-08 | avoid using the word 'initialized' to talk about that non-reentrant-capable ↵ | Ralf Jung | -1/+1 | |
| state of the mutex | ||||
| 2018-08-06 | actually, reentrant uninitialized mutex acquisition is outright UB | Ralf Jung | -3/+2 | |
| 2018-08-06 | argue why at_exit_imp is fine | Ralf Jung | -3/+3 | |
| 2018-08-06 | clarify partially initialized Mutex issues | Ralf Jung | -0/+6 | |
| 2018-07-10 | Deny bare trait objects in `src/libstd`. | ljedrz | -2/+2 | |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -13/+14 | |
| Signed-off-by: NODA, Kai <nodakai@gmail.com> | ||||
| 2018-04-12 | Import the `alloc` crate as `alloc_crate` in std | Simon Sapin | -1/+1 | |
| … to make the name `alloc` available. | ||||
| 2016-11-01 | std: Move sys_common to libstd/sys_common | Brian Anderson | -0/+80 | |
| Make the directory structure reflect the module structure. I've always found the existing structure confusing. | ||||
