about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-13core: Remove an implicit panic from Formatter::padAlex Crichton-1/+5
2018-04-13Reduce the size of panics in RawVecAlex Crichton-8/+15
2018-04-13std: Minimize size of panicking on wasmAlex Crichton-45/+205
2018-04-13Auto merge of #49669 - SimonSapin:global-alloc, r=alexcrichtonbors-1493/+1035
2018-04-13Auto merge of #49389 - fanzier:euclidean-division, r=KodrAusbors-0/+541
2018-04-13Auto merge of #49360 - topecongiro:run-rustfmt/build_helper, r=nrcbors-47/+70
2018-04-13Auto merge of #49718 - petrochenkov:fieldcmp, r=eddybbors-676/+759
2018-04-12Auto merge of #45298 - toidiu:ak-44493-infer-predicate, r=nikomatsakisbors-21/+1414
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-139/+138
2018-04-12Remove conversions for allocated pointersSimon Sapin-28/+11
2018-04-12Use NonNull<Void> instead of *mut u8 in the Alloc traitMike Hommey-128/+135
2018-04-12impl GlobalAlloc for GlobalSimon Sapin-35/+50
2018-04-12Restore Global.oom() functionalitySimon Sapin-0/+57
2018-04-12Remove `impl Alloc for &'a System`Simon Sapin-113/+28
2018-04-12Move platform-specific OOM handling to functionsSimon Sapin-73/+58
2018-04-12Conversions between Result<*mut u8, AllocErr>> and *mut VoidSimon Sapin-18/+24
2018-04-12realloc with a new size only, not a full new layout.Simon Sapin-102/+74
2018-04-12Return Result instead of Option in alloc::Layout constructorsSimon Sapin-26/+54
2018-04-12Add FIXME comments for Void::null_mut usageSimon Sapin-0/+1
2018-04-12Remove the now-unit-struct AllocErr field inside CollectionAllocErrSimon Sapin-29/+29
2018-04-12Remove the now-unit-struct AllocErr parameter of oom()Simon Sapin-28/+28
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-706/+167
2018-04-12Implement GlobalAlloc for SystemSimon Sapin-128/+145
2018-04-12Make AllocErr a zero-size unit structSimon Sapin-135/+51
2018-04-12Update to most recent version of dlmallocAlex Crichton-45/+19
2018-04-12Separate alloc::heap::Alloc trait for stage0 #[global_allocator]Simon Sapin-14/+109
2018-04-12Actually deprecate the Heap typeSimon Sapin-46/+47
2018-04-12Rename the Heap type to GlobalSimon Sapin-9/+14
2018-04-12Actually deprecate heap modules.Simon Sapin-8/+20
2018-04-12Rename `heap` modules in the core, alloc, and std crates to `alloc`Simon Sapin-4/+16
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-40/+34
2018-04-12Add a GlobalAlloc traitSimon Sapin-0/+30
2018-04-12Add a core::heap::Void extern type.Simon Sapin-0/+21
2018-04-12Inline docs for the heap module’s reexportsSimon Sapin-1/+3
2018-04-12Add some new tests + Fix failing testsVadim Petrochenkov-39/+208
2018-04-12Move hygiene tests to UIVadim Petrochenkov-0/+223
2018-04-12Avoid comparing fields by name when possibleVadim Petrochenkov-226/+244
2018-04-12AST/HIR: Merge field access expressions for named and numeric fieldsVadim Petrochenkov-432/+105
2018-04-12Implement inferring outlives requirements for references, structs, enum, unio...toidiu-21/+1414
2018-04-12Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoeristerbors-285/+425
2018-04-12Auto merge of #49551 - scottmcm:deprecate-offset_to, r=KodrAusbors-13/+19
2018-04-12Run rustfmt on build_helperSeiichi Uchida-47/+70
2018-04-12Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakisbors-43/+132
2018-04-12Auto merge of #48528 - bitshifter:repr_packed, r=eddybbors-162/+844
2018-04-12Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichtonbors-1537/+1398
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-7/+4
2018-04-12Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION.Simon Sapin-6/+7
2018-04-12Move core::char::printable to core::unicode::printableSimon Sapin-4/+4