| Age | Commit message (Expand) | Author | Lines |
| 2020-05-01 | Document unsafety for `*const T` and `*mut T` | LeSeulArtichaut | -4/+8 |
| 2020-04-30 | Rollup merge of #71597 - CohenArthur:refactor-unique-empty, r=shepmaster | Dylan DPC | -2/+1 |
| 2020-04-30 | Rollup merge of #71692 - dfreese:cfgdocs, r=kennytm | Dylan DPC | -0/+4 |
| 2020-04-30 | Rollup merge of #71672 - lcnr:instrinsics-wow, r=Dylan-DPC | Dylan DPC | -12/+86 |
| 2020-04-30 | rename-unique: Rename Unique::empty() to Unique::dangling() | cohenarthur | -2/+1 |
| 2020-04-29 | Update src/libcore/macros/mod.rs | David Freese | -1/+1 |
| 2020-04-29 | Add clarification on std::cfg macro docs v. #[cfg] attribute | David Freese | -0/+4 |
| 2020-04-29 | Rollup merge of #71680 - nicholasbishop:bishop-fix-eq-link, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2020-04-29 | Rollup merge of #71507 - CohenArthur:document-unsafe-libcore-ptr, r=Mark-Simu... | Dylan DPC | -7/+45 |
| 2020-04-29 | Fix doc link to Eq trait from PartialEq trait | Nicholas Bishop | -0/+1 |
| 2020-04-29 | document stable counterparts of intrinsics | Bastian Kauschke | -12/+86 |
| 2020-04-29 | safety-ptr: Add SAFETY on some unsafe blocks from libcore/ptr | cohenarthur | -3/+43 |
| 2020-04-27 | Update link to unstable book for llvm_asm macro | Zach Reizner | -1/+1 |
| 2020-04-27 | Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapin | Dylan DPC | -17/+0 |
| 2020-04-26 | remove Unique::from for shared pointer types | Ralf Jung | -17/+0 |
| 2020-04-26 | Fix since attribute for nonzero_bitor impl's | Jonas Platte | -5/+5 |
| 2020-04-25 | Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPC | bors | -0/+87 |
| 2020-04-25 | Rollup merge of #69813 - thomcc:nonzero-bitor, r=Amanieu | Dylan DPC | -0/+87 |
| 2020-04-25 | Auto merge of #71439 - Mark-Simulacrum:stage0-next, r=jonas-schievink | bors | -150/+10 |
| 2020-04-25 | Bump rustfmt to most recently shipped | Mark Rousskov | -2/+2 |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -150/+10 |
| 2020-04-25 | Rollup merge of #71480 - GuillaumeGomez:panic-info-example, r=Dylan-DPC | Dylan DPC | -3/+9 |
| 2020-04-24 | Rollup merge of #71476 - RalfJung:miri-test-sizes, r=kennytm | Dylan DPC | -30/+16 |
| 2020-04-24 | Improve PanicInfo examples readability | Guillaume Gomez | -3/+9 |
| 2020-04-24 | Rollup merge of #71492 - LeSeulArtichaut:document-unsafe-2, r=Mark-Simulacrum | Dylan DPC | -16/+28 |
| 2020-04-24 | Rollup merge of #71068 - pyfisch:unicode-version-stable, r=SimonSapin | Dylan DPC | -4/+7 |
| 2020-04-24 | Rollup merge of #71063 - LeSeulArtichaut:document-unsafe, r=Mark-Simulacrum | Dylan DPC | -7/+28 |
| 2020-04-24 | Document unsafety in `core::{panicking, alloc::layout, hint, iter::adapters::... | LeSeulArtichaut | -16/+28 |
| 2020-04-23 | Add a note about fat pointers | LeSeulArtichaut | -0/+6 |
| 2020-04-23 | doc-example: Refactor pointer name to avoid confusion | cohenarthur | -4/+2 |
| 2020-04-23 | Rollup merge of #71470 - TyPR124:fix-doc-links, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-04-23 | Rollup merge of #71446 - Amanieu:transmute_copy, r=sfackler | Dylan DPC | -1/+6 |
| 2020-04-23 | Rollup merge of #71442 - TimDiekmann:allocref-mut-ref, r=Amanieu | Dylan DPC | -0/+47 |
| 2020-04-23 | Rollup merge of #71404 - cuviper:chain-unfused, r=scottmcm | Dylan DPC | -35/+62 |
| 2020-04-23 | libcore: more compact way to adjust test sizes for Miri | Ralf Jung | -30/+16 |
| 2020-04-23 | Add note about padding | LeSeulArtichaut | -2/+3 |
| 2020-04-23 | Make VaList::arg link actually work | Tyler Ruckinger | -1/+1 |
| 2020-04-23 | Merge branch 'master' into fix-doc-links | Tyler Ruckinger | -1/+3 |
| 2020-04-23 | Fix doc link errors | Tyler Ruckinger | -1/+1 |
| 2020-04-23 | Rollup merge of #71454 - ecstatic-morse:inline-core-ptr-docs, r=RalfJung | Dylan DPC | -0/+3 |
| 2020-04-23 | Stabilize UNICODE_VERSION (feature unicode_version) | Pyfisch | -4/+7 |
| 2020-04-22 | Inline some function docs re-exported in `std::ptr` | Dylan MacKenzie | -0/+3 |
| 2020-04-22 | Only use read_unaligned in transmute_copy if necessary | Amanieu d'Antras | -1/+6 |
| 2020-04-22 | Rollup merge of #71440 - TimDiekmann:copy-allocerr, r=Amanieu | Dylan DPC | -1/+1 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -0/+2 |
| 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-22 | Rollup merge of #71366 - faern:use-assoc-int-consts3, r=dtolnay | Yuki Okushi | -15/+8 |
| 2020-04-21 | Don't fuse Chain in its second iterator | Josh Stone | -35/+62 |
| 2020-04-21 | Rollup merge of #69362 - CAD97:alloc_layout_extras, r=Amanieu | Dylan DPC | -13/+43 |