rust/src/libcore
Manish Goregaokar 5f66c701b1 Make function pointers implement traits for up to 12 parameters
(12 was chosen to be consistent with what we do for tuples)

Fixes #28559
2015-09-21 14:21:30 +05:30
..
fmt Add a blanket impl for &mut std::fmt::Write 2015-09-13 11:42:42 +12:00
hash Stop a private method on SipHasher from shadowing Hasher::write 2015-09-12 15:25:39 +01:00
num Reorganize core::num internals 2015-09-20 18:39:08 +02:00
prelude core: Stabilize prelude::v1 2015-08-17 19:35:52 -07:00
str Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon 2015-09-13 19:45:15 +00:00
sync Add a comment that the Atomic* are all implicitly Send 2015-09-15 23:35:02 +01:00
any.rs Any docs: as_ref doesn't exist anymore 2015-08-26 13:59:39 -04:00
array.rs Implement Borrow for fixed-size arrays 2015-09-03 19:35:26 +03:00
borrow.rs Move the Borrow and BorrowMut traits to libcore. 2015-08-22 13:58:39 +02:00
cell.rs Elide lifetimes in libcore 2015-09-03 17:46:35 +05:30
char.rs core: Fill out issues for unstable features 2015-08-15 18:09:16 -07:00
clone.rs Implement more traits for function pointers 2015-09-13 18:11:10 +03:00
cmp.rs Reuse cmp in totally ordered types 2015-09-16 15:25:51 +02:00
cmp_macros.rs std: Remove #[old_orphan_check] from PartialEq 2015-03-31 13:39:14 -07:00
convert.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
default.rs doc: I had to read this twice before understanding it 2015-08-26 23:48:45 +02:00
intrinsics.rs Rollup merge of #27904 - tshepang:nit, r=nikomatsakis 2015-08-22 19:15:42 -04:00
iter.rs take mapped function by mutable reference 2015-09-03 14:50:06 +02:00
lib.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
macros.rs Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichton 2015-08-28 02:49:45 +00:00
marker.rs fix unstable issue ref for Unsize 2015-08-26 19:07:44 -04:00
mem.rs core: Fill out issues for unstable features 2015-08-15 18:09:16 -07:00
nonzero.rs Elide lifetimes in libcore 2015-09-03 17:46:35 +05:30
ops.rs Overloaded augmented assignments 2015-09-18 21:20:15 -05:00
option.rs Simplify sample code for {Option, Result}::iter_mut 2015-09-16 10:17:38 +02:00
panicking.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
ptr.rs Make function pointers implement traits for up to 12 parameters 2015-09-21 14:21:30 +05:30
raw.rs core: Fill out issues for unstable features 2015-08-15 18:09:16 -07:00
result.rs Simplify sample code for {Option, Result}::iter_mut 2015-09-16 10:17:38 +02:00
simd.rs Shim some of the old std::simd functionality. 2015-08-17 14:48:43 -07:00
simd_old.rs switch core::simd to repr(simd) and deprecate it. 2015-08-17 14:41:37 -07:00
slice.rs Explain explicit slicing in slice cmp and partial_cmp methods 2015-09-16 16:09:23 +02:00
tuple.rs std: Create separate docs for the primitives 2015-07-20 13:18:06 -07:00