about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-06-21deprecate wrapping_offset_fromRalf Jung-0/+13
2020-06-21Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisabors-0/+3
2020-06-20Rollup merge of #73411 - ehuss:bump-stage0, r=Mark-SimulacrumManish Goregaokar-2/+6
2020-06-20Fix broken inner_deref doc tests.Eric Huss-2/+6
2020-06-20Revise according to reviewJon Gjengset-21/+19
2020-06-20Doctests need featureJon Gjengset-0/+2
2020-06-20core/time: Add Duration methods for zeroJon Gjengset-1/+42
2020-06-20Add ClashingExternDecl lint.jumbatm-0/+3
2020-06-19Rollup merge of #71899 - cuviper:try_find_map, r=dtolnayManish Goregaokar-11/+18
2020-06-19Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasperManish Goregaokar-1/+1
2020-06-19Refactor `try_find` a littleJosh Stone-11/+18
2020-06-19Rollup merge of #71568 - hbina:document_unsafety_slice_sort, r=joshtriplettManish Goregaokar-3/+70
2020-06-19Rollup merge of #73054 - RalfJung:dont-panic, r=Mark-SimulacrumRalf Jung-12/+33
2020-06-19Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandryRalf Jung-0/+7
2020-06-19Rollup merge of #73142 - ehuss:std-benches, r=dtolnayRalf Jung-0/+3
2020-06-18Rollup merge of #73447 - lzutao:stabilize-result_as_deref, r=dtolnayManish Goregaokar-16/+40
2020-06-18Rollup merge of #73425 - poliorcetics:zeroed-functions-pointers, r=dtolnayManish Goregaokar-5/+7
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