| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-26 | Auto merge of #74225 - poliorcetics:std-thread-unsafe-op-in-unsafe-fn, ↵ | bors | -36/+107 | |
| r=joshtriplett Std/thread: deny unsafe op in unsafe fn Partial fix of #73904. This encloses `unsafe` operations in `unsafe fn` in `libstd/thread`. `@rustbot` modify labels: F-unsafe-block-in-unsafe-fn | ||||
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+2 | |
| This may not be strictly minimal, but all unstable functions also need a `rustc_const_unstable` attribute. | ||||
| 2020-09-21 | Fix missing unsafe block for target arch wasm32 | Alexis Bourget | -3/+10 | |
| 2020-09-21 | Fix accordingly to review | Alexis Bourget | -22/+20 | |
| 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 | -28/+71 | |
| 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 | -200/+6 | |
| Also doing fmt inplace as requested. | ||||
| 2020-08-20 | Move to intra doc links for std::thread documentation | Alexis Bourget | -5/+3 | |
| 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/+747 | |
