about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-06-18Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwcoManish Goregaokar-0/+1
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-18Disable core benches on wasm (benches not supported).Eric Huss-0/+2
2020-06-18Ensure std benchmarks get tested.Eric Huss-0/+1
2020-06-18Improve document for `Result::as_deref(_mut)`Lzu Tao-16/+40
2020-06-17Remove duplicate sentence fragment from mem::zeroed docDavid Tolnay-4/+4
2020-06-17Update src/libcore/intrinsics.rsRich Kadel-1/+1
2020-06-17Don't imply function pointers are referencesPoliorcetics-2/+2
2020-06-16Mention functions pointers in the documentationAlexis Bourget-5/+7
2020-06-16Added some more documentations to unsafety blocks in slice/sort.rsHanif Bin Ariffin-11/+39
2020-06-16memory access sanity checks: abort instead of panicRalf Jung-12/+33
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-16libcore tests: use min_specializationRalf Jung-1/+1
2020-06-16add tracking issueRalf Jung-2/+2
2020-06-15Update src/libcore/intrinsics.rsRich Kadel-1/+1
2020-06-15Add case for count_code_region() extern lang_itemRich Kadel-15/+6
2020-06-15removed experiments for cleaner github PRRich Kadel-8/+9
2020-06-15explained lang_item function body (count_code_region)Rich Kadel-0/+6
2020-06-15[WIP] injects llvm intrinsic instrprof.increment for coverage reportsRich Kadel-0/+9
2020-06-15Fix typo in docs of std::memivan tkachenko-1/+1
2020-06-15Tweak "non-primitive cast" errorEsteban Küber-0/+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-13Added some unsafety documentation to partition_equalHanif Bin Ariffin-4/+8
2020-06-13Added unsafety documentation with partition and partition equalHanif Bin Ariffin-2/+7
2020-06-13Document unsafety in partial_insertion_sortHanif Bin Ariffin-0/+2
2020-06-13Added unsafety documentation to shift_tailHanif Bin Ariffin-0/+14
2020-06-13Added unsafety documentation to shift_headHanif Bin Ariffin-1/+15
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-12Fixing broken link for the Eq traitAlexis Bourget-2/+1
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-09Impl Default for rangesCaio-6/+6
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