summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #19015 [backport:1.6] (#19204)Andreas Rumpf2021-12-042-2/+4
* misc bugfixes [backport:1.2] (#19203)Andreas Rumpf2021-12-041-3/+3
* accept object type node from macros (#19179)hlaaftana2021-11-241-1/+1
* renamed 'gc' switch to 'mm'; [backport:1.6] (#19187)Andreas Rumpf2021-11-241-2/+2
* parseExpr/parseStmt accept filename, fixes #13540 (#19182)hlaaftana2021-11-242-7/+6
* fix #12274 (#19180)hlaaftana2021-11-241-1/+1
* `caseStmtMacros` no longer experimental, experimental manual refactor (#19173)hlaaftana2021-11-232-5/+5
* Accept nnkTypeSection from typedef macro pragmas (#19168)hlaaftana2021-11-221-5/+13
* fix marshal bugs in VM (#19161) [backport:1.6]flywind2021-11-171-2/+2
* fixes #19051 [backport:1.6] (#19133)Andreas Rumpf2021-11-121-2/+17
* fixes #14470 [backport:1.2] (#19115)Andreas Rumpf2021-11-091-1/+2
* fixes #19011 [backport:1.6] (#19114)Andreas Rumpf2021-11-091-1/+1
* fixes #19013 [backport:1.6] (#19111)Andreas Rumpf2021-11-093-8/+24
* change os.nim doc links to new style (#19102)Andrey Makarov2021-11-081-0/+7
* fixes another effect inference bug [backport:1.6] (#19100)Andreas Rumpf2021-11-071-0/+3
* fixes #19078 [backport] (#19090)Andreas Rumpf2021-11-023-2/+6
* Fix VM's sametype impl to work for generics/typedescs (#19073)Jason Beetham2021-11-022-1/+7
* [FIX] Do not break formatted string line (#19085) [backport]haxscramper2021-11-021-2/+1
* fix #18410 (Errors initializing an object of RootObj with the C++ backend) [b...flywind2021-10-311-1/+2
* fix #18971 (#19070) [backport:1.6]Derek 呆2021-10-291-1/+1
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-283-34/+188
* Fixed distinct composite type class proc borrowing (#18904)Jason Beetham2021-10-263-3/+24
* Fixed generic distinct conversions for 'var' (#18837)Jason Beetham2021-10-262-66/+80
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-242-2/+8
* allow converting static vars to `openArray` (#19035)Etan Kissling2021-10-221-1/+1
* remove exception (#18906)flywind2021-10-221-7/+1
* Add Elbrus 2000 architecture (#19024)Danil Yarantsev2021-10-211-2/+4
* use two underscores for easy demangling [backport:1.6] (#19028)Andreas Rumpf2021-10-211-1/+1
* Added setGlobalValue to VM api (#19007)Jason Beetham2021-10-172-0/+9
* define `nimVersion` automatically and avoid needing -d:nimVersion140 (#18726)Timothee Cour2021-10-173-3/+21
* make choosenim work on windows [backport] (#18993)flywind2021-10-141-1/+0
* test whether it is unnecessary (#18893)flywind2021-10-141-1/+1
* fix #18985 (#18988)flywind2021-10-131-1/+4
* add ghci like type annotation buildEchoStmt (1049) (#18875)林亦恩2021-10-131-0/+1
* Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)Dominik Picheta2021-10-136-18/+2
* Improve error message when NodeJS is not installed and 'nim js -r' is run (#1...Juan Carlos2021-10-121-1/+4
* fixes a regression caused by overloadable enums even though they're opt-in (#...Andreas Rumpf2021-10-071-3/+7
* fixes a 'mixin' statement handling regression [backport:1.2] (#18968)Andreas Rumpf2021-10-071-1/+6
* alternative to #18918 (#18927)flywind2021-09-301-0/+2
* Alternative to #18928 (#18931)Jason Beetham2021-09-301-6/+6
* fixes #18921 [backport] (#18930)Andreas Rumpf2021-09-301-9/+11
* [backport] use old style hints in .cfg files (#18917)Miran2021-09-292-3/+3
* envPairs works in vm, nims (#18615)Timothee Cour2021-09-291-3/+11
* test ord (#18909)flywind2021-09-281-4/+0
* fix a typo (canonilization => canonicalization) (#18914)flywind2021-09-281-1/+1
* fixes 'lent T' inside object constructor [backport] (#18911)Andreas Rumpf2021-09-273-3/+4
* this ensures libp2p continues to compile [backport] (#18908)Andreas Rumpf2021-09-272-5/+16
* fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#1...flywind2021-09-254-6/+6
* closes #18690; make view types stricter [backport] (#18891)Andreas Rumpf2021-09-241-4/+2
* [backport] arc: improve compile time of (nested) loops (#18890)Clyybber2021-09-241-3/+8