about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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-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-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-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
2018-03-08declare ascii test module in core1011X-0/+1
2018-03-08and again :(Maxim Nazarenko-3/+3
2018-03-08tidy. AgainMaxim Nazarenko-2/+2
2018-03-08another rewriteMaxim Nazarenko-15/+31
2018-03-08Rollup merge of #48738 - Songbird0:parseinterror_potential_cause, r=joshtriplettManish Goregaokar-0/+7
2018-03-08Produce instead of pointersOliver Schneider-1/+3
2018-03-07Make `assert` macro a built-in procedural macroShotaro Yamada-0/+15
2018-03-06Stabilize option_ref_mut_clonedMatt Brubeck-2/+1
2018-03-06FusedIterator will be stabilized1011X-1/+1
2018-03-06Merge branch 'master' of https://github.com/rust-lang/rust1011X-96/+173
2018-03-06Auto merge of #48768 - kennytm:rollup, r=kennytmbors-92/+169
2018-03-06Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichtonkennytm-59/+57
2018-03-06Rollup merge of #48474 - christianpoveda:new_cell_docs, r=steveklabnikkennytm-0/+18
2018-03-06Rollup merge of #48590 - tshepang:more-simple, r=frewsxcvkennytm-31/+22
2018-03-06Rollup merge of #48573 - Amanieu:bitreverse2, r=sfacklerkennytm-0/+70
2018-03-06Rollup merge of #48403 - lukaslueg:casted, r=steveklabnikkennytm-2/+2
2018-03-06Auto merge of #48509 - Phlosioneer:option-doc-change, r=TimNNbors-4/+4
2018-03-06Add reverse_bits to integer typesAmanieu d'Antras-0/+66
2018-03-05Copy license into libcore/tests/ascii.rs1011X-0/+10
2018-03-05Move tests, re-export items from core::ascii1011X-355/+350
2018-03-05Fix spelling error for `whitespaces`.Songbird0-1/+1
2018-03-05Modify wording and remove useless whitespaces.Songbird0-3/+3