about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-06-27Rollup merge of #73672 - nellshamrell:async-fix, r=estebankManish Goregaokar-0/+1
2020-06-28Rename the lint to clashing_extern_declarations.jumbatm-2/+2
2020-06-27Forward Hash::write_iN to Hash::write_uNNikita Popov-5/+5
2020-06-26Rollup merge of #73738 - nbdd0121:comment, r=nikomatsakisManish Goregaokar-5/+0
2020-06-26Rollup merge of #73579 - RalfJung:doc-missing-links, r=shepmasterManish Goregaokar-2/+4
2020-06-26Make `likely` and `unlikely` constGary Guo-0/+3
2020-06-26Rollup merge of #73707 - LeSeulArtichaut:patch-3, r=kennytmManish Goregaokar-0/+2
2020-06-25Rollup merge of #73673 - ehuss:fix-ptr-docs, r=oli-obkManish Goregaokar-4/+0
2020-06-25Rollup merge of #73418 - doctorn:variants-intrinsic, r=kennytmManish Goregaokar-0/+46
2020-06-25Adds a clearer message for when the async keyword is missing from a functionNell Shamrell-0/+1
2020-06-25Remove irrelevant commentGary Guo-5/+0
2020-06-25Auto merge of #72717 - poliorcetics:try-from-int-to-nzint, r=dtolnaybors-0/+58
2020-06-24Implement associated lang itemsAaron Hill-0/+1
2020-06-24Fix links in `SliceIndex` documentationLeSeulArtichaut-0/+2
2020-06-24Fix testsNathan Corbyn-0/+1
2020-06-24Fix testsNathan Corbyn-0/+2
2020-06-24Implement intrinsicNathan Corbyn-0/+43
2020-06-23Fix ptr doc warnings.Eric Huss-4/+0
2020-06-23Rollup merge of #73614 - lcnr:patch-4, r=Dylan-DPCManish Goregaokar-1/+1
2020-06-23Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisaManish Goregaokar-3/+163
2020-06-22fix `intrinsics::needs_drop` docsBastian Kauschke-1/+1
2020-06-22add: testsVillSnow-0/+41
2020-06-22update: doc commentVillSnow-1/+3
2020-06-21improve grammarRalf Jung-2/+2
2020-06-21deprecate wrapping_offset_fromRalf Jung-0/+13
2020-06-21tweak wordingRalf Jung-2/+2
2020-06-21add missing doc linksRalf Jung-0/+2
2020-06-21fix: doc testVillSnow-3/+3
2020-06-21Add partition_pointVillSnow-0/+38
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-20Address review commentsOliver Scherer-42/+13
2020-06-20Satisfy tidyOliver Scherer-1/+1
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-19Tidy got confused on `rustc_const_unstable` `issue`sOliver Scherer-4/+4
2020-06-19Add fuzzy pointer comparison intrinsicsOliver Scherer-2/+191
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-18Use step_unchecked more liberallyCAD97-12/+12
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