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-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
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+1
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+5
2014-12-03
Deprecate Equiv
Jorge Aparicio
-0
/
+4
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-64
/
+0
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-09-16
Align with _mut conventions
Aaron Turon
-1
/
+5
2014-08-31
Rename `RawPtr::to_option()` to `RawPtr::as_ref()`
Andrew Poelstra
-8
/
+38
2014-08-08
Register new snapshot 12e0f72
Niko Matsakis
-3
/
+0
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-1
/
+4
2014-07-09
libcore: Reexport a couple of widely-used low-level intrinsics to reduce
Patrick Walton
-80
/
+4
2014-06-29
Implement RFC#28: Add PartialOrd::partial_cmp
Steven Fackler
-1
/
+41
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-267
/
+2
2014-06-29
c_str: replace .with_ref with .as_ptr throughout the codebase.
Huon Wilson
-12
/
+8
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-42
/
+46
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-4
/
+4
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-19
/
+26
2014-06-04
core: Apply stability attributes to ptr mod
Brian Anderson
-30
/
+60
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-3
/
+3
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-8
/
+8
2014-05-24
auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfackler
bors
-3
/
+3
2014-05-23
core: Finish stabilizing the `mem` module.
Alex Crichton
-3
/
+3
[next]