index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-17
Improve as_mut ptr method example
Guillaume Gomez
-0
/
+3
2016-04-17
Rollup merge of #32956 - GuillaumeGomez:ptr_examples, r=steveklabnik
Manish Goregaokar
-0
/
+52
2016-04-14
Add examples for std::ptr module functions
ggomez
-0
/
+52
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-27
/
+37
2016-04-06
avoid "==" in assert! when one of the values is a bool
Tshepang Lekhonkhobe
-2
/
+2
2016-03-28
Add doc examples on pointer types
Guillaume Gomez
-0
/
+85
2016-03-20
libcore: add Debug implementations to most missing types
Sean McArthur
-0
/
+2
2016-03-04
End stdlib module summaries with a full stop.
Steve Klabnik
-1
/
+1
2016-03-01
Rollup merge of #31965 - miqid:doc, r=steveklabnik
Steve Klabnik
-1
/
+1
2016-03-01
Fix broken links for core primitives
Michael Huynh
-1
/
+1
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-1
/
+1
2016-02-18
Implement read_volatile and write_volatile
Amanieu d'Antras
-0
/
+48
2016-02-14
Remove incorrect documentation
Steve Klabnik
-2
/
+1
2016-02-06
Document that Unique<T> and Shared<T> are non-null
Ulrik Sverdrup
-2
/
+10
2015-12-21
Register new snapshots
Alex Crichton
-22
/
+4
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+1
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-2
/
+0
2015-10-31
Auto merge of #29480 - apasel422:coerce-unique, r=alexcrichton
bors
-0
/
+4
2015-10-30
Implement `CoerceUnsized` for `Unique`
Andrew Paseltiner
-0
/
+4
2015-10-30
expose drop_in_place as ptr::drop_in_place
Alexis Beingessner
-0
/
+2
2015-10-25
Switch to 'const unsafe fn' ordering (rust-lang/rust#29107)
John Hodge
-1
/
+1
2015-10-21
Auto merge of #29192 - phil-opp:unsafe-const-fns, r=alexcrichton
bors
-4
/
+20
2015-10-20
Make Unique::new const function
Philipp Oppermann
-4
/
+20
2015-10-20
Point core::ptr::Shared to tracking issue #27730.
Huon Wilson
-9
/
+9
2015-10-16
Add `Shared` pointer and have `{Arc, Rc}` use it
Andrew Paseltiner
-2
/
+67
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-2
/
+2
2015-10-11
core: Update the safety docs for core::ptr::write
Ulrik Sverdrup
-3
/
+5
2015-09-21
Make function pointers implement traits for up to 12 parameters
Manish Goregaokar
-0
/
+7
2015-09-13
Implement more traits for function pointers
Vadim Petrochenkov
-27
/
+71
2015-09-04
Rollup merge of #28188 - Manishearth:elide-core, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-09-03
Elide lifetimes in libcore
Manish Goregaokar
-1
/
+1
2015-09-03
Make `null()` and `null_mut()` const functions
Vadim Petrochenkov
-4
/
+4
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-9
/
+14
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-21
/
+0
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-7
/
+6
2015-07-29
std: Remove the curious inner module
Alex Crichton
-1
/
+1
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-0
/
+3
2015-07-20
std: Create separate docs for the primitives
Brian Anderson
-74
/
+1
2015-07-20
doc: Clean up primitive short descriptions
Brian Anderson
-1
/
+1
2015-06-26
Use Box::into_raw rather than the deprecated boxed::into_raw in tests and doc...
Ms2ger
-6
/
+4
2015-06-19
add note for future type-system adventurers
Alexis Beingessner
-0
/
+5
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-13
/
+13
2015-06-09
Exise 'unsafe pointer' in favor of 'raw pointer'
Steve Klabnik
-4
/
+4
2015-04-29
rollup merge of #24610: nagisa/offset-docs
Alex Crichton
-3
/
+4
2015-04-28
Register new snapshots
Tamir Duberstein
-17
/
+0
2015-04-28
Clarify offset rules a bit
Simonas Kazlauskas
-3
/
+4
2015-04-15
Rollup merge of #24435 - killercup:patch-9, r=steveklabnik
Steve Klabnik
-3
/
+3
2015-04-14
Remove Incorrect Link from std::ptr::null Docs
Pascal Hertleif
-3
/
+3
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-3
/
+3
[next]