summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #16671; openarray conversion for object construction (#23618)ringabout2024-05-161-3/+7
* Support NetBSD/aarch64 (#23616)PHO2024-05-161-1/+1
* fixes lifting subtype calling parent's hooks (#23612)ringabout2024-05-151-1/+4
* fixes openarray views default values in JS (#23607)ringabout2024-05-141-2/+2
* ignore modules when looking up symbol with expected type (#23597)metagn2024-05-141-1/+1
* Allow to `exportc` params. (#23396)Juan M Gómez2024-05-101-1/+1
* unordered enum for better interoperability with C (#23585)ringabout2024-05-102-5/+16
* remove bad type inference behavior for enum identifiers (#23588)metagn2024-05-101-7/+0
* fixes #23552; Invalid codegen when trying to mannualy delete distinct seq (#2...ringabout2024-05-081-6/+8
* fix semFinishOperands for bracket expressions [backport:2.0] (#23571)metagn2024-05-081-7/+8
* rework `wasMoved`, `move` on the JS backend (#23577)ringabout2024-05-087-27/+12
* fixes #22409; don't check style for enumFieldSymChoice in the function (#23580)ringabout2024-05-083-6/+7
* Skips generic owner when mangling instances (#23563)Juan M Gómez2024-05-071-1/+1
* fixes #23419; internal error with void in generic array instantiation (#23550)ringabout2024-05-011-3/+6
* fixes #23321; Error: internal error: openArrayLoc: ref array[0..0, int] (#23548)ringabout2024-04-291-1/+4
* fixes #23531; fixes invalid meta type accepted in the object fields (#23532)ringabout2024-04-261-9/+17
* fixes #23536; Stack trace with wrong line number when the proc called inside ...ringabout2024-04-261-6/+8
* fixes #23522; fixes pre-existing wrong type for iter in `liftIterSym` (#23538)ringabout2024-04-261-2/+1
* fixes #23525; an 'emit' pragma cannot be pushed (#23537)ringabout2024-04-241-0/+13
* adds another fix for concept in JS (#23535)ringabout2024-04-241-1/+1
* fixes #23524; global variables cannot be analysed when injecting `move` (#23529)ringabout2024-04-241-3/+3
* * fix for the debug line info code generation (#23488)Nikolay Nikolov2024-04-222-23/+73
* updated compiler DFA docs (#23527)Andreas Rumpf2024-04-221-13/+3
* fix #23518 - `<expr> is` crashes nimsuggest (#23523)José Paulo2024-04-211-1/+2
* allow having {.noinit.} on a complex type avoid memsets to 0 for its … (#23...heterodoxic2024-04-182-1/+4
* Fix duplicated member declarations in structs for C++ backend (#23512)HexSegfaultCat2024-04-181-1/+1
* remove php code from jsgen (#23502)ringabout2024-04-181-14/+0
* remove `|| []` from jsgen because string cannot be nil anymore (#23508)ringabout2024-04-181-3/+3
* fixes #23492; fixes JS float range causes compiler crash (#23517)ringabout2024-04-181-1/+1
* fixes #4695; closure iterators support for JS backend (#23493)ringabout2024-04-183-48/+59
* fixes #23505; fixes injectdestructors errors on transformed addr (deref) refs...ringabout2024-04-181-1/+4
* fixes #23494; Wrong type in object construction error message (#23504)ringabout2024-04-162-1/+7
* fixes #23499; don't skip `addr` when constructing `bracketExpr` (#23503)ringabout2024-04-151-1/+1
* [JS backend] improve `discard` statement; ridding of the awkward special vari...ringabout2024-04-131-1/+1
* fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)ringabout2024-04-113-63/+52
* fixes addr/hiddenAddr in strictdefs (#23477)ringabout2024-04-1026-69/+55
* remove unused magics: mIntToStr, mInt64ToStr, mFloatToStr (#23486)ringabout2024-04-096-25/+2
* stop gensym identifiers hijacking routine decl names in templates (#23392)metagn2024-04-092-2/+6
* fixes #23440; fixes destruction for temporary object subclass (#23452)ringabout2024-04-051-3/+13
* apply the new mangle algorithm to JS backend for parameters and procs (#23476)ringabout2024-04-055-57/+71
* fixes #16771; lower `swap` for JS backend (#23473)ringabout2024-04-031-13/+4
* fixes #9550; Concept related crash only when compiling to JS (#23470)ringabout2024-04-021-1/+1
* adds ccMember CC fixes #23434 (#23457)Juan M Gómez2024-03-295-4/+7
* fixes #23422; card regression (#23437)ringabout2024-03-281-1/+1
* fixes #23429; rework `--verbosity` with warnings/hints (#23441)ringabout2024-03-281-0/+5
* Converted the 'invalid kind for firstOrd/lastOrd(XXX)' messages from internal...Nikolay Nikolov2024-03-271-4/+4
* [Cpp] Fixes an issue when mixing hooks and calls (#23428)Juan M Gómez2024-03-212-1/+5
* fix: use `ErrorColor` for hints marked as errors (#23430)Igor Sirotin2024-03-211-1/+2
* Adds support for custom ASTs in the Nim parser (#23417)Andreas Rumpf2024-03-185-244/+448
* fixes #23401; prevents nrvo for cdecl procs (#23409)ringabout2024-03-161-1/+4