summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* fix #18990 Regression in proc symbol resolution; Error: attempting to… (#20...Bung2022-10-121-2/+2
* Return error message in output of gorge/staticExec. (#18942)Dominik Picheta2022-10-121-2/+9
* fix #7446 Generics: type mismatch 'SomeunsignedInt or Natural' (#20522)Bung2022-10-111-2/+1
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-1110-159/+12
* time to make IC work with ORC (here we go again...) (#20538)Andreas Rumpf2022-10-113-11/+40
* refactorings (#20536)Andreas Rumpf2022-10-109-16/+16
* Make rstgen work with gcsafe (#20534)ringabout2022-10-104-5/+9
* Automatic dereferencing is removed (#20531)ringabout2022-10-103-28/+1
* fix #18886 crash on ambiguous proc cast (#20472)Bung2022-10-102-2/+11
* fixes #20524; add forbids pragmas to hideable lists (#20525)ringabout2022-10-091-1/+1
* out parameters: enforce that 'out' is only used as a parameter (#20510)Andreas Rumpf2022-10-071-0/+2
* remove implicit let/var default initialization (#20508)ringabout2022-10-071-11/+0
* DAA and 'out' parameters (#20506)Andreas Rumpf2022-10-0613-49/+76
* correct grammar (ref #20199) and add check for grammar.txt (#20494)ringabout2022-10-061-10/+27
* Fix/improve handling of forward declarations in nimsuggest (#20493)Ivan Yonchovski2022-10-063-4/+5
* cleanup nfFirstWrite flags (#20500)Andreas Rumpf2022-10-055-6/+5
* fixes #19231; newFinalize doesn't work with ORC (#20291)ringabout2022-10-051-31/+28
* add default field support for object in ARC/ORC (#20480)ringabout2022-10-0413-77/+266
* [ARC] fixes #18645; C Compiler error when initializing {.global.} with a bloc...ringabout2022-10-031-12/+17
* pragma for sfCallsite instead of name check + better semantics, test (#20464)metagn2022-10-038-17/+19
* fixes nim check with orc (#20456)ringabout2022-10-021-0/+4
* disable threads when booting the compiler (#20478)ringabout2022-10-021-0/+1
* Fix #19224 For loops over a hardcoded empty array crash the compiler (#20476)Bung2022-10-011-0/+3
* fix #19678 Broken behavior with string ranges in case labels (#20475)Bung2022-10-011-0/+2
* new move analyser2 (#20471)Andreas Rumpf2022-10-0110-670/+439
* closed ambiguous enum defaults to first overload (#20457)metagn2022-10-015-6/+23
* remove hack for deprecated csize in compiler (#20463)metagn2022-10-011-2/+1
* add plausibleAnalytics support for koch docs[backport:1.6] (#20454)ringabout2022-09-301-0/+8
* koch boot compiler with orc (#20467)ringabout2022-09-302-2/+1
* Unicode Operators are no longer experimental (#20444)ringabout2022-09-282-7/+7
* moderate system cleanup & refactor (#20355)metagn2022-09-282-5/+5
* Use vccexe when generating static lib with vcc (#19843)Tomohiro2022-09-281-2/+3
* store full definition AST for consts, fix noRewrite (#20115)metagn2022-09-2818-62/+85
* fixes #19986; mutable view from immutable location (#20134)ringabout2022-09-281-15/+24
* Update message for checking `cast` (#20145)konsumlamm2022-09-281-5/+5
* fixes #20141; dereferencing pointer to incomplete type error with cast (#20147)ringabout2022-09-281-0/+5
* fixes #19457 seqs are not properly updated in loop with ARC/ORC (#19922)ringabout2022-09-281-0/+10
* fixes #19401; fixes #19402; rework Forward declaration and finalizer for ORC ...ringabout2022-09-271-24/+48
* allow more simple expressions in js (#20270)Amjad Ben Hedhili2022-09-271-1/+3
* Compute small nim string lit at CT (#20439)Amjad Ben Hedhili2022-09-271-3/+18
* no ropes WIP (#20433)Andreas Rumpf2022-09-2724-1003/+1059
* fixes #20426; remove `maincommand` and `m` options since they are a no op sin...ringabout2022-09-261-1/+1
* Represent more types as JS `TypedArray`s (#20411)Amjad Ben Hedhili2022-09-261-2/+8
* fix #2614 improve error message when array of proc calling convention… (#20...Bung2022-09-261-19/+32
* continue booting the compiler with refc (#20421)ringabout2022-09-241-0/+1
* defaults to ORC (#19972)ringabout2022-09-233-1/+18
* fix #17351; switch to c++17 and remove hacks (#20407)ringabout2022-09-232-4/+3
* Fixes #20348; only respect the recursion limit if the symbol's generic type ...Aditya Siram2022-09-223-12/+22
* Improve error message when instantiating generics with object constructor (#2...Bung2022-09-211-2/+6
* fixes #20397; fixes stylecheck regression (#20398)ringabout2022-09-211-0/+1