about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-11-24Auto merge of #66322 - lzutao:consistent-result-map_or_else, r=dtolnaybors-4/+6
2019-11-24Rollup merge of #66659 - Centril:fix-bench, r=Mark-SimulacrumMazdak Farrokhzad-2/+2
2019-11-24Rollup merge of #66411 - RalfJung:forget, r=sfacklerMazdak Farrokhzad-3/+33
2019-11-23make `./x.py bench` againMazdak Farrokhzad-2/+2
2019-11-23Rollup merge of #66583 - Phlosioneer:patch-2, r=Dylan-DPCMazdak Farrokhzad-2/+6
2019-11-23Rollup merge of #65961 - lcnr:typename_of, r=Dylan-DPCMazdak Farrokhzad-1/+40
2019-11-22Rollup merge of #66619 - guanqun:use-third-person-singular-verb, r=CentrilMazdak Farrokhzad-2/+2
2019-11-22Rollup merge of #66566 - robamler:issue-66476, r=rkruppeMazdak Farrokhzad-14/+18
2019-11-22follow the convention in this file to use third-person singular verbsGuanqun Lu-2/+2
2019-11-21Document pitfall with `impl PartialEq<B> for A`Robert Bamler-14/+18
2019-11-21Redefine `core::convert::Infallible` as `!`.Mazdak Farrokhzad-99/+8
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-10/+10
2019-11-20Clarify Step DocumentationPhlosioneer-2/+6
2019-11-19add fn any::type_name_of_vallcnr/Bastian Kauschke-1/+40
2019-11-18Use `drop_in_place` in `array::IntoIter::drop`Simon Sapin-4/+18
2019-11-18Auto merge of #65456 - estebank:trait-bound-borrow, r=matthewjasperbors-4/+0
2019-11-17Rollup merge of #66477 - ALSchwalm:clarify-transmute-copy, r=CentrilYuki Okushi-5/+5
2019-11-16Suggest borrowing when it would satisfy an unmet trait boundEsteban Küber-4/+0
2019-11-16Clarify transmute_copy documentation exampleAdam Schwalm-5/+5
2019-11-14mem::forget docs: mention ManuallyDropRalf Jung-3/+33
2019-11-14Centralize panic macro documentationChris Gregory-3/+48
2019-11-13Rollup merge of #66292 - lzutao:result-map_or, r=SimonSapinYuki Okushi-0/+22
2019-11-13Rollup merge of #66248 - RalfJung:unsafe_cell_raw_get, r=SimonSapinYuki Okushi-1/+38
2019-11-13Rollup merge of #66094 - ArturKovacs:fix-count-doc, r=Dylan-DPCYuki Okushi-3/+4
2019-11-13make things uglyRalf Jung-3/+3
2019-11-13expand docsRalf Jung-2/+7
2019-11-13clarify why we can do the ptr castRalf Jung-3/+5
2019-11-13Trailing full stopRalf Jung-1/+1
2019-11-13Auto merge of #66156 - Mark-Simulacrum:stage0-step, r=pietroalbinibors-160/+32
2019-11-12Snap cfgsMark Rousskov-160/+32
2019-11-12Auto merge of #60026 - Aaron1011:feature/miri-unwind, r=RalfJung,oli-obkbors-0/+5
2019-11-12Rollup merge of #66230 - Axelderan:remove-vestigial-comments, r=alexcrichtonYuki Okushi-2/+0
2019-11-12add Result::map_orLzu Tao-0/+22
2019-11-12stabilize Result::map_or_elseLzu Tao-2/+1
2019-11-12make Result::map_or_else consistent with Option::map_or_elseLzu Tao-2/+5
2019-11-11Use proper intrinsic typeAaron Hill-6/+1
2019-11-11More work on miri_start_panicAaron Hill-1/+6
2019-11-11Fix up intrinsic implementationAaron Hill-1/+1
2019-11-11Add explicit Miri support to libpanic_unwindAaron Hill-0/+5
2019-11-10Rollup merge of #66217 - RalfJung:diagnostic-items, r=CentrilYuki Okushi-0/+4
2019-11-09add raw ptr variant of UnsafeCell::getRalf Jung-0/+30
2019-11-09partially port invalid_value lint to diagnostic itemsRalf Jung-0/+4
2019-11-09Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centrilbors-0/+4
2019-11-09Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats...bors-15/+12
2019-11-08remove vestigial comments referring to defunct numeric trait hierarchyAlexander Nye-2/+0
2019-11-08add link to unstable book for asm! macroLzu Tao-0/+4
2019-11-08Rollup merge of #65580 - SimonSapin:maybeuninit-array, r=AmanieuYuki Okushi-0/+63
2019-11-07Rollup merge of #63793 - oli-obk:🧹, r=dtolnayMazdak Farrokhzad-12/+133
2019-11-07MaybeUninit::uninit_array docs: better exampleSimon Sapin-14/+20
2019-11-07Apply docs suggestions from reviewSimon Sapin-4/+4