index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
cgen.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
use cbuilder for tuple/object generation (#24145)
metagn
2024-09-27
1
-0
/
+1
*
remove nimfrs and varslot (#24126)
ringabout
2024-09-17
1
-8
/
+4
*
fixes #23897; Useless empty C files with arc/orc (#24064)
ringabout
2024-09-05
1
-3
/
+0
*
fixes push warnings for sempass2 (#23603)
ringabout
2024-09-03
1
-1
/
+1
*
Fixes #23962 `resetLoc`doenst produce any cgen code in `importcpp` types (#23...
Juan M Gómez
2024-08-18
1
-1
/
+4
*
minor improvement on cgen (#23887)
ringabout
2024-07-24
1
-4
/
+2
*
fixes #23858; 2.2.0 rc1 regression with cdecl functions (#23859)
ringabout
2024-07-18
1
-0
/
+1
*
refactor: The popular 'r' field is now named 'snippet' (#23829)
Andreas Rumpf
2024-07-12
1
-56
/
+55
*
fixes #23759; rework move for refc (#23764)
ringabout
2024-06-29
1
-0
/
+1
*
fixes #22672; Destructor not called for result when exception is thrown (#23267)
ringabout
2024-06-06
1
-0
/
+1
*
#Fixes #23657 C++ compilation fails with: 'T1_' was not declared in t… (#23...
Juan M Gómez
2024-06-02
1
-14
/
+17
*
fixes #22852; fixes #23435; fixes #23645; SIGSEGV when slicing string or seq[...
ringabout
2024-05-27
1
-1
/
+9
*
* fix for the debug line info code generation (#23488)
Nikolay Nikolov
2024-04-22
1
-19
/
+66
*
allow having {.noinit.} on a complex type avoid memsets to 0 for its … (#23...
heterodoxic
2024-04-18
1
-1
/
+1
*
apply the new mangle algorithm to JS backend for parameters and procs (#23476)
ringabout
2024-04-05
1
-1
/
+2
*
[Cpp] Fixes an issue when mixing hooks and calls (#23428)
Juan M Gómez
2024-03-21
1
-0
/
+1
*
fixes #20945; fixes #18262; provides C API `NimDestroyGlobals` for static/dyn...
ringabout
2024-03-04
1
-0
/
+23
*
make use of C++11's auto type deduction for temporary variables (#23327)
heterodoxic
2024-03-03
1
-1
/
+1
*
fixes regression #22909; don't optimize result init if statements can raise w...
ringabout
2024-02-01
1
-9
/
+19
*
fixes #22597; avoid side effects for call returning openArray types (#23257)
ringabout
2024-01-26
1
-0
/
+1
*
type refactoring: part 2 (#23059)
Andreas Rumpf
2023-12-13
1
-1
/
+1
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-2
/
+2
*
enable vtable implementation for C++ and make it an experimental feature (#23...
ringabout
2023-11-30
1
-2
/
+1
*
rework the vtable implementation embedding the vtable array directly with new...
ringabout
2023-11-28
1
-4
/
+10
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-6
/
+6
*
NIR: progress (#22817)
Andreas Rumpf
2023-10-12
1
-1
/
+1
*
NIR: Nim intermediate representation (#22777)
Andreas Rumpf
2023-10-11
1
-6
/
+8
*
`constructor` now uses `result` instead of `this` (#22724)
Juan M Gómez
2023-09-19
1
-5
/
+1
*
implements RFC: [C++] Constructors as default initializers (#22694)
Juan M Gómez
2023-09-14
1
-4
/
+8
*
produce better code for object constructions and 'result' [backport] (#22668)
Andreas Rumpf
2023-09-11
1
-6
/
+16
*
fixes #22680 Nim zero clear an object inherits C++ imported class when a proc...
Juan M Gómez
2023-09-11
1
-3
/
+10
*
fixes #22669 constructor pragma doesnt init Nim default fields (#22670)
Juan M Gómez
2023-09-10
1
-0
/
+5
*
fixes #22679 Nim zero clear an object contains C++ imported class when a proc...
Juan M Gómez
2023-09-10
1
-3
/
+4
*
Fix #22366 by making nimlf_/nimln_ part of the same line (#22503)
Alberto Torres
2023-08-18
1
-2
/
+2
*
fixes #22469; generates nimTestErrorFlag for top level statements (#22472)
ringabout
2023-08-14
1
-2
/
+2
*
`initNodeTable` and friends now return (#22444)
ringabout
2023-08-11
1
-1
/
+1
*
`getTemp` and friends now return `TLoc` as requested (#22440)
ringabout
2023-08-10
1
-3
/
+3
*
`initLocExpr` and friends now return `TLoc` (#22434)
ringabout
2023-08-10
1
-21
/
+14
*
makes asmnostackframe work with cpp member #22411 (#22429)
Juan M Gómez
2023-08-09
1
-3
/
+4
*
fix #22287 nimlf_ undefined error (#22382)
Bung
2023-08-08
1
-0
/
+1
*
use out parameters for getTemp (#22399)
ringabout
2023-08-07
1
-18
/
+10
*
[C++] Member pragma RFC (https://github.com/nim-lang/RFCs/issues/530) (#22272)
Juan M Gómez
2023-08-07
1
-2
/
+2
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-9
/
+18
*
fixes #22321; fixes building DLL with --noMain still produces a DllMain (#22323)
ringabout
2023-07-24
1
-1
/
+1
*
Expands codegenDecl to work in function params. fixes #22306 (#22307)
Juan M Gómez
2023-07-23
1
-2
/
+2
*
implemented 'push quirky' switch for fine grained control over the ex… (#22...
Andreas Rumpf
2023-07-23
1
-5
/
+5
*
adds nimbasePattern compiler option (#22144)
Juan M Gómez
2023-06-24
1
-1
/
+3
*
Implements: [C++] constructor pragma improvement (fix #21921) (#21916)
Juan M Gómez
2023-05-30
1
-7
/
+9
*
simple micro-optimizations of ropes' runtime-formatting (#21962)
heterodoxic
2023-05-30
1
-7
/
+3
*
hot code reloading: fix regression? and PreMain with arc/orc (#21940)
metagn
2023-05-30
1
-6
/
+9
[next]