summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* better procvar ambiguity errors, clean up after #20457 (#20932)metagn2022-12-013-36/+40
* removed unused sections in codegen (#20976)ringabout2022-11-302-12/+1
* Add `--genCDeps` for better integration with CMake (#20950)Jaremy Creechley2022-11-293-0/+26
* fixes #20958; fixes the return type of slice function [backport] (#20959)ringabout2022-11-291-0/+3
* fixes #13583; enforce void for `nkWhileStmt` (#20947)ringabout2022-11-291-0/+5
* allow proc expressions in place of statements (#20935)metagn2022-11-291-7/+15
* fix bugs with dot & call operators [backport] (#20931)metagn2022-11-282-28/+39
* Add `nkFastAsgn` into `semExpr` (#20939)Jake Leahy2022-11-271-1/+1
* fixes #20914; fixes the alignment of big sets (#20918)ringabout2022-11-261-2/+2
* fix #13790; ptr char (+friends) should not implicitly convert to cstring (#2...ringabout2022-11-242-10/+13
* An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)ringabout2022-11-248-2/+27
* render post expr blocks better (#20871)metagn2022-11-221-23/+42
* fix #18964 Small string case with else statement first in AST evaluat… (#20...Bung2022-11-221-1/+6
* fixes #20026; marks system procs which can raise defects (#20864)ringabout2022-11-225-3/+8
* fix #20866 [ORC] Bad codegen for global pointer to iterator (#20876)Bung2022-11-221-2/+5
* NimMain/NimPreMain calls are now only volatile when it makes sense. (#20882)Yuriy Glukhov2022-11-221-49/+31
* Fix compiler build with -d:nimDebugReorder (#20888)Kyle Coffey2022-11-221-12/+15
* Small cleanup to cgen output (#20874)Matt Moseley2022-11-211-9/+9
* fixes #20856; store defaults directly (#20859)ringabout2022-11-172-10/+3
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-162-3/+3
* fixes a long-standing ARC bug (#20849)ringabout2022-11-161-2/+6
* createDir is now callable at compile time (#20824)Don-Duong Quach2022-11-141-3/+18
* fixes object default fields bugs and add tests (#20839)ringabout2022-11-153-17/+32
* fixes #20836; fixes #20833; fixes `unsafeNew` (#20841)ringabout2022-11-141-1/+4
* fix a few "broken link" warnings (#20837)Andrey Makarov2022-11-143-3/+3
* fix #3505 wrong var {.global.} initialization, asign variable to it (#20812)Bung2022-11-121-1/+21
* Revert "fixes #20699; generate an empty struct for void type" (#20806)Andreas Rumpf2022-11-122-15/+17
* fixes a strange issue most likely caused by a git merge (#20822)Andreas Rumpf2022-11-121-4/+2
* fixes #20807, refs #20450, regression with seq inference (#20818)metagn2022-11-121-1/+5
* issue a warning for ptr to cstring conversion[backport] (#20814)ringabout2022-11-112-0/+7
* refactor strongSpaceB with an enum (#20809)ringabout2022-11-103-21/+24
* fixes #20699; generate an empty struct for void type (#20790)Aditya Siram2022-11-091-11/+14
* reduce openArray-related C undefined behavior (#20795)tersec2022-11-093-10/+25
* remove name field for ARC (#20797)ringabout2022-11-091-12/+15
* add more `{.cursor.}` to vm (#20796)ringabout2022-11-091-13/+13
* arc/orc no longer needs type names by default; with `nimTypeNames` it gets ni...ringabout2022-11-081-20/+16
* implements display based subtype checking (6.4x faster without threads; 2.8x ...ringabout2022-11-083-37/+79
* fixes regression #20746; remove string copies for ORC booted compiler (#20776)ringabout2022-11-071-1/+3
* fixes regression #17121; adding doc comment in importc proc makes it silently...ringabout2022-11-061-1/+10
* fix #19149 Invalid codegen when returning var tuple from a template (#20762)Bung2022-11-061-2/+3
* Arc global (#20768)Bung2022-11-061-1/+1
* codegen: optimized generation of proc headers (#20770)Andreas Rumpf2022-11-061-7/+6
* Revert "fix arc global variable issues" (#20764)ringabout2022-11-051-5/+2
* remove compiler/strutils2.nim (#20748)Bung2022-11-052-64/+7
* fix arc global variable issues (#20759)Bung2022-11-051-2/+5
* Support doc comments in new-styled concepts (#20752)konsumlamm2022-11-041-0/+2
* Fix #18079 Illegal storage access compiling call with nested ref/deref (#20738)Bung2022-11-043-9/+27
* Improve dollar int (#20737)Juan Carlos2022-11-031-1/+3
* fixes #15688; handle `strongSpace` overflow issues (#20724)ringabout2022-11-033-18/+20
* fixes #20740; fixes pre-existing field visibility issues and removes `efSkipF...ringabout2022-11-034-10/+7