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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcoretest
/
ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2016-07-17
Implement traits for variadic function pointers
Vadim Petrochenkov
-0
/
+14
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-2
/
+1
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-3
/
+2
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-6
/
+3
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-14
/
+14
2015-03-25
Add trivial cast lints.
Nick Cameron
-7
/
+7
2015-03-21
std: Remove deprecated ptr functions
Alex Crichton
-7
/
+7
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-3
/
+3
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-1
/
+1
2015-02-18
Rewrite `Unique<T>` so that it is covariant in T, implies `NonZero` and owner...
Niko Matsakis
-2
/
+2
2015-02-12
Auto merge of #21895 - alfie:libcoretest, r=pnkfelix
bors
-1
/
+1
2015-02-11
Add core::marker::PhantomData.
Felix S. Klock II
-1
/
+1
2015-02-10
Deprecating i/u suffixes in libcoretest
Alfie John
-1
/
+1
2015-02-10
Made the `ptr::Unique` type accept unsized types, to allow for use cases
Marvin Löbel
-0
/
+9
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-4
/
+4
2015-01-03
Remove deprecated functionality
Alex Crichton
-6
/
+3
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-119
/
+13
2014-08-31
Rename `RawPtr::to_option()` to `RawPtr::as_ref()`
Andrew Poelstra
-5
/
+30
2014-07-24
Deprecated `str::raw::from_c_str`
Adolfo Ochagavía
-9
/
+7
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-0
/
+255