1. 01 1月, 2014 1 次提交
    • A
      Conservatively export all trait methods and impls · 0daaeab2
      Alex Crichton 提交于
      The comments have more information as to why this is done, but the basic idea is
      that finding an exported trait is actually a fairly difficult problem. The true
      answer lies in whether a trait is ever referenced from another exported method,
      and right now this kind of analysis doesn't exist, so the conservative answer of
      "yes" is always returned to answer whether a trait is exported.
      
      Closes #11224
      Closes #11225
      0daaeab2
  2. 31 12月, 2013 2 次提交
  3. 30 12月, 2013 25 次提交
  4. 29 12月, 2013 12 次提交