Skip to content
Snippets Groups Projects
  1. Jun 17, 2015
  2. Jun 16, 2015
  3. Jun 11, 2015
  4. Jun 10, 2015
  5. Jun 03, 2015
  6. Jun 02, 2015
  7. Jun 01, 2015
    • Etienne Kneuss's avatar
      Report file name in errors/warnings · 7991aeb5
      Etienne Kneuss authored
      Multiple-file benchmarks are getting common nowadays, so we report the
      files corresponding to the error to help debugging. File should be
      relative to the CWD, when possible, absolute otherwise.
      7991aeb5
    • Regis Blanc's avatar
      Introduce Modulo as mod operator on BigInt · 08113e8d
      Regis Blanc authored
      Refactor all existing Modulo into Remainder, as it is
      the correct term in Scala for the operation %.
      
      BigInt now supports `mod` operator, which gets represented
      as Modulo in Leon.
      08113e8d
Loading