1. 02 9月, 2017 1 次提交
  2. 01 9月, 2017 1 次提交
  3. 10 8月, 2017 1 次提交
  4. 01 8月, 2017 1 次提交
  5. 12 6月, 2017 1 次提交
    • F
      Leverage mir-opt to encode tests for `EndRegion`. · 9dd55276
      Felix S. Klock II 提交于
      The tests use `-Z identify_regions` so one can eyeball output for
      sanity. The tests with closures use `-Z span_free_formats` so that
      host-specific paths do not get embedded into the dumped MIR.
      
      The tests check against MIR dump output immediately prior to borrowck
      (determined by hand to be the dump from after the "qualify-consts"
      pass) since that is when `EndRegion` will be most relevant in the near
      term.
      9dd55276