about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-03-20Auto merge of #49190 - kennytm:rollup, r=kennytmbors-32/+473
2018-03-20Auto merge of #48516 - petrochenkov:stabsl, r=nikomatsakisbors-1/+1
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+1
2018-03-20Rollup merge of #49099 - glandium:master, r=sfacklerkennytm-17/+15
2018-03-20Rollup merge of #48810 - Phlosioneer:32463-impl-integer-for-wrapping, r=dtolnaykennytm-0/+309
2018-03-20Rollup merge of #46518 - partim:asref-borrow-doc, r=dtolnaykennytm-15/+149
2018-03-19Auto merge of #49058 - withoutboats:pin, r=cramertjbors-2/+120
2018-03-19Auto merge of #49108 - SimonSapin:sip, r=TimNNbors-53/+22
2018-03-19Fix trailing whitespacePhlosioneer-1/+1
2018-03-19Make Wrapping::pow use wrapping_pow, add examplePhlosioneer-4/+14
2018-03-19Impl Integer methods for WrappingPhlosioneer-0/+299
2018-03-19Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAusbors-2/+20
2018-03-18Update tracking issue.boats-15/+15
2018-03-18Fix formatting.Martin Hoffmann-2/+0
2018-03-17Rewrite the documentation for BorrowMut.Martin Hoffmann-1/+5
2018-03-17Bring back the phrase 'borrowing as' for what Borrow does.Martin Hoffmann-25/+22
2018-03-17Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap.Simon Sapin-7/+9
2018-03-17Make the deprecated unstable SipHasher24 type private.Simon Sapin-46/+13
2018-03-17Use associated consts for GenericRadix base and prefixMike Hommey-17/+15
2018-03-16Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichtonbors-0/+15
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-1/+1
2018-03-15Pin and PinBox are fundamental.boats-0/+1
2018-03-15unstabilize FusedIterator for Flatten since Flatten is unstableMazdak Farrokhzad-1/+1
2018-03-15Auto merge of #47813 - kennytm:stable-incl-range, r=nrcbors-57/+30
2018-03-15Auto merge of #48138 - estebank:issue-45092, r=nikomatsakisbors-1/+14
2018-03-15Keep the fields of RangeInclusive unstable.kennytm-2/+5
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-15/+8
2018-03-15Stabilize `inclusive_range` library feature.kennytm-45/+22
2018-03-14Review comment: remove mention of `move` closureEsteban Küber-8/+10
2018-03-14Make hint clearer, with the potential of being wrongEsteban Küber-2/+2
2018-03-14Suggest using `move` when trying to share `...::channel::{Receiver, Sender}`Esteban Küber-0/+8
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-1/+4
2018-03-14Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakisbors-7/+8
2018-03-14Pin and Unpin in libcore.boats-2/+119
2018-03-15Rollup merge of #48970 - GuillaumeGomez:doc-examples, r=QuietMisdreavuskennytm-2/+134
2018-03-14change never_type stabilisation versionAndrew Cann-6/+6
2018-03-14Fix version numberAndrew Cann-6/+6
2018-03-14stabilise feature(never_type)Andrew Cann-7/+8
2018-03-13Auto merge of #48735 - 1011X:master, r=alexcrichtonbors-0/+510
2018-03-13Add hexadecimal formatting of integers with fmt::DebugSimon Sapin-2/+20
2018-03-12Add missing examplesGuillaume Gomez-2/+134
2018-03-13Rollup merge of #48954 - GuillaumeGomez:missing-links-fmt, r=QuietMisdreavuskennytm-4/+8
2018-03-12Add missing linksGuillaume Gomez-4/+8
2018-03-13Rollup merge of #48887 - alexcrichton:update-stdsimd, r=kennytmkennytm-0/+2
2018-03-13Rollup merge of #48201 - NovemberZulu:master, r=steveklabnikkennytm-15/+36
2018-03-12added ascii_ctypes feature to libcore tests module1011X-0/+1
2018-03-12include AsciiExt in tests1011X-1/+2
2018-03-11Update Cargo submoduleAlex Crichton-1/+235
2018-03-11Update stdsimd moduleAlex Crichton-0/+2
2018-03-08Merge branch 'master' of github.com:1011X/rust1011X-97/+174