| Age | Commit message (Expand) | Author | Lines |
| 2020-05-05 | Fix example | Dolpheyn | -1/+1 |
| 2020-05-05 | Fix comment position | Dolpheyn | -1/+1 |
| 2020-05-05 | Rollup merge of #71845 - steveklabnik:add-const-examples, r=dtolnay | Dylan DPC | -2/+318 |
| 2020-05-05 | Document From trait for Option implementations | Dolpheyn | -0/+39 |
| 2020-05-04 | Stabilize saturating_abs and saturating_neg | Tobias Rapp | -7/+4 |
| 2020-05-04 | Rollup merge of #71877 - steveklabnik:small-example-fix, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-05-04 | Fix typo. | Laurence Tratt | -2/+2 |
| 2020-05-04 | Use f64 in f64 examples | Steve Klabnik | -2/+2 |
| 2020-05-04 | Add examples to int macros | Steve Klabnik | -2/+24 |
| 2020-05-04 | f64 examples | Steve Klabnik | -0/+147 |
| 2020-05-04 | correct -> intended | Steve Klabnik | -14/+14 |
| 2020-05-04 | add some whitespace | Steve Klabnik | -0/+7 |
| 2020-05-04 | Add examples for std::f32 constants. | Steve Klabnik | -0/+140 |
| 2020-05-04 | Document that lifetimes do not currently appear in any::type_name()'s output. | Laurence Tratt | -1/+3 |
| 2020-05-04 | Rephrase the any::type_name docs a bit. | Laurence Tratt | -7/+7 |
| 2020-05-03 | Update src/libcore/sync/atomic.rs | Steven Fackler | -1/+1 |
| 2020-05-03 | Try to fix doc links in new `char` methods. | Eduardo Sánchez Muñoz | -16/+13 |
| 2020-05-03 | Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodt | Dylan DPC | -0/+25 |
| 2020-05-03 | Make `std::char` functions and constants associated to `char`. | Eduardo Sánchez Muñoz | -2/+242 |
| 2020-05-03 | Tweak and stabilize AtomicN::fetch_update | Steven Fackler | -14/+10 |
| 2020-05-03 | Mention `RefCell::take` can panic in docs | ThinkChaos | -0/+4 |
| 2020-05-02 | slice::fill: take T by value. | Bastian Kauschke | -6/+7 |
| 2020-05-02 | de-promote Duration::from_secs | Ralf Jung | -1/+0 |
| 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 | clarify interaction of pin drop guarantee and panics | Ralf Jung | -2/+4 |
| 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 | Use min_specialization in liballoc | Matthew Jasper | -0/+9 |
| 2020-04-26 | Add `RefCell::take` | ThinkChaos | -0/+21 |
| 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 |