summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #19967; reset does not work on set [backport: 1.2] (#19968)ringabout2022-08-231-1/+14
* fixes #20162; locals doesn't work with ORC [backport] (#20163)ringabout2022-08-231-1/+1
* document compiler procs regarding `&` (#20257)ringabout2022-08-223-2/+8
* fixes #11953; jsondoc creates no files unless the htmldocs dir is created (#2...ringabout2022-08-201-0/+2
* fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign...ringabout2022-08-191-7/+5
* make implicit cstring conversions explicit (#19488)ee72022-08-192-7/+7
* fixes #20107 (#20246) [backport]Andreas Rumpf2022-08-191-0/+14
* Don't require blank line before Markdown code (#20215)Andrey Makarov2022-08-151-2/+1
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-098-1/+26
* fixes #20132; fixes the broken jsondoc comand [backport] (#20135)ringabout2022-08-041-1/+2
* Fixed compilation of void closureiters with try stmt (#20138) [backport]Yuriy Glukhov2022-08-031-4/+7
* Warn when casting to a larger type (#20103)konsumlamm2022-07-282-8/+12
* Fixed noinit pragma for closure variables (#20101)Yuriy Glukhov2022-07-282-2/+3
* fixes #20031; uint64 is an ordinal type since 1.0 (#20094)ringabout2022-07-271-1/+1
* remove shallowCopy for ARC/ORC (#20070)ringabout2022-07-265-9/+35
* .forbids pragma: defining forbidden tags (#20050)Lancer112112022-07-269-17/+88
* Correctly detect major version of GCC (#20059)kraptor2022-07-181-20/+6
* defines the `gcRefc` symbol which allows writing specific code for refc (#20009)flywind2022-07-171-0/+1
* Make imports/exports not be a dropdown in sidebar (#19907)Jake Leahy2022-07-161-3/+14
* Use module actual file instead of PSym.info (#19956)Ivan Yonchovski2022-07-151-12/+18
* Implement type command (#19944)Ivan Yonchovski2022-07-151-1/+3
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-156-21/+36
* fix #20002 (#20004)metagn2022-07-151-1/+1
* Change `styleCheck` to ignore foreign packages (#19822)quantimnot2022-07-1415-108/+118
* fix #20012 (#20013)Daniel Clarke2022-07-131-1/+1
* fix #18735; genDepend broken for duplicate module names in separate folders (...flywind2022-07-122-8/+52
* allow dots in defined() (#20010)metagn2022-07-121-1/+13
* try to optimize hot spots for orc-booting compiler (#20001)flywind2022-07-121-5/+13
* Fix nested finally handling in closureiters [backport] (#19933)Tanguy2022-07-111-6/+25
* remove `when declared(cache)`; cache is always there (#19991)flywind2022-07-101-9/+6
* removed caching logic; saves 400MB for an ORC booting compiler (#19989)Andreas Rumpf2022-07-091-8/+1
* cache rope when threads are enabled (#19981)flywind2022-07-071-6/+5
* rename gc to mm (#19971)flywind2022-07-051-1/+1
* Fixing `nimRawSetJmp` for vcc and clangcl on Windows (#19959)rockcavera2022-07-041-7/+12