summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes chronicles (#21114)ringabout2022-12-161-1/+1
* Check file exists in `{.compile.}` pragma (#21105)Jake Leahy2022-12-152-2/+10
* fix #20588 (#21104)Bung2022-12-152-0/+24
* Make async stacktraces less verbose (#21091)Jake Leahy2022-12-156-63/+33
* fix #19580; add warning for bare except: clause (#21099)ringabout2022-12-1514-26/+50
* generic `define` pragma + string alias (#20979)metagn2022-12-138-53/+218
* Fix #20416. Enable the recursion limit for ref/ptr types. (#21092)Aditya Siram2022-12-132-4/+34
* Document that system:pop() may raise IndexDefect (#21070)Xavier Noria2022-12-132-3/+5
* JS backend properly extends string with `setLen` (#21087)Jake Leahy2022-12-132-1/+14
* Refactor JS sourcemap generator (#21053)Jake Leahy2022-12-133-373/+295
* add CI for version-2-0 branch (#21084)ringabout2022-12-131-0/+1
* Nimsuggest now defines the backends symbol (#21083)Jake Leahy2022-12-123-2/+13
* fixes #21043; fixes a named exception in the infixAs expression which generat...ringabout2022-12-123-1/+27
* remove implicitDeref feature enum (#21075)ringabout2022-12-121-2/+1
* add a changelog for nimble (#21078)ringabout2022-12-121-3/+1
* work around chronos (#21079)ringabout2022-12-121-1/+1
* closes #20808 (#21077)Andreas Rumpf2022-12-121-0/+35
* Docs expand `using` parameters (#21076)Jake Leahy2022-12-126-10/+52
* ship a modern nimble with lock files support (#21061)ringabout2022-12-124-5/+5
* fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...Bung2022-12-1212-12/+74
* alternative, much simpler algorithm for strict func checking (#21066)Andreas Rumpf2022-12-1114-78/+187
* `multisync` now allows tuples in return type (#21074)Jake Leahy2022-12-112-2/+21
* fix #16758 Nim crashes in fixAbstractType (#20855)Bung2022-12-112-0/+41
* fix #21045; getTime with vmopsDanger is broken; alternative to #21054 (#21056)ringabout2022-12-105-22/+51
* clean up the documentation of threads (#21067)ringabout2022-12-102-18/+1
* fixes #21062 (#21068)Andreas Rumpf2022-12-101-2/+3
* tiny refactoring related to sink parameter inference logic (#21064)Andreas Rumpf2022-12-102-2/+1
* Use a unique name for template in async macro return (#21058)Jake Leahy2022-12-101-3/+3
* Revert "fix #15836 proc arg return type auto unexpectly match proc with concr...ringabout2022-12-099-23/+12
* Implicit return working for async proc (#20933)Jake Leahy2022-12-092-2/+24
* fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...Bung2022-12-099-12/+23
* remove duplicate assignment (#21050)ringabout2022-12-091-1/+0
* Remove deprecated rightSize (#21011)Juan Carlos2022-12-082-10/+2
* fix issue #20922 by handling missing expr in `exprList` for `tkOf` (#20930)Vindaar2022-12-083-8/+73
* Mention toSet in the docs of the set type (#21037)Xavier Noria2022-12-081-0/+8
* macros.customPragmaNode: walk brackets on brackets (#21040)Emery Hemingway2022-12-081-5/+3
* fixes #9839; fixes noReturn pragma doesn't work for non-simple templates (#21...ringabout2022-12-082-3/+38
* fixes #16656; add nre to lib.md (#21042)ringabout2022-12-081-0/+4
* fixes `strictnotnil` documentation; comment unfinished sections (#21041)ringabout2022-12-081-6/+9
* add a changelog for `std/cmdline` (#21039)ringabout2022-12-081-0/+1
* switch to the official URL of nimquery (#21038)ringabout2022-12-071-1/+1
* build the documentation of official packages (#20986)ringabout2022-12-0631-6358/+92
* Named arguments in commands + many grammar fixes (#20994)metagn2022-12-0618-147/+283
* fixes #21027; cast expressions need a type (#21029)ringabout2022-12-062-0/+7
* definite assignment analysis for let (#21024)ringabout2022-12-069-30/+144
* deprecate `do:` meaning `do ():` + misc cleanup (#20927)metagn2022-12-0613-65/+42
* stdlib organization & documentation improvements (#20971)metagn2022-12-0626-53/+167
* fix #20829 Regression in int64 type matching since (#21019)Bung2022-12-062-2/+16
* Revert "fixes #20883; Unspecified generic on default value segfaults the comp...ringabout2022-12-062-7/+2
* fix #16639 (#21017)metagn2022-12-052-3/+25