Commit History

Author SHA1 Message Date
  Viktor Kirilov f2e8c39e85 - adding _actual as a suffix only for calls to an actual proc and not through a global function pointer - fixes https://github.com/nim-lang/Nim/issues/11996 (#12007) 5 years ago
  Andreas Rumpf 0d5bd7e8b5 removed unused imports [refactoring] 5 years ago
  Andreas Rumpf c8cffaf420 Incremental compilation (IC): Improvements (#11881) 5 years ago
  Arne Döring afbcd1b330 int128 on firstOrd, lastOrd and lengthOrd (#11701) 5 years ago
  Andreas Rumpf f58d87cb43 IC: some progress 5 years ago
  Araq 07d465ca42 [refactoring] remove unused imports in the compiler and in some stdlib modules 5 years ago
  Araq 9db369063c [refactoring] moves transformation for 'spawn' into its own spawn.nim implementation 5 years ago
  Araq 87a2ced1ba there is only one style -- my style 5 years ago
  Araq c94647aeca styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error 5 years ago
  Andreas Rumpf 0f868b587b fixes #11563 (#11594) 5 years ago
  Andreas Rumpf 7e9cda7dba fixes #10299 (#11324) 5 years ago
  Andreas Rumpf aa4cf92ae8 fixes #11309 (#11310) 5 years ago
  Miran bab5e30972 fixes #10963, disallow implicit mixing of strings and ints/floats (#11292) 5 years ago
  Andreas Rumpf 651ae68567 fixes #11202 5 years ago
  Arne Döring 55cf971adf fixes #11194 (#11242) 5 years ago
  Clyybber 0c869eaa47 Fix destructor injections for global variables (#11230) 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
  Andreas Rumpf fabc2a7086 revert discardable transformation (#10905) 5 years ago
  Arne Döring abb05ab645 fewer ropes (#11037) 5 years ago
  Arne Döring 1da98b1636 Less ropes (#10979) 5 years ago
  Andreas Rumpf f08e90f0d6 more efficient enumToStr implementation that works without the old typeinfo structures 5 years ago
  cooldome e749fc08e7 fixes #10943 (#10947) 5 years ago
  cooldome dc2986789b fixes #10942. Lent T bug (#10946) 5 years ago
  cooldome 734da9544d fixes #10948 (#10949) 5 years ago
  Araq 0b96b135f8 simple program works with --newruntime 5 years ago
  Araq b77a2037f8 newruntime: progress 5 years ago
  Andreas Rumpf 0cc6e12425 fixes #8202 (#10888) 5 years ago
  Viktor Kirilov f8146dfd84 improvements on the hot code reloading support (#10892) 5 years ago
  Andreas Rumpf bf592c4e94 more destructor based changes (#10885) 5 years ago