summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #19631 (#19618)Andreas Rumpf2022-03-201-3/+8
* compiler: Handle nkCheckedFieldExpr better in dfa (#19616)Clyybber2022-03-181-4/+2
* support useVersion:1.6 (#19601)flywind2022-03-102-0/+5
* fixes #19575 (#19596) [backport]Andreas Rumpf2022-03-091-2/+4
* fixes #19569 (#19595) [backport]Andreas Rumpf2022-03-092-9/+7
* register callback for marshal in VM (#19578)flywind2022-03-084-45/+40
* apply changes from #18017 and some fixes (#19571)flywind2022-03-013-38/+42
* Fix #18662 (#19534)Evan Typanski2022-02-282-8/+3
* make compileOption("panics") work (#19568)solarizedalias2022-02-271-0/+1
* fix #19266; allow reassign discriminant field (#19567)flywind2022-02-253-2/+17
* Remove volatiles when compiling with ARC/ORC (#19545)PMunch2022-02-251-18/+50
* Document links repect --out in .idx file (#19543)Jake Leahy2022-02-241-1/+4
* compile pragma: cache the result sooner (#19554)Ștefan Talpalaru2022-02-241-1/+3
* Remove trailing space in `nim r` command; Amend one error message (#19487)locriacyber2022-02-181-1/+2
* fixes #19404 by protecting the memory we borrow from. this replaces crashes w...Andreas Rumpf2022-02-121-8/+13
* don't use a temp for addr [backport: 1.6] (#19503)flywind2022-02-081-2/+2
* setjump => setjmp [backport: 1.2] (#19496)flywind2022-02-061-1/+1
* undefine C symbols in JS backend [backport:1.6] (#19437)flywind2022-02-042-3/+5
* correct typos (#19485)flywind2022-02-031-1/+1
* move io out of system (#19442)flywind2022-02-022-1/+4
* No longer segfault when using a typeclass with a self referencing type (#19467)Jason Beetham2022-02-021-1/+2
* fix broken CI (#19472)flywind2022-01-312-0/+3
* Merge pull request from GHSA-ggrq-h43f-3w7mDominik Picheta2022-01-291-1/+1
* nvro don't touch cdecl types [backport: 1.6] (#19461)flywind2022-01-286-19/+33
* support set other GCs after `mm = orc` or `mm = arc` is set in the global con...flywind2022-01-271-20/+34
* bugfix: varargs count as open arrays (#19447)Andreas Rumpf2022-01-251-1/+1
* New/better macro pragmas, mark some as experimental (#19406)metagn2022-01-202-116/+175
* enable weave (#19363) [backport:1.6]flywind2022-01-201-2/+7
* Don't reject types directly on AST (#19407)metagn2022-01-191-2/+4
* fix term rewriting with sideeffect (#19410)flywind2022-01-191-2/+5
* Optimize lent in JS [backport:1.6] (#19393)hlaaftana2022-01-171-15/+36
* add mm to compilesettings; deprecate gc (#19394)flywind2022-01-161-0/+1
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-162-8/+3
* Use openarray of bytes in md5 (#19307)hlaaftana2022-01-154-8/+299
* Fixed concept constraints for static types (#19391)Jason Beetham2022-01-151-0/+9
* Generic parameters now can constrain statics in type definitions (#19362)Jason Beetham2022-01-141-2/+12
* nrvo shouldn't touch bycopy object[backport:1.2] (#19385)flywind2022-01-141-1/+1
* update copyright year (#19381)flywind2022-01-131-1/+1
* nimscript ignore the threads option (#19370)flywind2022-01-131-1/+1
* bitsets.nim: cleanup (#19361)Andreas Rumpf2022-01-111-24/+11
* fix stylecheck error with asyncdispatch (#19350)flywind2022-01-101-1/+2
* stylecheck usages part two: stdlib cleanup (#19338)flywind2022-01-081-1/+1
* correct the comments (#19322)flywind2022-01-041-2/+2
* Allow full commands and blocks in type sections (#19181)hlaaftana2022-01-021-9/+19
* fixes #16617 [backport] (#19300)Andreas Rumpf2021-12-311-0/+2
* fixes grammar typos [backport] (#19289)Andreas Rumpf2021-12-271-3/+3
* Fixed object field access of static objects in generics (#19283) [backport]Jason Beetham2021-12-231-1/+1
* Fix group reference (with capital letters (#19196)Andrey Makarov2021-12-201-1/+2
* added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235)Andreas Rumpf2021-12-103-17/+22
* nimRawSetjmp: support Windows (#19197)Ștefan Talpalaru2021-12-101-1/+12