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-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
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-2
/
+3
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-2
/
+2
2015-01-06
Fix misspelled comments.
Joseph Crail
-2
/
+2
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-46
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-7
/
+17
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-7
/
+17
2015-01-02
Fix fallout from change, adding explicit `Sized` annotations where necessary.
Niko Matsakis
-2
/
+2
2014-12-30
Stabilize cmp
Aaron Turon
-0
/
+10
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-54
/
+87
2014-12-28
Don't expose NonZero through libstd.
Luqman Aden
-88
/
+1
2014-12-28
libcore: Make it unsafe to create NonZero and impl Deref.
Luqman Aden
-3
/
+21
2014-12-28
libcore: Add NonZero lang item and implement some methods.
Luqman Aden
-0
/
+70
2014-12-26
Rename `UniquePtr` to `Unique`
Flavio Percoco
-12
/
+12
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-2
/
+2
2014-12-26
Rename `OwnedPtr` to `UniquePtr`
Flavio Percoco
-12
/
+12
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-0
/
+33
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-1
/
+2
2014-12-21
rollup merge of #19651: Gankro/ptr-docs
Alex Crichton
-26
/
+74
2014-12-20
Stabilize clone
Aaron Turon
-1
/
+2
2014-12-18
clean up ptr docs
Alexis Beingessner
-26
/
+74
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-7
/
+7
2014-12-12
Add Ord impl to raw pointers
Mike Pedersen
-11
/
+25
[next]