about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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-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-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-04Rollup merge of #51919 - tbu-:pr_num_to_from_bytes2, r=SimonSapinkennytm-18/+90
2018-08-04Change tracking issue from #49792 to #51919Tobias Bucher-8/+8
2018-08-04deleted changed linesredroc-33/+0
2018-08-04fixed broken links to charredroc-19/+19
2018-08-03volatile operations docs: clarify that this does not help wrt. concurrencyRalf Jung-0/+30
2018-08-03Provide `{to,from}_{ne,le,be}_bytes` functions on integersTobias Bucher-14/+86
2018-08-02Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichtonbors-225/+17
2018-08-02Auto merge of #52206 - RalfJung:zst-slices, r=alexcrichtonbors-212/+277
2018-08-02use the same length computation everywhereRalf Jung-21/+10
2018-08-02Introduce another way to compute the length, to fix position codegen regressionRalf Jung-8/+21
2018-08-02simplify len macro: No longer require the typeRalf Jung-12/+19
2018-08-02macro-inline len() and is_empty() to fix performance regressionsRalf Jung-20/+29
2018-08-02make the code for nth closer to what it used to beRalf Jung-3/+4
2018-08-02test nth betterRalf Jung-11/+37
2018-08-02use wrapping_offset; fix logic error in nthRalf Jung-10/+12
2018-08-02commentsRalf Jung-2/+3
2018-08-02slice iterators: ZST iterators no longer just "make up" addressesRalf Jung-211/+228
2018-08-01Auto merge of #52958 - pietroalbini:rollup, r=pietroalbinibors-10/+16
2018-08-01Rollup merge of #52854 - RalfJung:memrchr, r=KimundiPietro Albini-10/+16
2018-08-01Switch to bootstrapping from 1.29 betaMark Rousskov-225/+17
2018-08-01Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichtonbors-35/+50
2018-08-01Rollup merge of #52905 - pravic:unsize-typo, r=alexcrichtonPietro Albini-1/+1
2018-08-01Rollup merge of #52870 - cramertj:unpin-futureobj, r=aturonPietro Albini-0/+3
2018-08-01Rollup merge of #52822 - MajorBreakfast:fix-from-local-waker, r=cramertjPietro Albini-3/+5
2018-08-01Rollup merge of #52732 - SimonSapin:spring, r=Mark-SimulacrumPietro Albini-263/+0
2018-07-31Fix a typo in unsize.rspravic-1/+1
2018-07-31Auto merge of #50267 - humanenginuity:master, r=alexcrichtonbors-3/+162