| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-14 | core: Apply unsafe_op_in_unsafe_fn | Eric Huss | -1/+1 | |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -2/+2 | |
| 2024-09-07 | restate GlobalAlloc method safety preconditions in terms of what the caller ↵ | Adam Sandberg Ericsson | -15/+17 | |
| has to do for greater clarity | ||||
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+1 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-07-26 | Fix doc nits | John Arundel | -4/+4 | |
| Many tiny changes to stdlib doc comments to make them consistent (for example "Returns foo", rather than "Return foo", per RFC1574), adding missing periods, paragraph breaks, backticks for monospace style, and other minor nits. https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text | ||||
| 2024-03-19 | SeqCst->Relaxed in doc examples. | Mara Bos | -6/+3 | |
| SeqCst is unnecessary here. | ||||
| 2024-01-13 | libs: use `assert_unchecked` instead of intrinsic | joboet | -1/+1 | |
| 2023-03-01 | Fix docs for `alloc::realloc` | overlookmotel | -1/+2 | |
| Fixes #108546 | ||||
| 2023-02-09 | Clarify `new_size` for realloc means bytes | Jubilee | -4/+5 | |
| 2022-11-18 | clarify that realloc refreshes pointer provenance even when the allocation ↵ | Ralf Jung | -3/+5 | |
| remains in-place | ||||
| 2022-08-05 | cleanup code w/ pointers in std a little | Maybe Waffle | -1/+1 | |
| 2022-05-14 | Remove potentially misleading realloc parenthetical | CAD97 | -5/+3 | |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -1/+1 | |
| 2021-07-21 | docs: GlobalAlloc: Make example only require 4096-aligned static | Ian Jackson | -3/+3 | |
| Alignments > 4k are not supported, https://github.com/rust-lang/rust/issues/70022 https://github.com/rust-lang/rust/issues/70144 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk> | ||||
| 2021-07-20 | docs: GlobalAlloc: completely replace example with one that works | Ian Jackson | -11/+56 | |
| Since this is an example, this could really do with some review from someone familiar with unsafe stuff ! I made the example no longer `no_run` since it works for me. Fixes #81847 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk> Co-authored-by: Amanieu d'Antras <amanieu@gmail.com> | ||||
| 2021-02-28 | Try to clarify GlobalAlloc::realloc documentation comment. | Vytautas Astrauskas | -2/+5 | |
| 2020-12-26 | Adjust markdown text to be more like the rendered text | oli | -5/+3 | |
| 2020-12-26 | Update library/core/src/alloc/global.rs | Oli Scherer | -1/+1 | |
| Co-authored-by: Ralf Jung <post@ralfj.de> | ||||
| 2020-12-04 | Update documentation to review comments | oli | -6/+9 | |
| 2020-11-19 | Inform tidy about the reason for the ignored rust code | oli | -1/+1 | |
| 2020-11-19 | Elaborate on side effects | oli | -1/+2 | |
| 2020-11-19 | Fix tidy | oli | -1/+1 | |
| 2020-11-19 | Note that there are other optimizations than the one showcased | oli | -0/+6 | |
| 2020-11-19 | Document that heap allocations are not guaranteed to happen, even if ↵ | oli | -0/+13 | |
| explicitly performed in the code | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+208 | |
