Skip to content
Snippets Groups Projects
  1. Jan 16, 2016
  2. Jan 15, 2016
  3. Jan 14, 2016
  4. Jan 12, 2016
  5. Jan 04, 2016
  6. Dec 22, 2015
  7. Dec 21, 2015
  8. Dec 15, 2015
  9. Dec 11, 2015
  10. Dec 08, 2015
  11. Dec 04, 2015
  12. 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
  13. Nov 19, 2015
  14. Nov 18, 2015
  15. Nov 17, 2015
  16. Nov 16, 2015
  17. Nov 11, 2015
  18. Feb 03, 2017
  19. 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
Loading