about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-06-18Rollup merge of #72628 - MikailBag:array-default-tests, r=shepmasterManish Goregaokar-0/+49
2020-06-18Rollup merge of #72279 - RalfJung:raw-ref-macros, r=nikomatsakisManish Goregaokar-0/+67
2020-06-16Rollup merge of #73381 - ratijas:fix-typo-std-mem, r=jonas-schievinkDylan DPC-1/+1
2020-06-16Rollup merge of #73373 - lzutao:bug-trackcaller, r=AmanieuDylan DPC-8/+4
2020-06-16add tracking issueRalf Jung-2/+2
2020-06-15Fix typo in docs of std::memivan tkachenko-1/+1
2020-06-15Join mutiple lines if it is more readableLzu Tao-8/+4
2020-06-15Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJungbors-4/+5
2020-06-15Rollup merge of #72938 - lzutao:stabilize_option_zip, r=dtolnayRalf Jung-4/+5
2020-06-15Rollup merge of #73342 - schteve:master, r=jonas-schievinkRalf Jung-2/+2
2020-06-15Rollup merge of #73336 - lzutao:pattern-group, r=sfacklerRalf Jung-10/+10
2020-06-15Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakisRalf Jung-0/+1
2020-06-14Fix iterator copied() documentation example codeSteve Heindel-2/+2
2020-06-14Group Pattern::strip_* method togetherLzu Tao-10/+10
2020-06-13Rollup merge of #73302 - JakobDegen:should-panic-documentation, r=Mark-Simula...Dylan DPC-71/+28
2020-06-13Rollup merge of #72932 - poliorcetics:pattern-contains-behaviour, r=hanna-kruppeDylan DPC-0/+37
2020-06-13Adjusted some doctests in libcore to use `should_panic`.Jake Degen-71/+28
2020-06-13Stabilize Option::zipLzu Tao-4/+5
2020-06-12add raw_ref macrosRalf Jung-0/+67
2020-06-12Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnayDylan DPC-85/+80
2020-06-12Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievinkbors-2/+12
2020-06-12Rollup merge of #73036 - alexcrichton:update-wasm-fence, r=Mark-SimulacrumDylan DPC-8/+0
2020-06-11Update src/libcore/num/mod.rsAmanieu d'Antras-2/+2
2020-06-10Fix doctest templateMihail Malo-1/+2
2020-06-10Migrate to numeric associated constsLzu Tao-85/+80
2020-06-10Rollup merge of #73148 - DarkEld3r:patch-1, r=jonas-schievinkDylan DPC-2/+2
2020-06-09[AVR] Fix debug printing of function pointersDylan McKay-2/+12
2020-06-08Rollup merge of #73118 - alamb:alamb/doc-drop-typo, r=shepmasterDylan DPC-1/+1
2020-06-08Fix the typo (size of the size)Stanislav Tkach-2/+2
2020-06-08Fix small typo in docs for std::mem::dropalamb-1/+1
2020-06-08Rollup merge of #73001 - ilya-bobyr:master, r=dtolnayRalf Jung-0/+44
2020-06-07Rollup merge of #72998 - poliorcetics:atomic-availability-doc, r=AmanieuDylan DPC-0/+87
2020-06-07Free `default()` forwarding to `Default::default()`Ilya Bobyr-0/+44
2020-06-06Only mention `u8` and not booleansPoliorcetics-1/+1
2020-06-06Rollup merge of #71796 - RalfJung:from-secs, r=nikomatsakisRalf Jung-1/+0
2020-06-05std: Enable atomic.fence emission on wasm32Alex Crichton-8/+0
2020-06-05Improve the new documentation to be more precise about the necessary platform...Alexis Bourget-67/+97
2020-06-04Add a **Note**: comment in documentation when the type/method/function is not...Alexis Bourget-13/+70
2020-06-03Bump to 1.46Mark Rousskov-37/+5
2020-06-02Clarify the behaviour of Pattern when used with methods like str::containsAlexis Bourget-0/+37
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