1. 07 9月, 2021 1 次提交
  2. 17 11月, 2020 1 次提交
  3. 04 9月, 2020 1 次提交
  4. 30 8月, 2020 1 次提交
  5. 05 5月, 2020 6 次提交
  6. 30 3月, 2020 1 次提交
  7. 16 2月, 2020 2 次提交
  8. 10 2月, 2020 1 次提交
    • N
      Reduce the number of `RefCell`s in `InferCtxt`. · 7426853b
      Nicholas Nethercote 提交于
      `InferCtxt` contains six structures within `RefCell`s. Every time we
      create and dispose of (commit or rollback) a snapshot we have to
      `borrow_mut` each one of them.
      
      This commit moves the six structures under a single `RefCell`, which
      gives significant speed-ups by reducing the number of `borrow_mut`
      calls. To avoid runtime errors I had to reduce the lifetimes of dynamic
      borrows in a couple of places.
      7426853b
  9. 27 1月, 2020 1 次提交
  10. 23 12月, 2019 1 次提交
  11. 13 11月, 2019 1 次提交
  12. 25 9月, 2019 1 次提交
  13. 18 6月, 2019 1 次提交
  14. 14 6月, 2019 1 次提交
  15. 12 6月, 2019 2 次提交
  16. 29 5月, 2019 1 次提交
  17. 02 5月, 2019 5 次提交
  18. 27 3月, 2019 10 次提交
  19. 11 2月, 2019 1 次提交
  20. 06 2月, 2019 1 次提交