Skip to content
Snippets Groups Projects
  1. Jul 12, 2016
  2. Jul 11, 2016
  3. Jul 05, 2016
  4. May 31, 2016
  5. Mar 23, 2016
  6. Mar 05, 2016
  7. Mar 04, 2016
  8. Mar 03, 2016
  9. Feb 24, 2016
  10. Feb 22, 2016
    • Robbert Krebbers's avatar
      Let set_solver not use eauto by default. · d719e001
      Robbert Krebbers authored
      In most cases there is a lot of duplicate proof search performed by
      both naive_solver and eauto. Especially since naive_solver calls its
      tactic (in the case of set_solver this used to be eauto) quite eagerly
      this made it very slow.
      
      Note that set_solver is this too slow and should be improved.
      d719e001
    • Robbert Krebbers's avatar
      Let set_solver not use eauto by default. · 060c2b8f
      Robbert Krebbers authored
      In most cases there is a lot of duplicate proof search performed by
      both naive_solver and eauto. Especially since naive_solver calls its
      tactic (in the case of set_solver this used to be eauto) quite eagerly
      this made it very slow.
      
      Note that set_solver is this too slow and should be improved.
      060c2b8f
  11. Feb 17, 2016
  12. Feb 16, 2016
  13. Feb 15, 2016
  14. Feb 13, 2016
  15. Jan 16, 2016
  16. Jan 04, 2016
  17. Dec 11, 2015
  18. Nov 20, 2015
    • Robbert Krebbers's avatar
      Step-indexed order on CMRAs · 58096261
      Robbert Krebbers authored
      * Remove the order from RAs, it is now defined in terms of the ⋅ operation.
      * Define ownership using the step-indexed order.
      * Remove the order also from DRAs and change STS accordingly. While doing
        that, I changed STS to no longer use decidable token sets, which removes the
        requirement of decidable equality on tokens.
      58096261
  19. Nov 18, 2015
  20. Nov 17, 2015
  21. Nov 16, 2015
  22. Feb 03, 2017
  23. Feb 01, 2017
    • Robbert Krebbers's avatar
      Port to Coq 8.5 beta 2. · 02f213ce
      Robbert Krebbers authored
      The port makes the following notable changes:
      
      * The carrier types of separation algebras and integer environments are no
        longer in Set. Now they have a type at a fixed type level above Set. This
        both works better in 8.5 and makes the formalization more general.
        I have tried putting them at polymorphic type levels, but that increased the
        compilation time by an order of magnitude.
      * I am using a custom f_equal tactic written in Ltac to circumvent bug #4069.
        That bug has been fixed, so this custom tactic can be removed when the next
        beta of 8.5 is out.
      02f213ce
  24. Jun 04, 2015
  25. Jun 02, 2015
  26. Apr 22, 2015
  27. Apr 16, 2015
  28. Mar 02, 2015
  29. Feb 08, 2015
Loading