about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-08-20core::convert::identity: fix issue number to #53500Mazdak Farrokhzad-1/+1
2018-08-19remove feature(convert_id) from lib{core,std}/lib.rsMazdak Farrokhzad-1/+0
2018-08-19Make core::convert::identity a const fn.Mazdak Farrokhzad-1/+2
2018-08-19Drop `identity` from prelude.Mazdak Farrokhzad-3/+0
2018-08-19Merge branch 'master' into feature/core_convert_idMazdak Farrokhzad-6320/+25263
2018-08-19Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichtonbors-0/+18
2018-08-17Rollup merge of #53358 - SimonSapin:int-bytes, r=shepmasterCorey Farwell-18/+90
2018-08-17Gratuitous at byte boundaries in hex i32 literals in some doc-testsSimon Sapin-4/+4
2018-08-17Rollup merge of #53395 - varkor:__Nonexhaustive-to-non_exhaustive, r=shepmasterkennytm-24/+2
2018-08-16Auto merge of #53256 - ollie27:writeln, r=KodrAusbors-5/+3
2018-08-15Fix since of Iterator::flatten to be a proper semverAleksey Kladov-7/+7
2018-08-15Make core::sync::atomic::Ordering #[non_exhaustive]varkor-24/+2
2018-08-14`{to,from}_{ne,le,be}_bytes` for unsigned integer typesSimon Sapin-16/+88
2018-08-14Auto merge of #53033 - RalfJung:manually_dro, r=SimonSapinbors-3/+11
2018-08-12Rollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r=GuillaumeGomezGuillaume Gomez-1/+4
2018-08-12Rollup merge of #53240 - llogiq:doc-num-swap-reverse, r=joshtriplettGuillaume Gomez-113/+112
2018-08-12Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakisGuillaume Gomez-0/+1
2018-08-12Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytmGuillaume Gomez-21/+21
2018-08-11Add links to std::char::REPLACEMENT_CHARACTER from docs.Corey Farwell-1/+4
2018-08-10Don't accept none str literals for the format string in writelnOliver Middleton-5/+3
2018-08-10Add individual documentation for <integer>`.swap_bytes`/.`reverse_bits`Andre Bogus-113/+112
2018-08-10Rollup merge of #53207 - llogiq:num-rotate-docs, r=QuietMisdreavuskennytm-113/+115
2018-08-10Rollup merge of #53082 - felixrabe:fix-doc-link-again, r=GuillaumeGomezkennytm-1/+1
2018-08-10Rollup merge of #53217 - strake:inline, r=nagisakennytm-0/+10
2018-08-10Rollup merge of #53106 - RalfJung:ordering, r=stjepangkennytm-74/+327
2018-08-09Add individual docs for rotate_{left, right}Andre Bogus-113/+115
2018-08-09[nll] libcore: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09repr(transparent)Ralf Jung-0/+1
2018-08-09inline some short functionsM Farkas-Dyck-0/+10
2018-08-07Auto merge of #51990 - oli-obk:unstable_union, r=nikomatsakisbors-0/+1
2018-08-07Place unions, pointer casts and pointer derefs behind extra feature gatesOliver Schneider-0/+1
2018-08-07document mode possibilities for all RMW operationsRalf Jung-29/+226
2018-08-07list possible orderings for load and storeRalf Jung-26/+43
2018-08-07forgot to add comment for some atomic typesRalf Jung-2/+4
2018-08-07fix link label; use more httpsRalf Jung-14/+14
2018-08-07Rollup merge of #53068 - MajorBreakfast:spawn, r=cramertjkennytm-32/+33
2018-08-07Rollup merge of #53052 - redroc:master, r=QuietMisdreavuskennytm-33/+0
2018-08-06unconfuse @eddybRalf Jung-1/+2
2018-08-06remove unnecessary CoerceUnsized implRalf Jung-3/+0
2018-08-06Rename Executor trait to SpawnJosef Reinhard Brandl-32/+33
2018-08-06atomic ordering docsRalf Jung-11/+48
2018-08-05Fix 2018 edition testsvarkor-1/+0
2018-08-05Fix stage 2 testsvarkor-1/+0
2018-08-05Correct invalid feature attributesvarkor-45/+5
2018-08-05Remove unnecessary or invalid feature attributesvarkor-7/+0
2018-08-05Fix doc link (again)Felix Rabe-1/+1
2018-08-04Rollup merge of #53062 - ljedrz:redundant_field_names, r=Mark-Simulacrumkennytm-50/+50
2018-08-04Remove redundant field names in structsljedrz-50/+50
2018-08-04Remove explicit returns where unnecessaryljedrz-21/+21
2018-08-04Rollup merge of #51919 - tbu-:pr_num_to_from_bytes2, r=SimonSapinkennytm-18/+90