summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-06-02Rollup merge of #72891 - lzutao:wrapping_int-max, r=sfacklerYuki Okushi-12/+4
2020-06-02Rollup merge of #72886 - xfix:patch-21, r=jonas-schievinkYuki Okushi-1/+0
2020-06-02Rollup merge of #72825 - Amanieu:asm-warning, r=davidtwcoYuki Okushi-1/+1
2020-06-01Add associated consts MIN/MAX for Wrapping<Int>Lzu Tao-12/+4
2020-06-01Remove allow missing_debug_implementations for MaybeUninitKonrad Borowski-1/+0
2020-06-01Rollup merge of #72834 - JOE1994:correct_confusing_term, r=sfacklerDylan DPC-4/+4
2020-05-31Rephrase term 'non-pointer type'JOE1994-4/+4
2020-05-31Rollup merge of #72829 - JOE1994:clarify_terms, r=jonas-schievinkDylan DPC-2/+2
2020-05-31Rollup merge of #72812 - RalfJung:miri-char-test, r=jonas-schievinkDylan DPC-2/+5
2020-05-31Clarify terms in doc commentsJOE1994-2/+2
2020-05-31Clarify errors and warnings about the transition to the new asm!Amanieu d'Antras-1/+1
2020-05-31Miri tests: skip parts of test_char_rangeRalf Jung-2/+5
2020-05-31Rollup merge of #72683 - RalfJung:char-debug-check, r=Mark-SimulacrumRalf Jung-64/+109
2020-05-30Rollup merge of #72773 - Rantanen:is_char_boundary-docs, r=joshtriplettRalf Jung-4/+3
2020-05-30encode_utf8_raw is not always valid UTF-8; clarify commentsRalf Jung-7/+12
2020-05-30Rollup merge of #72368 - CAD97:rangeto, r=dtolnayRalf Jung-13/+11
2020-05-30also expose and use encode_utf16_raw for wtf8Ralf Jung-22/+39
2020-05-30expose char::encode_utf8_raw for libstdRalf Jung-40/+63
2020-05-30Rollup merge of #72162 - cuviper:extend_one, r=Mark-SimulacrumYuki Okushi-5/+26
2020-05-29Add extend_one tracking issue 72631Josh Stone-2/+2
2020-05-29Use a canonical name for extend_reserve(additional)Josh Stone-1/+3
2020-05-29Add Extend::{extend_one,extend_reserve}Josh Stone-5/+24
2020-05-29Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJungbors-13/+112
2020-05-29Rollup merge of #72413 - CAD97:char-range, r=dtolnayRalf Jung-1/+85
2020-05-29Rollup merge of #71500 - josephlr:offset, r=oli-obk,RalfJungRalf Jung-12/+27
2020-05-29Rollup merge of #72568 - golddranks:add_total_cmp_to_floats, r=sfacklerDylan DPC-0/+148
2020-05-29Rollup merge of #72310 - jyn514:peekable-next-if, r=dtolnayDylan DPC-0/+88
2020-05-29Rollup merge of #72720 - poliorcetics:clarify-take-doc, r=joshtriplettYuki Okushi-0/+11
2020-05-29Rollup merge of #72452 - Lucretiel:precision-doc, r=dtolnayYuki Okushi-1/+2
2020-05-29Rollup merge of #72324 - Amanieu:atomic_minmax, r=dtolnayYuki Okushi-10/+2
2020-05-29Rollup merge of #71843 - sfackler:cas-loop-cleanup, r=dtolnayYuki Okushi-15/+11
2020-05-29Clarify the documentation of takeAlexis Bourget-0/+11
2020-05-29Rollup merge of #72466 - lzutao:stabilize_str-strip, r=dtolnayDylan DPC-5/+2
2020-05-28from_u32_unchecked: check validity when debug assertions are enabledRalf Jung-2/+2
2020-05-28FIx off-by-one in char::steps_betweenCAD97-1/+3
2020-05-27Fix is_char_boundary documentationMikko Rantanen-4/+3
2020-05-26Add Peekable::next_ifJoshua Nelson-0/+88
2020-05-27Rollup merge of #72626 - phimuemue:doubleendediter_doc, r=dtolnayDylan DPC-0/+26
2020-05-27Rollup merge of #72606 - GuillaumeGomez:cell-example-update, r=Dylan-DPCDylan DPC-3/+3
2020-05-26Add remark regarding DoubleEndedIteratorphilipp-0/+26
2020-05-26Small cell example updateGuillaume Gomez-3/+3
2020-05-26Add tracing issue for total_cmpPyry Kontio-2/+2
2020-05-25Rollup merge of #72450 - csmoe:issue-72442, r=oli-obkDylan DPC-0/+1
2020-05-25core: Make pointer offset methods "const fn"Joe Richey-12/+27
2020-05-26Fix the same typos again orzPyry Kontio-4/+4
2020-05-26Add bit twiddlingPyry Kontio-15/+19
2020-05-26remove unneeded and unidiomatic must_usePyry Kontio-2/+0
2020-05-26Fix typo in src/libcore/num/f32.rsPyry Kontio-1/+1
2020-05-26Fix typo in src/libcore/num/f32.rsPyry Kontio-1/+1
2020-05-25Add total_cmp to f32 and f64, plus testsPyry Kontio-0/+146