about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-09-08Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum...bors-16/+8
2018-09-07Rollup merge of #53979 - alexcrichton:remove-repr-transparent-atomics-master,...kennytm-3/+0
2018-09-07Rollup merge of #53946 - tbu-:pr_doc_manuallydrop, r=cramertjkennytm-2/+8
2018-09-07Rollup merge of #53455 - llogiq:num-byte-conversion-docs, r=steveklabnikkennytm-251/+314
2018-09-07Rollup merge of #53299 - MagnumOpus21:fix-macro-write, r=steveklabnikkennytm-0/+20
2018-09-06Fix invalid urlsGuillaume Gomez-16/+8
2018-09-05Auto merge of #52994 - varkor:trim_direction, r=alexcrichtonbors-13/+157
2018-09-05Remove `#[repr(transparent)]` from atomicsAlex Crichton-3/+0
2018-09-05Individual docs for {from,to}_*_bytesAndre Bogus-251/+314
2018-09-05Spacing changes made to the exampleSiva Prasad-11/+10
2018-09-05Added a missing backtick to no stdMagnumOpus21-1/+1
2018-09-05Made the requested changes for Note: and no_std within backticksMagnumOpus21-2/+2
2018-09-05Prefixed no_run to the no_std write macroMagnumOpus21-1/+1
2018-09-05Formatting errors rectifiedMagnumOpus21-2/+7
2018-09-05Refined the exampleMagnumOpus21-22/+10
2018-09-05Updated libcore/macro.rs to note write macro can work in no_std setupsMagnumOpus21-0/+28
2018-09-04Breaking change upgradesMark Rousskov-11/+11
2018-09-04Clarify `ManuallyDrop` docsTobias Bucher-2/+8
2018-09-04Auto merge of #53928 - tbu-:pr_doc_fromrawmut, r=frewsxcvbors-4/+7
2018-09-03Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obkbors-56/+504
2018-09-03Link to more detailed docs in `slice::from_raw_parts_mut`Tobias Bucher-4/+7
2018-09-03Add const_unstable flag to `overflowing_shr`Tim Diekmann-0/+1
2018-09-02Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcvbors-1/+1
2018-09-01Auto merge of #53884 - kennytm:rollup, r=kennytmbors-2/+2
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-1/+1
2018-09-01Rollup merge of #53781 - matthiaskrgr:fix_any_bench, r=kennytmkennytm-1/+1
2018-09-01rebaseTim-56/+503
2018-09-01Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkorbors-0/+28
2018-08-31Auto merge of #53755 - llogiq:fix-unsound-16bit-range, r=nagisabors-2/+10
2018-08-31use cfg(rustdoc) instead of cfg(dox) in std and friendsQuietMisdreavus-1/+1
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-0/+28
2018-08-30Rollup merge of #53785 - tbu-:pr_comment, r=Mark-SimulacrumPietro Albini-6/+1
2018-08-30Rollup merge of #53476 - GuillaumeGomez:try-from-int-error-partial-eq, r=KodrAusPietro Albini-1/+1
2018-08-30Rollup merge of #51760 - GuillaumeGomez:add-another-partialeq-example, r=Quie...Pietro Albini-1/+84
2018-08-30fix u32 steps_between for 16-bit systemsAndre Bogus-2/+10
2018-08-29Fix a comment in src/libcore/slice/mod.rsTobias Bucher-6/+1
2018-08-29bench: libcore: fix build failure of any.rs benchmark (use "dyn Any")Matthias Krüger-1/+1
2018-08-28Add partialeq implementation for TryFromIntError typeGuillaume Gomez-1/+1
2018-08-27Auto merge of #53227 - nivkner:pin_move, r=RalfJungbors-153/+172
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-25Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAusbors-5/+1
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