about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-04-13core: Remove an implicit panic from Formatter::padAlex Crichton-1/+5
2018-04-13std: Minimize size of panicking on wasmAlex Crichton-0/+10
2018-04-13Auto merge of #49669 - SimonSapin:global-alloc, r=alexcrichtonbors-149/+215
2018-04-13Auto merge of #49389 - fanzier:euclidean-division, r=KodrAusbors-0/+440
2018-04-12Address more nits.Fabian Zaiser-7/+6
2018-04-12Initial docs for the GlobalAlloc traitSimon Sapin-5/+39
2018-04-12Rename alloc::Void to alloc::OpaqueSimon Sapin-21/+21
2018-04-12Remove conversions for allocated pointersSimon Sapin-17/+0
2018-04-12Use NonNull<Void> instead of *mut u8 in the Alloc traitMike Hommey-33/+33
2018-04-12Restore Global.oom() functionalitySimon Sapin-0/+4
2018-04-12Conversions between Result<*mut u8, AllocErr>> and *mut VoidSimon Sapin-0/+21
2018-04-12realloc with a new size only, not a full new layout.Simon Sapin-51/+36
2018-04-12Return Result instead of Option in alloc::Layout constructorsSimon Sapin-22/+41
2018-04-12Remove the now-unit-struct AllocErr field inside CollectionAllocErrSimon Sapin-3/+3
2018-04-12Remove the now-unit-struct AllocErr parameter of oom()Simon Sapin-1/+1
2018-04-12Implement GlobalAlloc for SystemSimon Sapin-0/+4
2018-04-12Make AllocErr a zero-size unit structSimon Sapin-50/+8
2018-04-12Actually deprecate heap modules.Simon Sapin-1/+4
2018-04-12Rename `heap` modules in the core, alloc, and std crates to `alloc`Simon Sapin-1/+5
2018-04-12Add a GlobalAlloc traitSimon Sapin-0/+30
2018-04-12Add a core::heap::Void extern type.Simon Sapin-0/+21
2018-04-12Auto merge of #49551 - scottmcm:deprecate-offset_to, r=KodrAusbors-9/+14
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