| Age | Commit message (Expand) | Author | Lines |
| 2020-06-02 | Rollup merge of #72891 - lzutao:wrapping_int-max, r=sfackler | Yuki Okushi | -12/+4 |
| 2020-06-02 | Rollup merge of #72886 - xfix:patch-21, r=jonas-schievink | Yuki Okushi | -1/+0 |
| 2020-06-02 | Rollup merge of #72825 - Amanieu:asm-warning, r=davidtwco | Yuki Okushi | -1/+1 |
| 2020-06-01 | Add associated consts MIN/MAX for Wrapping<Int> | Lzu Tao | -12/+4 |
| 2020-06-01 | Remove allow missing_debug_implementations for MaybeUninit | Konrad Borowski | -1/+0 |
| 2020-06-01 | Rollup merge of #72834 - JOE1994:correct_confusing_term, r=sfackler | Dylan DPC | -4/+4 |
| 2020-05-31 | Rephrase term 'non-pointer type' | JOE1994 | -4/+4 |
| 2020-05-31 | Rollup merge of #72829 - JOE1994:clarify_terms, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-05-31 | Rollup merge of #72812 - RalfJung:miri-char-test, r=jonas-schievink | Dylan DPC | -2/+5 |
| 2020-05-31 | Clarify terms in doc comments | JOE1994 | -2/+2 |
| 2020-05-31 | Clarify errors and warnings about the transition to the new asm! | Amanieu d'Antras | -1/+1 |
| 2020-05-31 | Miri tests: skip parts of test_char_range | Ralf Jung | -2/+5 |
| 2020-05-31 | Rollup merge of #72683 - RalfJung:char-debug-check, r=Mark-Simulacrum | Ralf Jung | -64/+109 |
| 2020-05-30 | Rollup merge of #72773 - Rantanen:is_char_boundary-docs, r=joshtriplett | Ralf Jung | -4/+3 |
| 2020-05-30 | encode_utf8_raw is not always valid UTF-8; clarify comments | Ralf Jung | -7/+12 |
| 2020-05-30 | Rollup merge of #72368 - CAD97:rangeto, r=dtolnay | Ralf Jung | -13/+11 |
| 2020-05-30 | also expose and use encode_utf16_raw for wtf8 | Ralf Jung | -22/+39 |
| 2020-05-30 | expose char::encode_utf8_raw for libstd | Ralf Jung | -40/+63 |
| 2020-05-30 | Rollup merge of #72162 - cuviper:extend_one, r=Mark-Simulacrum | Yuki Okushi | -5/+26 |
| 2020-05-29 | Add extend_one tracking issue 72631 | Josh Stone | -2/+2 |
| 2020-05-29 | Use a canonical name for extend_reserve(additional) | Josh Stone | -1/+3 |
| 2020-05-29 | Add Extend::{extend_one,extend_reserve} | Josh Stone | -5/+24 |
| 2020-05-29 | Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung | bors | -13/+112 |
| 2020-05-29 | Rollup merge of #72413 - CAD97:char-range, r=dtolnay | Ralf Jung | -1/+85 |
| 2020-05-29 | Rollup merge of #71500 - josephlr:offset, r=oli-obk,RalfJung | Ralf Jung | -12/+27 |
| 2020-05-29 | Rollup merge of #72568 - golddranks:add_total_cmp_to_floats, r=sfackler | Dylan DPC | -0/+148 |
| 2020-05-29 | Rollup merge of #72310 - jyn514:peekable-next-if, r=dtolnay | Dylan DPC | -0/+88 |
| 2020-05-29 | Rollup merge of #72720 - poliorcetics:clarify-take-doc, r=joshtriplett | Yuki Okushi | -0/+11 |
| 2020-05-29 | Rollup merge of #72452 - Lucretiel:precision-doc, r=dtolnay | Yuki Okushi | -1/+2 |
| 2020-05-29 | Rollup merge of #72324 - Amanieu:atomic_minmax, r=dtolnay | Yuki Okushi | -10/+2 |
| 2020-05-29 | Rollup merge of #71843 - sfackler:cas-loop-cleanup, r=dtolnay | Yuki Okushi | -15/+11 |
| 2020-05-29 | Clarify the documentation of take | Alexis Bourget | -0/+11 |
| 2020-05-29 | Rollup merge of #72466 - lzutao:stabilize_str-strip, r=dtolnay | Dylan DPC | -5/+2 |
| 2020-05-28 | from_u32_unchecked: check validity when debug assertions are enabled | Ralf Jung | -2/+2 |
| 2020-05-28 | FIx off-by-one in char::steps_between | CAD97 | -1/+3 |
| 2020-05-27 | Fix is_char_boundary documentation | Mikko Rantanen | -4/+3 |
| 2020-05-26 | Add Peekable::next_if | Joshua Nelson | -0/+88 |
| 2020-05-27 | Rollup merge of #72626 - phimuemue:doubleendediter_doc, r=dtolnay | Dylan DPC | -0/+26 |
| 2020-05-27 | Rollup merge of #72606 - GuillaumeGomez:cell-example-update, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-05-26 | Add remark regarding DoubleEndedIterator | philipp | -0/+26 |
| 2020-05-26 | Small cell example update | Guillaume Gomez | -3/+3 |
| 2020-05-26 | Add tracing issue for total_cmp | Pyry Kontio | -2/+2 |
| 2020-05-25 | Rollup merge of #72450 - csmoe:issue-72442, r=oli-obk | Dylan DPC | -0/+1 |
| 2020-05-25 | core: Make pointer offset methods "const fn" | Joe Richey | -12/+27 |
| 2020-05-26 | Fix the same typos again orz | Pyry Kontio | -4/+4 |
| 2020-05-26 | Add bit twiddling | Pyry Kontio | -15/+19 |
| 2020-05-26 | remove unneeded and unidiomatic must_use | Pyry Kontio | -2/+0 |
| 2020-05-26 | Fix typo in src/libcore/num/f32.rs | Pyry Kontio | -1/+1 |
| 2020-05-26 | Fix typo in src/libcore/num/f32.rs | Pyry Kontio | -1/+1 |
| 2020-05-25 | Add total_cmp to f32 and f64, plus tests | Pyry Kontio | -0/+146 |