about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-06-27Auto merge of #51835 - tmccombs:stable-int-to-from-bytes, r=joshtriplettbors-12/+4
2018-06-26Stabilize to_bytes and from_bytes for integers.Thayne McCombs-12/+4
2018-06-27Auto merge of #51598 - Pazzaz:master, r=sfacklerbors-2/+46
2018-06-26Auto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomatsakisbors-46/+46
2018-06-26Move spawn errors into executor.rsJosef Reinhard Brandl-67/+50
2018-06-26Nested `LocalTaskObj` in `TaskObj`, remove `SpawnErrorObj` conversionsJosef Reinhard Brandl-75/+34
2018-06-26Add `LocalTaskObj`Josef Reinhard Brandl-6/+102
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-46/+46
2018-06-26Split libcore/task.rs into submodulesJosef Reinhard Brandl-294/+401
2018-06-26Rollup merge of #51730 - MajorBreakfast:pin-get-mut-unchecked, r=withoutboatsPietro Albini-5/+11
2018-06-23Auto merge of #51653 - mglagla:option-unreachable, r=dtolnaybors-3/+3
2018-06-23`PinMut`: Add safe `get_mut` and rename unsafe fns to `get_mut_unchecked` and...Josef Reinhard Brandl-5/+11
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-8/+31
2018-06-21Auto merge of #51601 - Emerentius:step_by_range_diet, r=sfacklerbors-7/+81
2018-06-20Replace unreachable! with unreachable_uncheckedMartin Glagla-3/+3
2018-06-19Update message for `!Sized` typesEsteban Küber-2/+2
2018-06-19Add link to book for `Sized` errorsEsteban Küber-1/+3
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-8/+29
2018-06-19specialize StepBy<Range(Inclusive)>Emerentius-7/+81
2018-06-18Rename OOM to allocation errorSimon Sapin-24/+24
2018-06-17Auto merge of #51404 - clarcharr:never_hash, r=KodrAusbors-0/+7
2018-06-17Auto merge of #51466 - joshlf:ref-split, r=dtolnaybors-19/+185
2018-06-16Optimize sum of Durations by using custom functionPazzaz-2/+46
2018-06-16Auto merge of #51562 - SimonSapin:transparent, r=cramertjbors-1/+1
2018-06-14impl Hash for !Clar Charr-0/+7
2018-06-13Add Ref/RefMut map_split methodJoshua Liebow-Feeser-19/+185
2018-06-13Improve core::task::TaskObjJosef Reinhard Brandl-14/+15
2018-06-13Replace `core::iter::AlwaysOk<T>` by `Result<T, !>`kennytm-19/+4
2018-06-12Auto merge of #51505 - cuviper:these-go-to-11, r=estebankbors-1120/+1214
2018-06-12Stabilize #[repr(transparent)]Simon Sapin-1/+1
2018-06-12Auto merge of #51241 - glandium:globalalloc, r=sfackler,SimonSapinbors-111/+249
2018-06-11More alloc docs tweaksSimon Sapin-1/+23
2018-06-11Alloc docs teaksSimon Sapin-5/+0
2018-06-11Stablize the GlobalAlloc traitSimon Sapin-1/+5
2018-06-11Stabilize alloc::Layout (with only some of its methods)Simon Sapin-9/+9
2018-06-11Mark as permanently-unstable some implementation detailsSimon Sapin-1/+1
2018-06-11Stablize the alloc module without changing stability of its contents.Simon Sapin-6/+26
2018-06-11Document memory allocation APIsSimon Sapin-49/+178
2018-06-11Remove deprecated heap modulesSimon Sapin-7/+0
2018-06-11Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAllocMike Hommey-49/+24
2018-06-11Auto merge of #51442 - tinaun:more-future-impls, r=cramertjbors-0/+72
2018-06-11Regenerate character tables for Unicode 11Josh Stone-1120/+1214
2018-06-11Auto merge of #51423 - RalfJung:from_raw_parts, r=sfacklerbors-5/+7
2018-06-10Auto merge of #51474 - llogiq:from-docs, r=TimNNbors-13/+39
2018-06-10Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytmbors-34/+8
2018-06-10add some docs to conversionsAndre Bogus-13/+39
2018-06-10Auto merge of #51320 - tmccombs:step-by, r=SimonSapinbors-14/+4
2018-06-09Auto merge of #51441 - bstrie:sizeof128, r=dtolnaybors-0/+2
2018-06-09Be more precise about why references need to be non-null and alignedRalf Jung-1/+1
2018-06-09add inherent methods to Polltinaun-0/+49