summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #20391; make of operator work with generics for ORC (#20395)ringabout2022-09-211-1/+1
* turn nimIncrSeqV3 into deadcode (#20388)ringabout2022-09-201-1/+1
* report expression has no type other than has to be used (or discarded… (#20...Bung2022-09-201-0/+3
* fix #19882 Improve error message when instantiating generics that lac… (#20...Bung2022-09-191-1/+2
* Shorten JS block code (#20370)Amjad Ben Hedhili2022-09-191-4/+4
* fixes #19713; Revert "Remove tlsEmulation enabled from Windows + GCC config" ...ringabout2022-09-192-2/+7
* Allow custom pragma on iterators [backport] (#20344)Tanguy2022-09-171-1/+1
* minor improvements to follow up recent PRs (#20342)metagn2022-09-144-11/+11
* fix #20233 Float ranges in case statement in JS crash compiler (#20349)Bung2022-09-141-18/+55
* fixes #19724; don't be aggressive when you infer sink parameters (#20314)Andreas Rumpf2022-09-121-7/+15
* Revert "fixes #20155; repr range with distinct types is broken with ORC" (#20...Clay Sweetser2022-09-111-3/+0
* fixes #20155; repr range with distinct types is broken with ORC (#20158)ringabout2022-09-111-0/+3
* Implement Markdown definition lists (+ migration) (#20333)Andrey Makarov2022-09-112-2/+7
* fix #13515 [backport] (#20315)metagn2022-09-111-1/+7
* fixes nightlies build regression (#20322)ringabout2022-09-081-1/+1
* fixes #20303; wasMoved expressions with side effects for ORC (#20307) [backport]ringabout2022-09-081-2/+25
* Replace `if` by `case` in JS `isSimpleExpr` (#20267)Amjad Ben Hedhili2022-09-061-5/+7
* use arrow precedence in spec (#20166)metagn2022-09-061-1/+1
* fixes #9462; jsondoc --index can generate a theindex.json (#20205)ringabout2022-09-062-1/+21
* overloadable enums no longer experimental (#20298)metagn2022-09-056-23/+7
* Prevent use-after-free bugs in object variants. Fixes bug #20305 (#20300) [ba...Antonis Geralis2022-09-051-0/+3
* only allow enums to overload enums + extra test (#20126)metagn2022-09-031-2/+2
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-032-30/+27
* Fix #16937; --clib option pass library name to backend C compiler correctly (...Tomohiro2022-09-011-1/+1
* support cstring in `case` (#20130)metagn2022-09-019-18/+42
* Markdown code blocks part 6 (#20292)Andrey Makarov2022-08-313-11/+8
* fixes the regressions caused by the fix for #20107 [backport] (#20287)Andreas Rumpf2022-08-312-1/+2
* [nimsuggest] fix def call on identifier 2 times on the line (#20228)Ivan Yonchovski2022-08-302-10/+27
* fix `nim md2tex` and `koch pdf` commands (#20280)Andrey Makarov2022-08-281-1/+2
* Fix auto links to subheader when TOC is present (#20279)Andrey Makarov2022-08-272-12/+10
* provide better error messages for large set (#20207)ringabout2022-08-251-1/+1
* remove unused sfProcvar, "procvar" mentions (#20204)metagn2022-08-243-5/+6
* move formatfloat out of system (#20195)ringabout2022-08-2411-10/+16
* fixes #20227; skip distinct types for genObjConstr [JS backend] (#20229)ringabout2022-08-241-1/+2
* test removing dollar for objects out of system (#20242)metagn2022-08-242-0/+5
* fixes #20219; ignore comment/empty node in stmtListExpr (#20249)ringabout2022-08-241-0/+4
* top-down type inference, implements rfc 149 (#20091)metagn2022-08-2412-187/+324
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-237-2/+15
* Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252)Andrey Makarov2022-08-233-2/+49
* fixes #18983 #5282 #13008; recursive types casue infinite type (#20172)ringabout2022-08-231-2/+27
* remove {.this.} pragma, deprecated since 0.19 (#20201)metagn2022-08-236-77/+2
* remove a special case in sigmatch; distinct pointer types no longer match `ni...ringabout2022-08-231-2/+0
* remove unused nimfind defines (#20250)ringabout2022-08-231-23/+8
* remove `shallow` usages for ORC (#20109)ringabout2022-08-232-3/+6