rust/src/libcore
bors 41f5907fa6 auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto
per rfc 459
cc https://github.com/rust-lang/rust/issues/19390

One question is: should we start by warning, and only switch to hard error later? I think we discussed something like this in the meeting. 

r? @alexcrichton
2014-12-16 08:42:40 +00:00
..
fmt auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto 2014-12-16 08:42:40 +00:00
num libcore: fix move semantics fallout 2014-12-13 20:15:38 -05:00
tuple libcore: allow deprecated valN methods on doc tests 2014-12-13 20:04:41 -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 std: Collapse SlicePrelude traits 2014-12-14 19:03:56 -08:00
clone.rs /*! -> //! 2014-11-26 16:50:14 -08:00
cmp.rs Test fixes and rebase conflicts from the rollup 2014-12-09 10:26:04 -08:00
default.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
finally.rs libcore: fix fallout in doc tests 2014-12-13 17:03:46 -05:00
intrinsics.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
iter.rs libcore: fix move semantics fallout 2014-12-13 20:15:38 -05:00
kinds.rs Switch to using predicates to drive checking. Correct various tests -- 2014-12-12 20:25:21 -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 libcore: fix doctests 2014-12-13 20:15:39 -05:00
option.rs libcore: use unboxed closures in Option methods 2014-12-13 17:03:44 -05:00
panicking.rs Register snapshots. 2014-11-05 12:55:58 +02:00
prelude.rs std: Collapse SlicePrelude traits 2014-12-14 19:03:56 -08:00
ptr.rs Add Ord impl to raw pointers 2014-12-12 18:44:22 +01:00
raw.rs Remove proc types/expressions from the parser, compiler, and 2014-12-14 04:21:56 -05:00
result.rs libcore: use unboxed closures in Result methods 2014-12-13 17:03:44 -05:00
simd.rs Fix inappropriate ## headings 2014-12-10 13:54:56 -05:00
slice.rs auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto 2014-12-16 08:42:40 +00:00
str.rs auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson 2014-12-16 01:32:33 +00:00
ty.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00