| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-04-24 | Rollup merge of #71492 - LeSeulArtichaut:document-unsafe-2, r=Mark-Simulacrum | Dylan DPC | -10/+8 | |
| Document unsafety in core::{panicking, alloc::layout, hint, iter::adapters::zip} Helps with #66219. r? @Mark-Simulacrum do you want to continue reading safety comments? :D | ||||
| 2020-04-24 | Document unsafety in `core::{panicking, alloc::layout, hint, ↵ | LeSeulArtichaut | -10/+8 | |
| iter::adapters::zip}` | ||||
| 2020-04-23 | Rollup merge of #71442 - TimDiekmann:allocref-mut-ref, r=Amanieu | Dylan DPC | -0/+47 | |
| Add a "by reference" adaptor for `AllocRef` Fixes rust-lang/wg-allocators#53 r? @Amanieu | ||||
| 2020-04-22 | Add a "by reference" adaptor for `AllocRef` | Tim Diekmann | -0/+47 | |
| 2020-04-22 | Make `AllocErr` copyable | Tim Diekmann | -1/+1 | |
| 2020-04-20 | Improve Layout::extend docs | CAD97 | -3/+4 | |
| 2020-04-20 | Update src/libcore/alloc/layout.rs | Christopher Durham | -2/+2 | |
| Co-Authored-By: Amanieu d'Antras <amanieu@gmail.com> | ||||
| 2020-04-17 | Clarify layout information in Layout::extend | CAD97 | -3/+5 | |
| 2020-04-16 | Apply suggestions from code review | Christopher Durham | -1/+3 | |
| Co-Authored-By: Ralf Jung <post@ralfj.de> | ||||
| 2020-04-15 | Add note about Layout::pad_to_align to Layout::extend | CAD97 | -3/+31 | |
| 2020-04-15 | emphasize *no trailing padding* | Christopher Durham | -1/+1 | |
| 2020-04-08 | Stabilize some of alloc_layout_extras | CAD97 | -14/+11 | |
| 2020-04-03 | Update mod.rs | Tim Diekmann | -1/+1 | |
| 2020-04-03 | Minor doc improvements on `AllocRef` | Tim Diekmann | -19/+22 | |
| 2020-04-02 | Improve docs in `AllocRef` | Tim Diekmann | -5/+7 | |
| 2020-03-29 | Fix links for `AllocInit` methods | Tim Diekmann | -2/+2 | |
| 2020-03-29 | Revert "Fix links for `AllocInit` methods" | Tim Diekmann | -2/+2 | |
| This reverts commit d241db2d4e620277ddb47dd26779982709f851d8. | ||||
| 2020-03-29 | Fix links for `AllocInit` methods | Tim Diekmann | -2/+2 | |
| 2020-03-29 | Minor doc fixes in `AllocInit::init` | Tim Diekmann | -3/+3 | |
| 2020-03-29 | Implement `init` and `init_offset` on `AllocInit` and mark it unsafe | Tim Diekmann | -22/+31 | |
| 2020-03-28 | Make fields in `MemoryBlock` public | Tim Diekmann | -43/+20 | |
| 2020-03-26 | Mark `Layout::dangling` inline | Tim Diekmann | -0/+1 | |
| 2020-03-26 | Apply suggestions from code review | Tim Diekmann | -10/+11 | |
| Co-Authored-By: Amanieu d'Antras <amanieu@gmail.com> | ||||
| 2020-03-26 | Remove alignment from `MemoryBlock` | Tim Diekmann | -61/+104 | |
| 2020-03-26 | Remove unused import from libcore/alloc | Tim Diekmann | -1/+1 | |
| 2020-03-26 | Use `NonNull` instead of `Unique` in `MemoryBlock` | Tim Diekmann | -4/+3 | |
| 2020-03-26 | Fix issues from review and unsoundness of `RawVec::into_box` | Tim Diekmann | -180/+137 | |
| 2020-03-26 | Overhaul of the `AllocRef` trait to match allocator-wg's latest consens | Tim Diekmann | -0/+919 | |
