rust/src/librustc/metadata
bors 265a23320d 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
2015-01-29 16:28:52 +00:00
..
common.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
creader.rs rustc: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 16:27:26 +02:00
csearch.rs Rename found_ast to FoundAst and qualify uses. 2015-01-28 09:37:04 +01:00
cstore.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
decoder.rs Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
encoder.rs Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
filesearch.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
loader.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
mod.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
tydecode.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
tyencode.rs Add CodeExtent::Remainder variant; pre-req for new scoping/drop rules. 2015-01-27 10:26:52 +01:00