about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-25remove copyright headers now that they are not madatoryNiv Kaminer-10/+0
2018-08-24Auto merge of #53662 - kennytm:rollup, r=kennytmbors-40/+74
2018-08-24Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppekennytm-1/+1
2018-08-24Rollup merge of #53618 - GuillaumeGomez:fmt-examples, r=QuietMisdreavuskennytm-0/+66
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-1/+0
2018-08-23Add missing fmt examplesGuillaume Gomez-0/+66
2018-08-23Discourage overuse of mem::forgetKornel-39/+7
2018-08-23Prefer `.nth(n)` over `.skip(n).next()`.Corey Farwell-1/+1
2018-08-23link to items in pin module to std docsNiv Kaminer-4/+4
2018-08-23adjust PinMut import in Unpin docsNiv Kaminer-1/+2
2018-08-23link Unpin to pin module documentationNiv Kaminer-0/+2
2018-08-23reexport Unpin into pin moduleNiv Kaminer-1/+1
2018-08-23capitalize and punctuate libcore pin moduleNiv Kaminer-1/+1
2018-08-23fix broken link to Unpin due to reexportNiv Kaminer-1/+1
2018-08-23fix PinMut documentationNiv Kaminer-4/+8
2018-08-23fix link to PinMutNiv Kaminer-1/+1
2018-08-23add top-level documentation to the std pin moduleNiv Kaminer-0/+4
2018-08-23move PinMut into pin module and export through stdNiv Kaminer-150/+168
2018-08-22Rollup merge of #53574 - vorner:ptr_as_ref_unchecked, r=Mark-SimulacrumGuillaume Gomez-0/+30
2018-08-22use char pattern for single-character splits: a.split("x") -> a.split('x')Matthias Krüger-1/+1
2018-08-21Add another PartialEq exampleGuillaume Gomez-1/+84
2018-08-21Suggest direct raw-pointer dereferenceMichal 'vorner' Vaner-0/+30
2018-08-21Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJungkennytm-52/+52
2018-08-21Rollup merge of #53104 - nivkner:unpin_doc, r=RalfJungkennytm-4/+24
2018-08-21Rollup merge of #53363 - llogiq:num-individual-nonzero-docs, r=steveklabnikkennytm-20/+23
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-6/+6
2018-08-21Rollup merge of #53296 - estebank:suggest-closure, r=KodrAuskennytm-0/+15
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-52/+52
2018-08-20core::convert::identity: fix issue number to #53500Mazdak Farrokhzad-1/+1
2018-08-20Add doc for impl From in char_convertSon-0/+8
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-19Fix typos found by codespell.Matthias Krüger-6/+6
2018-08-19Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichtonbors-0/+18
2018-08-17clarify use of Unpin and pinning typesNiv Kaminer-2/+4
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-16add example for moving out of pointerNiv Kaminer-4/+15
2018-08-15When closure with no arguments was expected, suggest wrappingEsteban Küber-0/+15
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-15Stablize Iterator::find_mapAleksey Kladov-5/+1
2018-08-14add individual docs to `core::num::NonZero*`Andre Bogus-20/+23
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