]> git.lizzy.rs Git - rust.git/commit
Auto merge of #21677 - japaric:no-range, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 29 Jan 2015 16:28:52 +0000 (16:28 +0000)
committerbors <bors@rust-lang.org>
Thu, 29 Jan 2015 16:28:52 +0000 (16:28 +0000)
commit265a23320dbeaeca45b889cfea684d71dec1b8e6
tree36775481b19e207f139d108aeb88875b695de181
parent3d6f5100aff24aa97275dc92ade728caac605560
parenta6f9180fd61f509ebc6d666eda3f6bb42dd02573
Auto merge of #21677 - japaric:no-range, r=alexcrichton

Note: Do not merge until we get a newer snapshot that includes #21374

There was some type inference fallout (see 4th commit) because type inference with `a..b` is not as good as with `range(a, b)` (see #21672).

r? @alexcrichton
13 files changed:
src/librustc/metadata/decoder.rs
src/librustc/metadata/encoder.rs
src/librustc/middle/astencode.rs
src/librustc/middle/ty.rs
src/librustc_trans/back/link.rs
src/librustc_trans/back/write.rs
src/libserialize/json.rs
src/libsyntax/ast_map/mod.rs
src/libsyntax/ast_util.rs
src/libsyntax/parse/mod.rs
src/libsyntax/print/pprust.rs
src/libtest/lib.rs
src/test/run-pass/issue-14021.rs