about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-10-12Auto merge of #54534 - nagisa:align-offset-simplification, r=alexcrichtonbors-26/+13
2018-10-10Rollup merge of #54904 - Kerollmops:stabilize-option-replace, r=CentrilManish Goregaokar-4/+1
2018-10-10Auto merge of #54732 - cramertj:waker, r=aturonbors-32/+33
2018-10-08Bump the `Option::replace` stabilize version to 1.31.0Clément Renault-1/+1
2018-10-08Stabilize the `Option::replace` methodClément Renault-4/+1
2018-10-08Auto merge of #54700 - frewsxcv:frewsxcv-binary-search, r=GuillaumeGomezbors-10/+13
2018-10-07Clarify docs for when binary_search has many matches.Corey Farwell-10/+13
2018-10-05Auto merge of #54017 - alexcrichton:wasm-atomics2, r=sfacklerbors-0/+9
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-0/+11
2018-10-02Rollup merge of #54687 - scottmcm:more-elision, r=dtolnayPietro Albini-148/+150
2018-10-01LocalWaker and Waker cleanupsTaylor Cramer-32/+33
2018-10-01Rollup merge of #53784 - tbu-:pr_doc_slice_isize_max, r=RalfJungkennytm-3/+14
2018-09-30Simplify implementation of align_offset slightlySimonas Kazlauskas-26/+13
2018-09-30Auto merge of #54596 - mjbshaw:drop, r=RalfJungbors-0/+10
2018-09-29Activate the feature in the libcore tests tooScott McMurray-0/+1
2018-09-29Use impl_header_lifetime_elision in libcoreScott McMurray-148/+149
2018-09-29Merge branch 'master' into dropMichael Bradshaw-45/+52
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-436/+3
2018-09-29Auto merge of #54240 - csmoe:nonzero_from, r=alexcrichtonbors-0/+14
2018-09-29Auto merge of #54660 - kennytm:rollup, r=kennytmbors-5/+5
2018-09-29add MaybeUninitJorge Aparicio-0/+96
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-136/+47
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-436/+3
2018-09-27Don't have two adjacent "see also" sentencesTobias Bucher-3/+1
2018-09-26Gate const core::mem::needs_drop behind const_needs_dropMichael Bradshaw-0/+1
2018-09-26Remove useless lifetimes from `Pin` `impl`s.Alexander Ronald Altman-5/+5
2018-09-26Make core::mem::needs_drop a const fnMichael Bradshaw-0/+9
2018-09-25Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichtonPietro Albini-82/+82
2018-09-25Rollup merge of #54058 - Kerollmops:slice-dedup, r=shepmasterPietro Albini-0/+232
2018-09-25Rollup merge of #53518 - phungleson:fix-impl-from-for-convert, r=frewsxcvPietro Albini-0/+26
2018-09-25Add examples for docSon-4/+22
2018-09-25Also rename ExactChunks iterator name to ChunksExactSebastian Dröge-25/+25
2018-09-24std: Start implementing wasm32 atomicsAlex Crichton-0/+9
2018-09-24Rename slice::exact_chunks() to slice::chunks_exact()Sebastian Dröge-59/+59
2018-09-24Auto merge of #53783 - RalfJung:ptr-docs, r=alexcrichtonbors-549/+701
2018-09-23Auto merge of #54339 - cramertj:no-cx, r=aturonbors-424/+43
2018-09-23Introduce the partition_dedup/by/by_key methods for slicesClément Renault-0/+232
2018-09-22address Mark-Simulacrum commentsJorge Aparicio-11/+8
2018-09-22don't deprecate mem::{uninitialized,zeroed} just yetJorge Aparicio-2/+3
2018-09-22core: fix deprecated warningsJorge Aparicio-44/+40
2018-09-22add MaybeUninit and deprecate mem::{uninitialized,zeroed}Jorge Aparicio-0/+95
2018-09-22Rollup merge of #54422 - ljedrz:simplify_first_last, r=Mark-SimulacrumPietro Albini-6/+6
2018-09-22Rollup merge of #54280 - japaric:no-cas-for-thumbv6, r=alexcrichtonPietro Albini-0/+23
2018-09-22Rollup merge of #53652 - oconnor663:copy_in_place, r=alexcrichtonPietro Albini-0/+104
2018-09-21clarify write_bytes a bitRalf Jung-0/+4
2018-09-21Simplify slice's first(_mut) and last(_mut) with getljedrz-6/+6
2018-09-20Rollup merge of #52813 - newpavlov:duration_mul_div_extras, r=alexcrichtonkennytm-1/+120
2018-09-20add tests for copy_withinJack O'Connor-0/+47
2018-09-20define copy_within on slicesJack O'Connor-0/+57
2018-09-19Remove spawning from task::ContextTaylor Cramer-424/+43