rust/src/libcore
Alex Crichton 26c24221e4 rollup merge of #19587: huonw/closure-feature-gate
detect UFCS drop and allow UFCS methods to have explicit type parameters.

Work towards #18875.

Since code could previously call the methods & implement the traits
manually, this is a

[breaking-change]

Closes #19586. Closes #19375.
2014-12-09 09:24:44 -08:00
..
fmt librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
num librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
tuple Utilize fewer reexports 2014-12-05 18:13:04 -05:00
any.rs Utilize fewer reexports 2014-12-05 18:13:04 -05:00
array.rs Overload the == operator 2014-12-03 10:41:42 -05:00
atomic.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
bool.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
borrow.rs rollup merge of #19359: japaric/clone-cow 2014-12-05 10:06:41 -08:00
cell.rs Utilize fewer reexports 2014-12-05 18:13:04 -05:00
char.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
clone.rs /*! -> //! 2014-11-26 16:50:14 -08:00
cmp.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
default.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
finally.rs rollup merge of #19329: steveklabnik/doc_style_cleanup2 2014-11-26 16:51:02 -08:00
intrinsics.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
iter.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
kinds.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
lib.rs rollup merge of #19587: huonw/closure-feature-gate 2014-12-09 09:24:44 -08:00
macros.rs std: Stabilize std::fmt 2014-11-18 21:16:22 -08:00
mem.rs Fixed a few typos in libcore 2014-11-16 16:51:22 -08:00
ops.rs auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis 2014-12-09 07:51:52 +00:00
option.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
panicking.rs Register snapshots. 2014-11-05 12:55:58 +02:00
prelude.rs Fallout from stabilization 2014-11-25 17:41:54 -08:00
ptr.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
raw.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
result.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
simd.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
slice.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
str.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
ty.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00