| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -2947/+0 | |
| 2020-01-24 | Remove unused ignore-license directives | Tomasz Miąsko | -1/+0 | |
| The tidy check was removed in rust-lang/rust#53617 | ||||
| 2019-12-22 | Format the world | Mark Rousskov | -998/+1100 | |
| 2019-08-15 | Remove uses of `mem::uninitialized()` from cloudabi | Lzu Tao | -0/+1 | |
| 2019-07-23 | Use raw pointers in std::sys::cloudabi when passing MaybeUninit values | Nathan | -2/+2 | |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -75/+75 | |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -9/+7 | |
| 2019-01-13 | Cosmetic improvements | Alexander Regueiro | -1/+1 | |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 | |
| Found with `git grep -P '\b([a-z]+)\s+\1\b'` | ||||
| 2018-08-15 | Make cloudapi enums #[non_exhaustive] | varkor | -9/+9 | |
| 2018-01-11 | Import the CloudABI system call bindings into the libstd tree. | Ed Schouten | -0/+2847 | |
| These automatically generated Rust source files allow us to invoke system calls within CloudABI processes. These will be used by libstd to implement primitives for I/O, threading, etc. These source files are normally part of the 'cloudabi' crate. In the case of libstd, we'd better copy them into the source tree, as having external dependencies in libstd is a bit messy. Original source files can be found here: https://github.com/NuxiNL/cloudabi/tree/master/rust | ||||
