| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-21 | Improve some SAFETY comments following suggestions | Alexis Bourget | -6/+17 | |
| 2020-09-21 | Finished documenting all unsafe op inside unsafe fn | Alexis Bourget | -5/+17 | |
| 2020-09-21 | Deny unsafe op in unsafe fns without the unsafe keyword, first part for ↵ | Alexis Bourget | -36/+91 | |
| std/thread | ||||
| 2020-09-03 | Use inline(never) instead of cold | Howard Su | -3/+2 | |
| inline(never) is better way to avoid optimizer to inline the function instead of cold. | ||||
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -470/+465 | |
| Also doing fmt inplace as requested. | ||||
| 2020-08-20 | Move to intra doc links for std::thread documentation | Alexis Bourget | -87/+40 | |
| 2020-07-29 | Disallow missing unsafe blocks in unsafe fn in panicking.rs | Alexis Bourget | -1/+5 | |
| This adds SAFETY comments where necessary, explaining the preconditions and how they are respected. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+2534 | |
