about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-04-12Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichtonbors-924/+6152
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-1/+1
2018-04-12Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION.Simon Sapin-3/+6
2018-04-12Move core::char::printable to core::unicode::printableSimon Sapin-4/+4
2018-04-12Merge unstable Utf16Encoder into EncodeUtf16Simon Sapin-58/+0
2018-04-12Merge core::unicode::str into core::strSimon Sapin-189/+173
2018-04-12Remove the CharExt trait, now that libcore has inherent methods for charSimon Sapin-190/+107
2018-04-12Move the rest of core::unicode::char to core::unicodeSimon Sapin-274/+266
2018-04-12Move char conversions into a separate private module.Simon Sapin-290/+315
2018-04-12Move char decoding iterators into a separate private module.Simon Sapin-249/+265
2018-04-12Reexport from core::unicode::char in core::char rather than vice versaSimon Sapin-23/+16
2018-04-12Move the core::char module to its own directorySimon Sapin-3/+258
2018-04-12Deprecate the std_unicode crateSimon Sapin-1/+1
2018-04-12Move contents of libstd_unicode into libcoreSimon Sapin-0/+4784
2018-04-12Move Utf8Lossy decoder to libcoreSimon Sapin-0/+309
2018-04-12Move char::REPLACEMENT_CHARACTER to libcoreSimon Sapin-0/+8
2018-04-11Rollup merge of #49575 - tmccombs:option-filter-stabilize, r=withoutboatskennytm-3/+1
2018-04-11Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichtonbors-5/+0
2018-04-09std: Be sure to modify atomics in testsAlex Crichton-4/+6
2018-04-09Auto merge of #49673 - ollie27:stab, r=sfacklerbors-3/+5
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-5/+0
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-85/+3
2018-04-05Rollup merge of #49621 - Nemo157:impl-unpin-for-pin, r=withoutboatsAlex Crichton-0/+3
2018-04-05Correct a few stability attributesOliver Middleton-3/+5
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-85/+3
2018-04-05Rollup merge of #48658 - llogiq:no-more-cas, r=kennytmkennytm-0/+185
2018-04-05Remove uses of option_filter featureThayne McCombs-2/+0
2018-04-04Auto merge of #49642 - kennytm:rollup, r=kennytmbors-26/+14
2018-04-04Auto merge of #48171 - FraGag:doc-copy-clone-impls, r=nikomatsakisbors-10/+138
2018-04-04Rollup merge of #49619 - durka:patch-46, r=steveklabnikkennytm-6/+5
2018-04-04Rollup merge of #49618 - pftbest:fix_warning, r=SimonSapinkennytm-0/+1
2018-04-04Rollup merge of #49607 - cuviper:stable-iter-1.27, r=alexcrichtonkennytm-20/+6
2018-04-04Rollup merge of #49533 - scottmcm:more-must-use, r=nikomatsakiskennytm-0/+2
2018-04-04Auto merge of #49573 - glandium:huge-align, r=SimonSapinbors-14/+7
2018-04-04Auto merge of #48333 - aidanhs:aphs-no-place-for-placement, r=nikomatsakisbors-147/+0
2018-04-03tweak fmt::Arguments docsAlex Burka-6/+5
2018-04-03Fix warning when compilin libcore on 16bit targets.Vadzim Dambrouski-0/+1
2018-04-03impl Unpin for PinWim Looman-0/+3
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-147/+0
2018-04-03Auto merge of #49098 - matklad:find_map, r=KodrAusbors-0/+60
2018-04-02Stabilize iterator_try_fold in 1.27.0Josh Stone-9/+3
2018-04-02Stabilize iter_rfind in 1.27.0Josh Stone-7/+2
2018-04-02Stabilize iter_rfold in 1.27.0Josh Stone-4/+1
2018-04-03Add Iterator::find_mapAleksey Kladov-0/+60
2018-04-01Stabilize `Option::filter`.Thayne McCombs-1/+1
2018-04-02Reject huge alignments on macos with system allocator onlyMike Hommey-14/+7
2018-04-01Update drop.rsAnders Pitman-1/+1
2018-03-31Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichtonbors-0/+1086
2018-03-31Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapinbors-0/+29
2018-03-30Add #[must_use] to a few standard library methodsScott McMurray-0/+2