about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-06-24Haiku: fix build of libbacktraceNiels Sascha Reedijk-1/+2
2018-06-23`PinMut`: Add safe `get_mut` and rename unsafe fns to `get_mut_unchecked` and...Josef Reinhard Brandl-9/+4
2018-06-23Auto merge of #51580 - cramertj:async-await, r=eddybbors-16/+152
2018-06-22Remove impl trait names and move bits of await into a functionTaylor Cramer-13/+21
2018-06-22Review nits and updatesTaylor Cramer-38/+35
2018-06-22Rollup merge of #51637 - abarth:new_prng, r=cramertjkennytm-4/+3
2018-06-21Allow unsafe code inside of await macroTaylor Cramer-0/+1
2018-06-21async await desugaring and testsTaylor Cramer-2/+132
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-5/+10
2018-06-19Remove erroneous example of main as a non-Result function.Sgeo-1/+1
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-5/+10
2018-06-20Fix doc build on unknown windows targetGuillaume Gomez-0/+2
2018-06-19Auto merge of #51543 - SimonSapin:oom, r=SimonSapinbors-16/+16
2018-06-19Update zx_cprng_draw_new on FuchsiaAdam Barth-4/+3
2018-06-19Auto merge of #51081 - kornelski:examplestr, r=steveklabnikbors-23/+37
2018-06-18Rename OOM to allocation errorSimon Sapin-16/+16
2018-06-18Stabilize std::path::Path:ancestorsTobias Stolzmann-8/+4
2018-06-18Prefer use of owned values in examplesKornel-23/+37
2018-06-17Auto merge of #51529 - nodakai:improve-sys_common-mutex, r=oli-obkbors-69/+73
2018-06-17Auto merge of #51555 - ccesare:remove_unused_variables_redox_os, r=kennytmbors-3/+0
2018-06-17libstd: add an RAII utility for sys_common::mutex::MutexNODA, Kai-69/+73
2018-06-17Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavusbors-0/+2
2018-06-15Add doc for fn keywordGuillaume Gomez-0/+33
2018-06-15Fix issue on unixGuillaume Gomez-0/+1
2018-06-14Removed two unused variablesChris Cesare-3/+0
2018-06-13Add missing allow_missing_docsGuillaume Gomez-0/+1
2018-06-12Fix possibly endless loop in ReadDir iteratorsharkdp-7/+24
2018-06-12Auto merge of #51241 - glandium:globalalloc, r=sfackler,SimonSapinbors-23/+84
2018-06-11Move Unstable Book sections for #[global_allocator] and System to std::alloc ...Simon Sapin-0/+62
2018-06-11Remove some '#[feature]' attributes for stabilized featuresSimon Sapin-1/+0
2018-06-11Stabilize the `System` allocatorSimon Sapin-1/+1
2018-06-11Move set_oom_hook and take_oom_hook to a dedicated tracking issueSimon Sapin-2/+2
2018-06-11Mark as permanently-unstable some implementation detailsSimon Sapin-2/+2
2018-06-11Stablize the alloc module without changing stability of its contents.Simon Sapin-6/+13
2018-06-11Document memory allocation APIsSimon Sapin-1/+1
2018-06-11Remove the deprecated Heap type/constSimon Sapin-1/+0
2018-06-11Remove deprecated heap modulesSimon Sapin-9/+2
2018-06-11Replace `impl GlobalAlloc for Global` with a set of free functionsMike Hommey-0/+1
2018-06-11Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAllocMike Hommey-6/+6
2018-06-11Auto merge of #51442 - tinaun:more-future-impls, r=cramertjbors-0/+19
2018-06-11Add #[doc(inline)] in std::taskCrLF0710-0/+2
2018-06-10Stabilize entry-or-defaultGuillaume Gomez-3/+1
2018-06-09add inherent methods to Polltinaun-1/+1
2018-06-09Auto merge of #51359 - cramertj:fdio_spawn, r=sfacklerbors-110/+51
2018-06-08addressed nitstinaun-3/+3
2018-06-08add a few blanket future impls to stdtinaun-0/+19
2018-06-07[fuchsia] Migrate from launchpad to fdio_spawn_etcAdam Barth-110/+51
2018-06-06Auto merge of #51263 - cramertj:futures-in-core, r=aturonbors-0/+16
2018-06-06Add Future and task system to the standard libraryTaylor Cramer-0/+16
2018-06-06Revert "Remove TryFrom impls that might become conditionally-infallible with ...Simon Sapin-18/+2