summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* fix calls in generic bodies, delay typecheck when no overloads match (#22029)metagn2023-06-137-32/+59
* fixes #22065; do not search path for relative imports (#22073)ringabout2023-06-131-1/+6
* strictly typecheck expressions in bracketed `emit` (#22074)metagn2023-06-133-1/+3
* fixes #22058; invalid free with {.noSideEffect.} in template (#22088)ringabout2023-06-131-20/+19
* clean up nimfix leftover (#22087)ringabout2023-06-131-3/+0
* fix dot calls with resolved symbols in templates (#22076)metagn2023-06-123-2/+10
* make binary `not` not parse complex expressions on right side (#22078)metagn2023-06-121-4/+4
* make borrow `.` work with aliases if not overriden (#22072)metagn2023-06-111-3/+8
* Atlas: now in its own repository (#22066)Andreas Rumpf2023-06-101-1/+0
* Remove Deprecated Nimfix (#22062)Juan Carlos2023-06-1012-209/+16
* make `move` use `=wasMoved` internally (#22032)ringabout2023-06-093-6/+16
* clean up isNilConversion for seqs, strings (#22057)ringabout2023-06-091-7/+1
* Fix: don't track Defect in proc effect compatibility (#22037)Tanguy2023-06-081-1/+14
* allow addressing elements of openArray[char] in VM (#22045)ringabout2023-06-081-0/+2
* fixes {.global.} ref typedesc regressions (#22046)ringabout2023-06-081-0/+1
* fixes overriden typo (#22044)ringabout2023-06-088-31/+31
* Improve compiler messages (#22040)Juan Carlos2023-06-081-1/+1
* adds `rkInt` to the `opcCastPtrToInt` op (#22039)Juan M Gómez2023-06-081-0/+2
* fixes #21995: align C++ with C backend behavior for empty raise state… (#21...heterodoxic2023-06-071-5/+1
* fixes #21989; lift `=dup` from a custom `=copy` for objects to keep backward ...ringabout2023-06-071-1/+10
* retain forced open undeclared ident information (#22019)metagn2023-06-072-5/+4
* Improve compiler messages (#22028)Juan Carlos2023-06-071-3/+2
* make runnableExamples a special word (#22024)metagn2023-06-064-7/+7
* post expr blocks colon fix + correct grammar (#21983)metagn2023-06-061-12/+16
* properly disallow unresolved generic proc values (#22005)metagn2023-06-052-2/+13
* infer error for `=dup` if there is a custom `=copy` error hook (#22004)ringabout2023-06-051-1/+10
* Remove unused astago import warning from vm.nim (#22003)Miguel Madrid-Mencía2023-06-041-1/+0
* Fix typo in installer.ini (#22002)Miguel Madrid-Mencía2023-06-041-1/+1
* fixes nightlies regression caused by atlas moving out of the tools dir (#21999)ringabout2023-06-041-0/+1
* shallow fix for #21972, #18552 by moving std::exception_ptr to the parent sco...heterodoxic2023-06-041-3/+2
* fixes #21987; don't create type bound ops for anything in a function with a `...ringabout2023-06-041-1/+4
* lift the `=dup` hook (#21903)ringabout2023-06-024-53/+113
* partially fixes #20787 by having a char dummy member prepended to objs only c...heterodoxic2023-06-011-2/+9
* fixes #21974; fixes sameConstant fieldDefect (#21981)ringabout2023-06-011-1/+1
* privateAccess ignores non-objects (#21973)metagn2023-06-013-2/+5
* removal of seq spam in generated C/C++ code and Module.typeStack cleanup (#21...heterodoxic2023-05-311-13/+8
* Implements: [C++] constructor pragma improvement (fix #21921) (#21916)Juan M Gómez2023-05-306-78/+143
* make `proc` not implicitly convert to `pointer` with a preview define (#21953)metagn2023-05-302-1/+5
* simple micro-optimizations of ropes' runtime-formatting (#21962)heterodoxic2023-05-302-15/+8
* hot code reloading: fix regression? and PreMain with arc/orc (#21940)metagn2023-05-302-7/+12
* fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...ringabout2023-05-291-10/+13
* prevent spamming of thread local forward declarations in C/C++ output (#21955)heterodoxic2023-05-291-1/+1
* ship atlas and build documentation (#21945)ringabout2023-05-281-0/+1
* support generic void return type for templates (#21934)metagn2023-05-271-2/+5
* fixes #15428 by updating deep open array copy codegen (#21935)heterodoxic2023-05-271-2/+3
* fix #10964 by honoring pointer deref syntax if a reified openarray is used to...heterodoxic2023-05-271-2/+11
* fix & add test for basic hot code reloading case (#21915)metagn2023-05-261-1/+4
* fixes #21887; Type conversion on overloaded enum field does not always call (...ringabout2023-05-261-0/+3
* fix #21501 by making --app:lib and --app:staticLib imply --noMain (#21910)heterodoxic2023-05-262-7/+7
* when T is both a type symbol and a routine symbol in scope of a generic proc ...metagn2023-05-241-4/+6