rust/src/librustc/middle
bors 0efbb25a26 auto merge of #8477 : catamorphism/rust/issue-4096, r=msullivan
r? @msullivan ...e parameters

In this case, it's likely to be that the user forgot the `self` type, so
say so.

Closes #4096
2013-08-13 23:59:18 -07:00
..
borrowck borrowck: Integrate AutoBorrowObj into borrowck / mem_categorization 2013-08-11 14:01:23 -04:00
cfg std: Rename Iterator.transform -> .map 2013-08-10 07:33:21 -07:00
trans auto merge of #8329 : michaelwoerister/rust/lexical_scopes_alt, r=graydon 2013-08-13 16:53:14 -07:00
typeck auto merge of #8477 : catamorphism/rust/issue-4096, r=msullivan 2013-08-13 23:59:18 -07:00
astencode.rs typeck: Modify method resolution to use new object adjustments, and 2013-08-11 14:01:23 -04:00
check_const.rs
check_loop.rs
check_match.rs Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollup 2013-08-10 13:00:20 -07:00
const_eval.rs std: Rename Iterator.transform -> .map 2013-08-10 07:33:21 -07:00
dataflow.rs rustc: Fix for-range loops that can use iterators 2013-08-07 22:39:57 -04:00
effect.rs
entry.rs
freevars.rs
graph.rs Bugfix .each_edge in middle/graph.rs 2013-08-07 22:39:57 -04:00
kind.rs
lang_items.rs core: option.map_consume -> option.map_move 2013-08-07 08:52:09 -07:00
lint.rs librustc: Convert from @Object to @mut Object as needed 2013-08-11 13:26:59 -04:00
liveness.rs core: option.map_consume -> option.map_move 2013-08-07 08:52:09 -07:00
mem_categorization.rs borrowck: Integrate AutoBorrowObj into borrowck / mem_categorization 2013-08-11 14:01:23 -04:00
moves.rs
pat_util.rs
privacy.rs Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00
reachable.rs
region.rs core: option.map_consume -> option.map_move 2013-08-07 08:52:09 -07:00
resolve.rs Mass rename of .consume{,_iter}() to .move_iter() 2013-08-10 07:01:07 -07:00
subst.rs
ty.rs Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00