1. 15 5月, 2013 3 次提交
  2. 14 5月, 2013 3 次提交
  3. 13 5月, 2013 7 次提交
  4. 12 5月, 2013 3 次提交
    • C
      clean up the last bit of warnings · a279d651
      Corey Richardson 提交于
      a279d651
    • T
      Warning police · ed418644
      Tim Chevalier 提交于
      ed418644
    • T
      rustc: Don't call type_error_message() with ty_err as the expected type · cdb52c02
      Tim Chevalier 提交于
      In #6319, several people mentioned they ran into a "computing
      fictitious type" ICE in trans. This turns out to be because some
      of my recent changes to typeck::check::_match resulted in type errors
      getting reported with ty_err as the expected type, which meant the errors
      were suppressed, and typechecking incorrectly succeeded (since the errors
      weren't recorded).
      
      Changed the error messages in these cases not to use an expected type at all,
      rather, printing out a string describing the type that was expected (which is
      what the code originally did). The result is a bit repetitive and the
      proliferation of error-reporting functions in typeck::infer is a bit annoying,
      but I thought it was important to fix this now; more cleanup can happen later.
      cdb52c02
  5. 11 5月, 2013 6 次提交
  6. 10 5月, 2013 13 次提交
  7. 09 5月, 2013 5 次提交