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
*
Revert "Fix #13093 C++ Atomics: operator= is implicitly deleted because the d...
ringabout
2023-01-27
1
-4
/
+0
*
Fix #13093 C++ Atomics: operator= is implicitly deleted because the default d...
Bung
2023-01-27
1
-0
/
+4
*
fixes #21261; always checking `nimTestErrorFlag` in the main module (#21288)
ringabout
2023-01-24
1
-0
/
+3
*
remove legacy code (#21134)
ringabout
2022-12-26
1
-2
/
+0
*
NimMain/NimPreMain calls are now only volatile when it makes sense. (#20882)
Yuriy Glukhov
2022-11-22
1
-49
/
+31
*
Small cleanup to cgen output (#20874)
Matt Moseley
2022-11-21
1
-9
/
+9
*
reduce openArray-related C undefined behavior (#20795)
tersec
2022-11-09
1
-0
/
+6
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
1
-2
/
+2
*
refactorings (#20536)
Andreas Rumpf
2022-10-10
1
-1
/
+1
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
1
-96
/
+138
*
fix #17351; switch to c++17 and remove hacks (#20407)
ringabout
2022-09-23
1
-2
/
+1
*
support cstring in `case` (#20130)
metagn
2022-09-01
1
-1
/
+1
*
ref #19830; multiple definition of in Nim generated static libraries (#19934)
flywind
2022-06-27
1
-18
/
+18
*
not generate initStackBottomWith in arc/orc [backport] (#19875)
flywind
2022-06-10
1
-1
/
+1
*
Refactor and doc package handling, module name mangling (#19821)
quantimnot
2022-05-30
1
-13
/
+14
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+4
*
fixes #19569 (#19595) [backport]
Andreas Rumpf
2022-03-09
1
-1
/
+1
*
Remove volatiles when compiling with ARC/ORC (#19545)
PMunch
2022-02-25
1
-18
/
+50
*
nvro don't touch cdecl types [backport: 1.6] (#19461)
flywind
2022-01-28
1
-2
/
+2
*
enable weave (#19363) [backport:1.6]
flywind
2022-01-20
1
-2
/
+7
*
added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235)
Andreas Rumpf
2021-12-10
1
-17
/
+20
*
fix #19193 (#19195) [backport:1.2]
Tanguy
2021-12-07
1
-2
/
+8
*
fix #18410 (Errors initializing an object of RootObj with the C++ backend) [b...
flywind
2021-10-31
1
-1
/
+2
*
Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)
Dominik Picheta
2021-10-13
1
-3
/
+0
*
this ensures libp2p continues to compile [backport] (#18908)
Andreas Rumpf
2021-09-27
1
-3
/
+8
*
more minor bootstrapping cleanups (#18759)
Miran
2021-08-28
1
-1
/
+0
*
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...
Timothee Cour
2021-08-13
1
-1
/
+1
*
followup #18362: make `UnusedImport` work robustly (#18366)
Timothee Cour
2021-06-27
1
-2
/
+0
*
Genode platform fixes (#17521)
Emery Hemingway
2021-04-09
1
-1
/
+1
*
added a 'koch ic' command for easier adhoc testing of IC (#17508)
Andreas Rumpf
2021-03-26
1
-0
/
+30
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-74
/
+32
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-1
/
+2
*
attempt to fix #16374 (#17232)
flywind
2021-03-02
1
-1
/
+6
*
fixes #17085 [backport:1.2] (#17101)
Andreas Rumpf
2021-02-19
1
-1
/
+1
*
IC: bugfixes (WIP) (#16836)
Andreas Rumpf
2021-02-02
1
-1
/
+3
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-56
/
+30
*
fix #16265; fix #13999 (HCR on OSX); cgen now does not line wrap string litte...
Timothee Cour
2020-12-14
1
-0
/
+3
*
fixes #16249 [backport:1.4] (#16251)
Andreas Rumpf
2020-12-05
1
-1
/
+1
*
cmdline: improve command processing (#16056)
Timothee Cour
2020-11-26
1
-1
/
+1
*
fixes https://github.com/status-im/nimbus-eth2/issues/1549 (#16146)
Andreas Rumpf
2020-11-26
1
-0
/
+8
*
fixes #15942 [backport:1.2] [backport:1.4] (#16051)
Andreas Rumpf
2020-11-19
1
-1
/
+1
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-5
/
+6
*
make cgen header consistent with jsgen header (#15682)
Timothee Cour
2020-10-23
1
-16
/
+9
*
fix cgen header copyright (#15649)
Timothee Cour
2020-10-21
1
-3
/
+1
*
const view types; fixes some cases from https://github.com/nim-lang/Nim/issue...
Andreas Rumpf
2020-10-05
1
-1
/
+2
*
.noalias annotation; frontend support (#15419)
Andreas Rumpf
2020-09-28
1
-0
/
+3
*
allow old styled RTTI for arc/orc (#15331)
Andreas Rumpf
2020-09-16
1
-3
/
+6
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-25
/
+31
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-1
/
+1
*
scoped memory management (#14790)
Andreas Rumpf
2020-07-04
1
-1
/
+5
[next]