1. 26 7月, 2019 1 次提交
  2. 24 7月, 2019 5 次提交
  3. 19 7月, 2019 2 次提交
  4. 18 7月, 2019 1 次提交
  5. 12 7月, 2019 1 次提交
  6. 04 7月, 2019 1 次提交
  7. 03 7月, 2019 1 次提交
  8. 22 6月, 2019 1 次提交
  9. 14 6月, 2019 2 次提交
  10. 12 6月, 2019 3 次提交
  11. 02 6月, 2019 1 次提交
  12. 22 5月, 2019 2 次提交
  13. 13 5月, 2019 1 次提交
  14. 07 5月, 2019 1 次提交
  15. 05 5月, 2019 1 次提交
  16. 01 5月, 2019 1 次提交
    • N
      Move metadata writing earlier. · 38dffeba
      Nicholas Nethercote 提交于
      The commit moves metadata writing from `link_binary` to
      `encode_metadata` (and renames the latter as
      `encode_and_write_metadata`). This is at the very start of code
      generation.
      38dffeba
  17. 30 4月, 2019 1 次提交
    • N
      Move metadata encoding earlier. · faf5eac8
      Nicholas Nethercote 提交于
      This commit separates metadata encoding (`tcx.encode_metadata`) from the
      creation of the metadata module (which is now handled by
      `write_compressed_metadata`, formerly `write_metadata`).
      
      The metadata encoding now occurs slightly earlier in the pipeline, at
      the very start of code generation within `start_codegen`.
      
      Metadata *writing* still occurs near the end of compilation; that will
      be moved forward in subsequent commits.
      faf5eac8
  18. 23 4月, 2019 2 次提交
  19. 13 4月, 2019 1 次提交
  20. 12 4月, 2019 1 次提交
  21. 28 3月, 2019 2 次提交
  22. 27 3月, 2019 1 次提交
  23. 26 3月, 2019 1 次提交
  24. 23 3月, 2019 1 次提交
  25. 15 3月, 2019 1 次提交
  26. 10 3月, 2019 2 次提交
  27. 06 3月, 2019 2 次提交