ringabout
|
c615828ccb
fixes #22852; fixes #23435; fixes #23645; SIGSEGV when slicing string or seq[T] with index out of range (#23279)
|
7 months ago |
Nikolay Nikolov
|
7e3bac9235
* fix for the debug line info code generation (#23488)
|
8 months ago |
heterodoxic
|
318b2cfc5e
allow having {.noinit.} on a complex type avoid memsets to 0 for its … (#23388)
|
9 months ago |
ringabout
|
fc48c7e615
apply the new mangle algorithm to JS backend for parameters and procs (#23476)
|
9 months ago |
Juan M Gómez
|
33902d9dbb
[Cpp] Fixes an issue when mixing hooks and calls (#23428)
|
9 months ago |
ringabout
|
e217bb24a1
fixes #20945; fixes #18262; provides C API `NimDestroyGlobals` for static/dynlib libraries (#23357)
|
10 months ago |
heterodoxic
|
f4fe3af42a
make use of C++11's auto type deduction for temporary variables (#23327)
|
10 months ago |
ringabout
|
7d9721007c
fixes regression #22909; don't optimize result init if statements can raise which corrupts the compiler (#23271)
|
11 months ago |
ringabout
|
d44b0b1869
fixes #22597; avoid side effects for call returning openArray types (#23257)
|
11 months ago |
Andreas Rumpf
|
e51e98997b
type refactoring: part 2 (#23059)
|
1 year ago |
Andreas Rumpf
|
db603237c6
Types: Refactorings; step 1 (#23055)
|
1 year ago |
ringabout
|
b5f5b74fc8
enable vtable implementation for C++ and make it an experimental feature (#23004)
|
1 year ago |
ringabout
|
30cf33f04d
rework the vtable implementation embedding the vtable array directly with new strictions on methods (#22991)
|
1 year 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 |
ringabout
|
0bf286583a
`initNodeTable` and friends now return (#22444)
|
1 year ago |
ringabout
|
8523b543d6
`getTemp` and friends now return `TLoc` as requested (#22440)
|
1 year ago |
ringabout
|
a6610745d8
`initLocExpr` and friends now return `TLoc` (#22434)
|
1 year ago |
Juan M Gómez
|
6ec1c80779
makes asmnostackframe work with cpp member #22411 (#22429)
|
1 year ago |
Bung
|
0219c5a607
fix #22287 nimlf_ undefined error (#22382)
|
1 year ago |
ringabout
|
260b4236fc
use out parameters for getTemp (#22399)
|
1 year ago |