summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Unicode Operators are no longer experimental (#20444)ringabout2022-09-282-7/+7
* moderate system cleanup & refactor (#20355)metagn2022-09-282-5/+5
* Use vccexe when generating static lib with vcc (#19843)Tomohiro2022-09-281-2/+3
* store full definition AST for consts, fix noRewrite (#20115)metagn2022-09-2818-62/+85
* fixes #19986; mutable view from immutable location (#20134)ringabout2022-09-281-15/+24
* Update message for checking `cast` (#20145)konsumlamm2022-09-281-5/+5
* fixes #20141; dereferencing pointer to incomplete type error with cast (#20147)ringabout2022-09-281-0/+5
* fixes #19457 seqs are not properly updated in loop with ARC/ORC (#19922)ringabout2022-09-281-0/+10
* fixes #19401; fixes #19402; rework Forward declaration and finalizer for ORC ...ringabout2022-09-271-24/+48
* allow more simple expressions in js (#20270)Amjad Ben Hedhili2022-09-271-1/+3
* Compute small nim string lit at CT (#20439)Amjad Ben Hedhili2022-09-271-3/+18
* no ropes WIP (#20433)Andreas Rumpf2022-09-2724-1003/+1059
* fixes #20426; remove `maincommand` and `m` options since they are a no op sin...ringabout2022-09-261-1/+1
* Represent more types as JS `TypedArray`s (#20411)Amjad Ben Hedhili2022-09-261-2/+8
* fix #2614 improve error message when array of proc calling convention… (#20...Bung2022-09-261-19/+32
* 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