1. 01 5月, 2012 1 次提交
  2. 28 4月, 2012 2 次提交
  3. 27 4月, 2012 6 次提交
  4. 26 4月, 2012 6 次提交
  5. 25 4月, 2012 9 次提交
  6. 24 4月, 2012 3 次提交
  7. 23 4月, 2012 11 次提交
  8. 22 4月, 2012 1 次提交
  9. 21 4月, 2012 1 次提交
    • T
      Print out return type correctly in typestate error message · 734166f4
      Tim Chevalier 提交于
      In the "not all paths return" error message, typestate was printing
      the AST type from the fn decl, not the ty::t type. This ended in tears
      when the AST return type was "ty_infer". Now it looks up the function node
      ID's type and uses util::ppaux::ty_to_str instead.
      
      Closes #2163.
      734166f4