summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...ringabout2023-05-293-12/+18
* prevent spamming of thread local forward declarations in C/C++ output (#21955)heterodoxic2023-05-291-1/+1
* Fix documentation typo in endians.nim (#21949)Simon Krauter2023-05-281-1/+1
* Atlas: some final cleanups (#21947)Andreas Rumpf2023-05-283-21/+22
* fixes atlas logging colors on windows (#21946)ringabout2023-05-281-3/+3
* Atlas: checkout latest tagged commit with `atlas use` (#21944)Gruruya2023-05-281-7/+20
* ship atlas and build documentation (#21945)ringabout2023-05-284-0/+6
* Atlas: use colored output (#21939)Andreas Rumpf2023-05-281-38/+48
* Refactor pragma inline (#21930)Juan Carlos2023-05-272-11/+23
* Atlas: add `atlas tag` command (#21936)Gruruya2023-05-271-4/+84
* support generic void return type for templates (#21934)metagn2023-05-272-2/+11
* Atlas: explicit graph representation (#21937)Andreas Rumpf2023-05-271-28/+55
* fixes #15428 by updating deep open array copy codegen (#21935)heterodoxic2023-05-272-2/+25
* Atlas: fixes 'use' command (#21932)Andreas Rumpf2023-05-272-53/+43
* Atlas: clone with `--recursive` (#21933)Gruruya2023-05-271-1/+1
* Remove unused dead code (#21931)Juan Carlos2023-05-271-62/+0
* Clean nimbase (#21927)Juan Carlos2023-05-272-27/+9
* fix #10964 by honoring pointer deref syntax if a reified openarray is used to...heterodoxic2023-05-272-2/+17
* atlas: search improvements (#21929)Gruruya2023-05-272-5/+8
* atlas: better code (#21926)Andreas Rumpf2023-05-261-16/+12
* fix & add test for basic hot code reloading case (#21915)metagn2023-05-263-1/+12
* JS: Add some to-cstring converters for DateTime (#21912)Zoom2023-05-262-8/+17
* Fix Nimgrab (#21918)Juan Carlos2023-05-261-3/+10
* Atlas: Actually use deps for use command (#21922)SirOlaf2023-05-261-2/+1
* fixes #21887; Type conversion on overloaded enum field does not always call (...ringabout2023-05-262-0/+11
* Atlas: misc (#21919)Andreas Rumpf2023-05-262-25/+34
* fix #21501 by making --app:lib and --app:staticLib imply --noMain (#21910)heterodoxic2023-05-263-8/+8
* atlas: better docs (#21911)Andreas Rumpf2023-05-252-76/+156
* Fix const in async regression (#21898)Jake Leahy2023-05-252-7/+18
* Remove GC (#21904)Juan Carlos2023-05-251-749/+0
* when T is both a type symbol and a routine symbol in scope of a generic proc ...metagn2023-05-243-4/+15
* Improve times (#21901)Juan Carlos2023-05-241-12/+21
* js -r defines nodejs & program result undeclared if unavailable (#21849)metagn2023-05-244-7/+19
* actually fixes #21889 "constructor pragma doing nothing in globals" (#21897)Juan M Gómez2023-05-243-21/+68
* Atlas: added 'use' command (#21902)Andreas Rumpf2023-05-242-7/+104
* fix #21896 asign parameter to global variable generates invalid code (#21900)Bung2023-05-242-1/+10
* fixes #21863; Incorrect enum field access can cause internal error (#21886)ringabout2023-05-242-1/+29
* Atlas: first lockfiles implementation; cleared up upated vs updateWor… (#21...Andreas Rumpf2023-05-232-13/+81
* small refactor in preparation to fix #21889 (#21892)Juan M Gómez2023-05-231-17/+23
* minor atlas improvements (#21888)Andreas Rumpf2023-05-232-19/+68
* Fix jsgen (#21880)Juan Carlos2023-05-232-0/+6
* fix #21251 Compiler SIGSEGV when using SharedTable (#21876)Bung2023-05-235-8/+15
* Atlas tool: search github too, no need to register your project at pa… (#21...Andreas Rumpf2023-05-223-6/+55
* documents changes on byref and bycopy (#21882)Juan M Gómez2023-05-221-6/+10
* revert #21808 (#21881)ringabout2023-05-222-8/+0
* Weekday parse/format (replacement) (#21857)Carlo Capocasa2023-05-213-79/+134
* Fixed generic parameters failing to be used in inheritance (#21866)Jason Beetham2023-05-212-11/+63
* implements: "Allow bycopy to work in params #21874" (#21877)Juan M Gómez2023-05-213-4/+9
* implements allow byref to work in params #21873 (#21875)Juan M Gómez2023-05-218-52/+76
* remove legacy define for zero_functional tests (#21871)metagn2023-05-211-1/+1