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
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
2015-04-10
Auto merge of #24177 - alexcrichton:rustdoc, r=aturon
bors
-0
/
+1
2015-04-07
alloc: impl fmt::Pointer for Rc, Arc and Box
Richo Healey
-0
/
+8
2015-04-07
rustdoc: Add a primitive page for raw pointers
Alex Crichton
-0
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-15
/
+0
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-5
/
+21
2015-03-26
Added instability markers to `POST_DROP_*` consts, and related opt-in's.
Felix S. Klock II
-1
/
+1
2015-03-26
Switch drop-flag to `u8` to allow special tags to instrument state.
Felix S. Klock II
-0
/
+15
2015-03-25
Add trivial cast lints.
Nick Cameron
-1
/
+1
2015-03-23
rollup merge of #23644: mbrubeck/doc-edit
Alex Crichton
-6
/
+3
2015-03-23
Update docs for ptr module.
Matt Brubeck
-6
/
+3
2015-03-23
rollup merge of #23503: alexcrichton/fix-ptr-docs
Alex Crichton
-17
/
+3
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+2
2015-03-21
std: Remove deprecated ptr functions
Alex Crichton
-17
/
+3
2015-03-18
Register new snapshots
Alex Crichton
-138
/
+5
2015-03-16
impl<T> *const T, impl<T> *mut T
Jorge Aparicio
-0
/
+118
2015-03-12
Update the ways to get a pointer from a box
Gleb Kozyrev
-13
/
+16
2015-02-24
std: Stabilize some `ptr` functions
Alex Crichton
-53
/
+56
2015-02-23
Add documentation to associated types in libcore, libstd
Ivan Petkov
-0
/
+2
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-20
/
+32
2015-02-18
Rewrite `Unique<T>` so that it is covariant in T, implies `NonZero` and owner...
Niko Matsakis
-20
/
+32
2015-02-18
Avoid ptrtoint when checking if a pointer is null
Björn Steinbrink
-2
/
+2
2015-02-13
Audit integer type usage in `core::ptr`
Niko Matsakis
-20
/
+20
2015-02-11
Add core::marker::PhantomData.
Felix S. Klock II
-3
/
+14
2015-02-10
Made the `ptr::Unique` type accept unsized types, to allow for use cases
Marvin Löbel
-3
/
+3
2015-02-05
Improve ptr::read docs
Steve Klabnik
-1
/
+1
2015-01-23
grandfathered -> rust1
Brian Anderson
-30
/
+30
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-15
/
+15
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-15
/
+15
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-50
/
+60
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-1
/
+1
2015-01-13
Remove unneeded box import in examples
Chase Southwood
-1
/
+0
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
[next]