summary refs log tree commit diff stats
path: root/compiler/cgen.nim
Commit message (Expand)AuthorAgeFilesLines
* move assertions out of system (#19599)flywind2022-03-231-0/+4
* fixes #19569 (#19595) [backport]Andreas Rumpf2022-03-091-1/+1
* Remove volatiles when compiling with ARC/ORC (#19545)PMunch2022-02-251-18/+50
* nvro don't touch cdecl types [backport: 1.6] (#19461)flywind2022-01-281-2/+2
* enable weave (#19363) [backport:1.6]flywind2022-01-201-2/+7
* added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235)Andreas Rumpf2021-12-101-17/+20
* fix #19193 (#19195) [backport:1.2]Tanguy2021-12-071-2/+8
* fix #18410 (Errors initializing an object of RootObj with the C++ backend) [b...flywind2021-10-311-1/+2
* Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)Dominik Picheta2021-10-131-3/+0
* this ensures libp2p continues to compile [backport] (#18908)Andreas Rumpf2021-09-271-3/+8
* more minor bootstrapping cleanups (#18759)Miran2021-08-281-1/+0
* properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...Timothee Cour2021-08-131-1/+1
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-271-2/+0
* Genode platform fixes (#17521)Emery Hemingway2021-04-091-1/+1
* added a 'koch ic' command for easier adhoc testing of IC (#17508)Andreas Rumpf2021-03-261-0/+30
* IC: green tests (#17311)Andreas Rumpf2021-03-191-74/+32
* fixes #11225; generic sandwich problems; [backport:1.2] (#17255)Andreas Rumpf2021-03-091-1/+2
* attempt to fix #16374 (#17232)flywind2021-03-021-1/+6
* fixes #17085 [backport:1.2] (#17101)Andreas Rumpf2021-02-191-1/+1
* IC: bugfixes (WIP) (#16836)Andreas Rumpf2021-02-021-1/+3
* IC: next steps (#16729)Andreas Rumpf2021-01-231-56/+30
* fix #16265; fix #13999 (HCR on OSX); cgen now does not line wrap string litte...Timothee Cour2020-12-141-0/+3
* fixes #16249 [backport:1.4] (#16251)Andreas Rumpf2020-12-051-1/+1
* cmdline: improve command processing (#16056)Timothee Cour2020-11-261-1/+1
* fixes https://github.com/status-im/nimbus-eth2/issues/1549 (#16146)Andreas Rumpf2020-11-261-0/+8
* fixes #15942 [backport:1.2] [backport:1.4] (#16051)Andreas Rumpf2020-11-191-1/+1
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-5/+6
* make cgen header consistent with jsgen header (#15682)Timothee Cour2020-10-231-16/+9
* fix cgen header copyright (#15649)Timothee Cour2020-10-211-3/+1
* const view types; fixes some cases from https://github.com/nim-lang/Nim/issue...Andreas Rumpf2020-10-051-1/+2
* .noalias annotation; frontend support (#15419)Andreas Rumpf2020-09-281-0/+3
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-3/+6
* borrow checking (#15282)Andreas Rumpf2020-09-091-25/+31
* Big compiler Cleanup (#14777)Clyybber2020-08-281-1/+1
* scoped memory management (#14790)Andreas Rumpf2020-07-041-1/+5
* Fix #14647 (#14776)Clyybber2020-06-281-6/+3
* fixes #14240 [backport:1.2] (#14757)Andreas Rumpf2020-06-221-0/+1
* fixes #14458 [backport:1.2] (#14756)Andreas Rumpf2020-06-221-3/+6
* more checking for --gc:arc, no need for valgrind (#14467)Andreas Rumpf2020-05-291-1/+2
* specialize genericReset (#14398)Andreas Rumpf2020-05-191-2/+6
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-111-4/+4
* Make ./koch temp --gc:arc work (#14186)Clyybber2020-05-011-1/+4
* arc: do not unload globals when building a library [backport:1.2] (#14180)Andreas Rumpf2020-05-011-2/+3
* HCR: properly handling complex const objects in the codegen - fixes #13915 (#...Viktor Kirilov2020-04-251-6/+28
* remove the nilChecks switch; refs #11570Araq2020-04-201-2/+0
* move tinyc to a separate repo and allow installing external dependencency (eg...Timothee Cour2020-04-031-2/+2
* fix open file leak when running --debugger:native (#13832)Timothee Cour2020-04-011-2/+3
* make nim_temp compile with --gc:arc --sinkInference:off (#13769)cooldome2020-03-261-1/+1
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-191-5/+0
* added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...Andreas Rumpf2020-03-191-3/+5