Commit History

Author SHA1 Message Date
  ringabout 02871c74de minor improvement on cgen (#23887) 3 months ago
  ringabout 3a103669d1 fixes #23858; 2.2.0 rc1 regression with cdecl functions (#23859) 3 months ago
  Andreas Rumpf 6d7ab08dee refactor: The popular 'r' field is now named 'snippet' (#23829) 4 months ago
  ringabout 56ed4e0bb9 fixes #23759; rework move for refc (#23764) 4 months ago
  ringabout 8f5ae28fab fixes #22672; Destructor not called for result when exception is thrown (#23267) 5 months ago
  Juan M Gómez cb0ebecb20 #Fixes #23657 C++ compilation fails with: 'T1_' was not declared in t… (#23666) 5 months ago
  ringabout c615828ccb fixes #22852; fixes #23435; fixes #23645; SIGSEGV when slicing string or seq[T] with index out of range (#23279) 5 months ago
  Nikolay Nikolov 7e3bac9235 * fix for the debug line info code generation (#23488) 6 months ago
  heterodoxic 318b2cfc5e allow having {.noinit.} on a complex type avoid memsets to 0 for its … (#23388) 6 months ago
  ringabout fc48c7e615 apply the new mangle algorithm to JS backend for parameters and procs (#23476) 7 months ago
  Juan M Gómez 33902d9dbb [Cpp] Fixes an issue when mixing hooks and calls (#23428) 7 months ago
  ringabout e217bb24a1 fixes #20945; fixes #18262; provides C API `NimDestroyGlobals` for static/dynlib libraries (#23357) 8 months ago
  heterodoxic f4fe3af42a make use of C++11's auto type deduction for temporary variables (#23327) 8 months ago
  ringabout 7d9721007c fixes regression #22909; don't optimize result init if statements can raise which corrupts the compiler (#23271) 9 months ago
  ringabout d44b0b1869 fixes #22597; avoid side effects for call returning openArray types (#23257) 9 months ago
  Andreas Rumpf e51e98997b type refactoring: part 2 (#23059) 11 months ago
  Andreas Rumpf db603237c6 Types: Refactorings; step 1 (#23055) 11 months ago
  ringabout b5f5b74fc8 enable vtable implementation for C++ and make it an experimental feature (#23004) 11 months ago
  ringabout 30cf33f04d rework the vtable implementation embedding the vtable array directly with new strictions on methods (#22991) 11 months ago
  ringabout e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
  Andreas Rumpf 8990626ca9 NIR: progress (#22817) 1 year ago
  Andreas Rumpf 816589b667 NIR: Nim intermediate representation (#22777) 1 year ago
  Juan M Gómez 5568ba0d9f `constructor` now uses `result` instead of `this` (#22724) 1 year ago
  Juan M Gómez 96e1949610 implements RFC: [C++] Constructors as default initializers (#22694) 1 year ago
  Andreas Rumpf 8f5b90f886 produce better code for object constructions and 'result' [backport] (#22668) 1 year ago
  Juan M Gómez 7e86cd6fa7 fixes #22680 Nim zero clear an object inherits C++ imported class when a proc return it (#22684) 1 year ago
  Juan M Gómez 8032f252b2 fixes #22669 constructor pragma doesnt init Nim default fields (#22670) 1 year ago
  Juan M Gómez cd24195d44 fixes #22679 Nim zero clear an object contains C++ imported class when a proc return it (#22681) 1 year ago
  Alberto Torres 20cbdc2741 Fix #22366 by making nimlf_/nimln_ part of the same line (#22503) 1 year ago
  ringabout 09d0fda7fd fixes #22469; generates nimTestErrorFlag for top level statements (#22472) 1 year ago