about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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-12improve Atomic*::fetch_update docsAndre Bogus-2/+2
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-10Add symmetric requirement of PartialOrd.Steven Malis-8/+8
2018-04-11std: Mark `ptr::Unique` with `#[doc(hidden)]`Daiki Mizukami-0/+1
2018-04-09Fix various nits from PR reviewDylan MacKenzie-7/+6
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-07Add float NaN tests.Steven Malis-21/+59
2018-04-07Fix broken relative linksDylan MacKenzie-8/+8
2018-04-07fix testsSteven Malis-22/+22
2018-04-07Fix broken link in `write_unaligned` docsDylan MacKenzie-1/+1
2018-04-07Don't link "Undefined Behavior" headingDylan MacKenzie-28/+12
2018-04-07Fix example for `ptr::replace`Dylan MacKenzie-1/+1
2018-04-07Change `write_bytes` test causing UB to `no_run`Dylan MacKenzie-6/+7
2018-04-07Update based on RangeBounds trait being moved to libcore.Steven Malis-12/+63
2018-04-07Rewrite docs for `std::ptr`Dylan MacKenzie-102/+496
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-85/+3
2018-04-06Fix the failing testsStjepan Glavina-0/+3
2018-04-06Consistently default operator Rhs/RHS to SelfNathaniel McCallum-3/+3
2018-04-06Change TODO to FIXMEStjepan Glavina-1/+1