Commit History

Author SHA1 Message Date
  Arne Döring afbcd1b330 int128 on firstOrd, lastOrd and lengthOrd (#11701) 5 years ago
  Oscar Nihlgård 50e921bb94 VM exception fixes (#11868) 5 years ago
  Oscar Nihlgård 829f719670 Fix VM conversion to var type [bugfix] (#11866) 5 years ago
  Araq 07d465ca42 [refactoring] remove unused imports in the compiler and in some stdlib modules 5 years ago
  Araq 58e0dad371 'nim check' stability improvements 5 years ago
  Timothee Cour 64168d4aea fixes #8405: -d:useNimRtl now works even when {.rtl.} procs are used at compile time; CTFFI now works with {dynlib} (#11635) 5 years ago
  Arne Döring e90d91f0e4 [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531) 5 years ago
  Arne Döring 99a4fed96b fix for passing tuples as static params to macros (#11423); fixes #10751 [bugfix] 5 years ago
  andri lim c16a753822 fix macrocache implementation (#11404) 5 years ago
  Arne Döring efbf43d4a9 intVal works now on enum field symbols (#11403) 5 years ago
  Arne Döring cb45527e37 pass typedesc as NimNode to macros (#11400) 5 years ago
  Andreas Rumpf 7215341190 make fullpaths the default in error messages and stack traces for mor… (#11385) 5 years ago
  Arne Döring 5b27b263fd Remove immediate pragma (#11308) 5 years ago
  Arne Döring 88b5dd3362 right shift is now by default sign preserving (#11322) 5 years ago
  Arne Döring f94ec363ab Allow void macro result (#11286) 5 years ago
  Clyybber cc28eef38e Replace countup(x, y) with x .. y 5 years ago
  Clyybber f18b3af9d4 Replace countup(x, y-1) with x ..< y 5 years ago
  cooldome 041d15392a Compiler plugin for implementing incremental computation in user space (#10819) 6 years ago
  Arne Döring 188870648a sizeof alignof offsetof macros api (#10855) 6 years ago
  zah ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 years ago
  Timothee Cour adbabf145c FFI at CT (#10150) 6 years ago
  Timothee Cour 942495611b revive #10228 (fix #9880) (#10610) 6 years ago
  Andreas Rumpf 02b5fc940d fixes #10547 6 years ago
  LemonBoy 710cfcecd3 Rework exception handling in the VM (#10544) 6 years ago
  Arne Döring 824f39b32e Vm bitops fixes (#10520) 6 years ago
  Neelesh Chandola 2b0ed9995d Fixes https://github.com/nim-lang/Nim/issues/8484 (#10470) [backport] 6 years ago
  LemonBoy 44c04b3571 Object downconversion in VM should not copy (#10378) 6 years ago
  Oscar Nihlgård a4cdd25b19 Support system.reset in vm (#10400) 6 years ago
  Timothee Cour beed27b75d improve vmgen.codeListing formatting (#10306) 6 years ago
  Araq 0c10fc67eb fixes #10104 6 years ago