]> git.lizzy.rs Git - rust.git/commit
auto merge of #20160 : nick29581/rust/ranges2, r=nikomatsakis
authorbors <bors@rust-lang.org>
Tue, 30 Dec 2014 00:42:13 +0000 (00:42 +0000)
committerbors <bors@rust-lang.org>
Tue, 30 Dec 2014 00:42:13 +0000 (00:42 +0000)
commitfea5aa656ff4349f4d3e1fea1447d26986762ae1
tree3736614e84499fcde1623619b6e1336f2b2221d6
parent71123902e17ad339649f33423995eac78da40e3c
parent113f8aa86b64c0be1981a69d110e42d22460b33c
auto merge of #20160 : nick29581/rust/ranges2, r=nikomatsakis

The first six commits are from an earlier PR (#19858) and have already been reviewed. This PR makes an awful hack in the compiler to accommodate slices both natively and in the index a range form. After a snapshot we can hopefully add the new Index impls and then we can remove these awful hacks.

r? @nikomatsakis (or anyone who knows the compiler, really)