about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-13Update CargoAleksey Kladov-0/+0
2018-04-13[doc] note the special type inference handling for shiftsAndre Bogus-2/+12
2018-04-13Auto merge of #49808 - spastorino:dump_cause_ice, r=nikomatsakisbors-13/+69
2018-04-13Don't abort const eval due to long running evals, just warnOliver Schneider-18/+9
2018-04-13std: Avoid allocating panic message unless neededAlex Crichton-50/+103
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-13core: Remove panics from some `Layout` methodsAlex Crichton-8/+14
2018-04-13core: Inline `From<AllocErr> for CollectionAllocErr`Alex Crichton-0/+1
2018-04-13rustdoc: Don't include private paths in all.htmlOliver Middleton-1/+11
2018-04-13Auto merge of #49800 - ishitatsuyuki:intern-goal, r=nikomatsakisbors-59/+151
2018-04-13Auto merge of #49669 - SimonSapin:global-alloc, r=alexcrichtonbors-1493/+1035
2018-04-13Remove -Z miri debugging optionFabio B-6/+1
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-13Move `path_len` to ExternCrateShotaro Yamada-46/+24
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 test for using target features in doctestsQuietMisdreavus-0/+31
2018-04-12improve Atomic*::fetch_update docsAndre Bogus-2/+2
2018-04-12Add some new tests + Fix failing testsVadim Petrochenkov-39/+208