about summary refs log tree commit diff
path: root/src/libcore/ptr.rs
AgeCommit message (Expand)AuthorLines
2016-04-17Improve as_mut ptr method exampleGuillaume Gomez-0/+3
2016-04-17Rollup merge of #32956 - GuillaumeGomez:ptr_examples, r=steveklabnikManish Goregaokar-0/+52
2016-04-14Add examples for std::ptr module functionsggomez-0/+52
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-27/+37
2016-04-06avoid "==" in assert! when one of the values is a boolTshepang Lekhonkhobe-2/+2
2016-03-28Add doc examples on pointer typesGuillaume Gomez-0/+85
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-0/+2
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-03-01Rollup merge of #31965 - miqid:doc, r=steveklabnikSteve Klabnik-1/+1
2016-03-01Fix broken links for core primitivesMichael Huynh-1/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-1/+1
2016-02-18Implement read_volatile and write_volatileAmanieu d'Antras-0/+48
2016-02-14Remove incorrect documentationSteve Klabnik-2/+1
2016-02-06Document that Unique<T> and Shared<T> are non-nullUlrik Sverdrup-2/+10
2015-12-21Register new snapshotsAlex Crichton-22/+4
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-2/+0
2015-10-31Auto merge of #29480 - apasel422:coerce-unique, r=alexcrichtonbors-0/+4
2015-10-30Implement `CoerceUnsized` for `Unique`Andrew Paseltiner-0/+4
2015-10-30expose drop_in_place as ptr::drop_in_placeAlexis Beingessner-0/+2
2015-10-25Switch to 'const unsafe fn' ordering (rust-lang/rust#29107)John Hodge-1/+1
2015-10-21Auto merge of #29192 - phil-opp:unsafe-const-fns, r=alexcrichtonbors-4/+20
2015-10-20Make Unique::new const functionPhilipp Oppermann-4/+20
2015-10-20Point core::ptr::Shared to tracking issue #27730.Huon Wilson-9/+9
2015-10-16Add `Shared` pointer and have `{Arc, Rc}` use itAndrew Paseltiner-2/+67
2015-10-13Correct spelling in docsAndrew Paseltiner-2/+2
2015-10-11core: Update the safety docs for core::ptr::writeUlrik Sverdrup-3/+5
2015-09-21Make function pointers implement traits for up to 12 parametersManish Goregaokar-0/+7
2015-09-13Implement more traits for function pointersVadim Petrochenkov-27/+71
2015-09-04Rollup merge of #28188 - Manishearth:elide-core, r=alexcrichtonManish Goregaokar-1/+1
2015-09-03Elide lifetimes in libcoreManish Goregaokar-1/+1
2015-09-03Make `null()` and `null_mut()` const functionsVadim Petrochenkov-4/+4
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-9/+14
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-21/+0
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-7/+6
2015-07-29std: Remove the curious inner moduleAlex Crichton-1/+1
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+3
2015-07-20std: Create separate docs for the primitivesBrian Anderson-74/+1
2015-07-20doc: Clean up primitive short descriptionsBrian Anderson-1/+1
2015-06-26Use Box::into_raw rather than the deprecated boxed::into_raw in tests and doc...Ms2ger-6/+4
2015-06-19add note for future type-system adventurersAlexis Beingessner-0/+5
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-13/+13
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-4/+4
2015-04-29rollup merge of #24610: nagisa/offset-docsAlex Crichton-3/+4
2015-04-28Register new snapshotsTamir Duberstein-17/+0
2015-04-28Clarify offset rules a bitSimonas Kazlauskas-3/+4
2015-04-15Rollup merge of #24435 - killercup:patch-9, r=steveklabnikSteve Klabnik-3/+3
2015-04-14Remove Incorrect Link from std::ptr::null DocsPascal Hertleif-3/+3
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-3/+3