Skip to content
Snippets Groups Projects
  1. Aug 15, 2013
  2. Jul 17, 2013
  3. Jul 16, 2013
  4. Jul 15, 2013
  5. Jul 12, 2013
  6. Jul 11, 2013
    • Etienne Kneuss's avatar
      Fix Scalaz3 library · c33c5361
      Etienne Kneuss authored
      c33c5361
    • Etienne Kneuss's avatar
      Upgrade Leon to Scala 2.10.x · c521d3bd
      Etienne Kneuss authored
      - Refactor code extraction
        - Standardize extractors
        - Fix type identification by resolving type aliases
      
      - Redo reporter integration with Scalac
        - Fix relining to prevent bizarre compile-errors
      
      - Refactor Pretty-Printers
        - Extensible class interface
        - Not returning mutable string-buffers anymore
      
      - Fixes according to 2.10
          - 100% false warnings in Tests
          - imports for postfix-ops or implicits
      
      - Upgrade ScalaZ3 to 2.10
      
      - Upgrade Cafebabe to 2.10
      c521d3bd
  7. Jun 03, 2013
    • Etienne Kneuss's avatar
      Update README.md · 3c9ce1ca
      Etienne Kneuss authored
      Fix typo
      3c9ce1ca
    • Etienne Kneuss's avatar
      Update README.md · ce2836d8
      Etienne Kneuss authored
      Fix some links/references
      ce2836d8
    • Etienne Kneuss's avatar
      Apply BSD 2 clauses license · 3cb6d843
      Etienne Kneuss authored
      3cb6d843
    • Régis Blanc's avatar
      Introduces a phase to protect exact type of vars · f697e53d
      Régis Blanc authored
      This new phase is invoked after the extraction phase. It will rewrite
      precondition (and postcondition) of functions to add instanceOf when the
      parameter (and return type) is a case class concrete type (instead of abstract
      class).
      
      If not done, then during the mapping to Z3 we lose the precise subtype
      information, and Z3 will be able to find non valid counter-examples,
      of a different case class for example.
      
      Since tests are very important, we introduce two testcases that make
      sure the issue is fixed. We also needed to update the Testcase runners
      to make use of the new pipeline.
      f697e53d
  8. May 30, 2013
  9. May 21, 2013
  10. May 06, 2013
  11. Apr 23, 2013
  12. Apr 16, 2013
    • Régis Blanc's avatar
      Introduces purely functional array benchmarks · ae34a9ea
      Régis Blanc authored
      This commit use array with a purely functional styles to process them.
      In particular, it uses recursive function instead of while loop.
      Those benchmarks are easier to debug than the equivalent ones relying
      on imperative features, because they do not go through any code
      transformations.
      
      Note that they still have the same limitation as the imperative ones
      (cannot prove inductive properties), which shows that the imperative
      transformation are not responsible for the limitation in proving
      validity of program over arrays.
      ae34a9ea
  13. Apr 12, 2013
Loading