1. 29 9月, 2016 1 次提交
  2. 09 9月, 2016 1 次提交
  3. 03 9月, 2016 1 次提交
  4. 13 8月, 2016 2 次提交
  5. 23 6月, 2016 1 次提交
  6. 10 6月, 2016 1 次提交
  7. 09 6月, 2016 1 次提交
  8. 08 6月, 2016 1 次提交
  9. 07 6月, 2016 1 次提交
  10. 05 6月, 2016 6 次提交
  11. 11 5月, 2016 1 次提交
  12. 01 5月, 2016 1 次提交
    • J
      Handle coercion casts properly when building the MIR · 3906aef5
      James Miller 提交于
      Coercion casts (`expr as T` where the type of `expr` can be coerced to
      `T`) are essentially no-ops, as the actual work is done by a coercion.
      Previously a check for type equality was used to avoid emitting the
      redundant cast in the MIR, but this failed for coercion casts of
      function items that had lifetime parameters. The MIR trans code doesn't
      handle `FnPtr -> FnPtr` casts and produced an error.
      
      Also fixes a bug with type ascription expressions not having any
      adjustments applied.
      
      Fixes #33295
      3906aef5
  13. 28 4月, 2016 1 次提交
  14. 24 3月, 2016 2 次提交
  15. 18 3月, 2016 2 次提交
  16. 20 2月, 2016 2 次提交
  17. 04 2月, 2016 1 次提交
  18. 29 1月, 2016 1 次提交
  19. 22 1月, 2016 1 次提交
  20. 11 12月, 2015 1 次提交
  21. 30 11月, 2015 1 次提交
  22. 25 11月, 2015 1 次提交
  23. 11 11月, 2015 1 次提交
  24. 03 11月, 2015 2 次提交
  25. 07 10月, 2015 1 次提交
    • M
      Partially format librustc_mir with rustfmt. · c73e78ce
      Ms2ger 提交于
      This commit contains some of the changes proposed by a rustfmt invocation,
      chosen based on the fairly non-deterministic metric of how much I liked the
      change. I expect we will run rustfmt on this crate again later, probably
      accepting more of its changes. For now, this is already an improvement over
      the status-quo.
      c73e78ce
  26. 06 10月, 2015 1 次提交
  27. 24 9月, 2015 1 次提交
  28. 17 9月, 2015 1 次提交
  29. 06 9月, 2015 1 次提交