summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes Thread initializer for ARC/ORC on Macos (#20368)ringabout2022-09-162-2/+2
* Allow custom pragma on iterators [backport] (#20344)Tanguy2022-09-172-1/+8
* add docs to copyNimNode and copyNimTree (#20357)ringabout2022-09-161-2/+25
* don't run azure on other branches either (#20365)metagn2022-09-161-1/+2
* more minor updates to manual.md (#20360)Judd2022-09-151-5/+5
* add testcase for #19020 (#20363)ringabout2022-09-151-0/+12
* only run github CI on latest commit of branch/PR (#20361)metagn2022-09-152-0/+8
* fixes #19104; peg Incorrect captures [backport:1.6] (#20352)ringabout2022-09-152-1/+8
* partial revert and redesign of #19814, changelog (#20341)metagn2022-09-146-36/+60
* minor improvements to follow up recent PRs (#20342)metagn2022-09-148-51/+45
* nimgrep: add `--inContext` and `--notinContext` options (#19528)Andrey Makarov2022-09-144-103/+682
* fix #20233 Float ranges in case statement in JS crash compiler (#20349)Bung2022-09-142-18/+62
* disable tlsEmulation for ic tests (#20345)ringabout2022-09-141-1/+1
* Add testcase for bug #20305 (#20323)Antonis Geralis2022-09-131-0/+25
* Revert "add `fromChar`" (#20336)ringabout2022-09-121-9/+0
* fixes #19724; don't be aggressive when you infer sink parameters (#20314)Andreas Rumpf2022-09-122-10/+18
* Revert "fixes #20155; repr range with distinct types is broken with ORC" (#20...Clay Sweetser2022-09-113-10/+1
* fixes #20155; repr range with distinct types is broken with ORC (#20158)ringabout2022-09-113-1/+10
* Replace word 'param(s)' with 'parameter(s)'. (#20331)random-bites2022-09-111-16/+16
* Fix cannot create Windows directory in root (#20311)havardjohn2022-09-112-20/+26
* Implement Markdown definition lists (+ migration) (#20333)Andrey Makarov2022-09-1115-97/+266
* add `fromChar` (#20332)Hamid Bluri2022-09-111-0/+9
* fix #13515 [backport] (#20315)metagn2022-09-112-1/+23
* SSL: Allow the same range of versions for OSX (#20324)Andreas Rumpf2022-09-101-5/+1
* Markdown links migration part 1 (#20319)Andrey Makarov2022-09-0912-240/+256
* update manual (#20325)Judd2022-09-091-2/+4
* fixes nightlies build regression (#20322)ringabout2022-09-081-1/+1
* Update manual.md (#20321)Judd2022-09-081-3/+5
* Revert "clarify that `char` may not be unsigned" (#20320)ringabout2022-09-081-1/+1
* fixes #20303; wasMoved expressions with side effects for ORC (#20307) [backport]ringabout2022-09-082-2/+38
* clarify that `char` may not be unsigned (#20308)ringabout2022-09-061-1/+1
* give a deprecate warning when using `newPar` to construct tuple expressions (...ringabout2022-09-062-3/+8
* Replace `if` by `case` in JS `isSimpleExpr` (#20267)Amjad Ben Hedhili2022-09-061-5/+7
* use arrow precedence in spec (#20166)metagn2022-09-062-1/+8
* fixes #9462; jsondoc --index can generate a theindex.json (#20205)ringabout2022-09-063-10/+29
* overloadable enums no longer experimental (#20298)metagn2022-09-0512-41/+27
* Prevent use-after-free bugs in object variants. Fixes bug #20305 (#20300) [ba...Antonis Geralis2022-09-051-0/+3
* Implement Pandoc Markdown concise link extension (#20304)Andrey Makarov2022-09-0423-152/+325
* Cleanup dochack (#20299)Amjad Ben Hedhili2022-09-041-88/+36
* Add improved Windows UNC path support in std/os (#20281)havardjohn2022-09-037-69/+301
* only allow enums to overload enums + extra test (#20126)metagn2022-09-032-2/+36
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-0344-86/+111
* Partially Revert "Change nim's nimble files to make it installable" (#20296)ringabout2022-09-021-0/+8
* Revert "fix #19600 No error checking on fclose (#19836)" (#20297)ringabout2022-09-022-14/+2
* Fix #16937; --clib option pass library name to backend C compiler correctly (...Tomohiro2022-09-014-1/+16
* support cstring in `case` (#20130)metagn2022-09-0113-18/+126
* remove the old nimv019 define in the config (#20133)ringabout2022-09-011-6/+0
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-0115-150/+248
* Simpler complex division implementation (#20088)Dan Rose2022-09-011-12/+1
* Markdown code blocks part 6 (#20292)Andrey Makarov2022-08-316-356/+364