1. 19 8月, 2020 1 次提交
  2. 12 8月, 2020 1 次提交
  3. 11 8月, 2020 1 次提交
  4. 28 7月, 2020 1 次提交
  5. 26 7月, 2020 1 次提交
  6. 12 6月, 2020 1 次提交
  7. 30 5月, 2020 2 次提交
  8. 25 5月, 2020 1 次提交
  9. 24 5月, 2020 1 次提交
  10. 24 4月, 2020 1 次提交
  11. 16 4月, 2020 2 次提交
  12. 06 4月, 2020 2 次提交
  13. 02 4月, 2020 1 次提交
  14. 01 4月, 2020 1 次提交
  15. 30 3月, 2020 1 次提交
  16. 29 3月, 2020 1 次提交
  17. 26 3月, 2020 1 次提交
  18. 25 3月, 2020 2 次提交
  19. 12 3月, 2020 1 次提交
    • D
      codegen/mir: support polymorphic `InstanceDef`s · bee15130
      David Wood 提交于
      This commit modifies the use of `subst_and_normalize_erasing_regions` on
      parts of the MIR bodies returned from `instance_mir`, so that
      `InstanceDef::CloneShim` and `InstanceDef::DropGlue` (where there is a
      type) do not perform substitutions. This avoids double substitutions and
      enables polymorphic `InstanceDef`s.
      Signed-off-by: NDavid Wood <david@davidtw.co>
      bee15130
  20. 29 2月, 2020 1 次提交
  21. 31 1月, 2020 1 次提交
    • G
      Change opt-level from 2 back to 3 · 0d52c562
      Gregor Peach 提交于
      In Cargo.toml, the opt-level for `release` and `bench` was
      overridden to be 2. This was to work around a problem with LLVM
      7. However, rust no longer uses LLVM 7, so this is no longer
      needed.
      
      This creates a small compile time regression in MIR constant eval,
      so I've added a #[inline(always)] on the `step` function used in
      const eval
      
      Also creates a binary size increase in wasm-stringify-ints-small,
      so I've bumped the limit there.
      0d52c562
  22. 23 12月, 2019 1 次提交
  23. 19 12月, 2019 1 次提交
    • M
      Add Rvalue::AddressOf to MIR · 3a19fbf9
      Matthew Jasper 提交于
      This operator creates a raw pointer to a Place directly, without first
      creating a reference. See RFC #2582 for motivation.
      
      The Rvalue is currently unused.
      3a19fbf9
  24. 08 12月, 2019 1 次提交
  25. 06 12月, 2019 2 次提交
  26. 12 11月, 2019 2 次提交
  27. 28 9月, 2019 4 次提交
  28. 12 9月, 2019 1 次提交
  29. 19 8月, 2019 2 次提交
  30. 17 8月, 2019 1 次提交