index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixes Thread initializer for ARC/ORC on Macos (#20368)
ringabout
2022-09-16
2
-2
/
+2
*
Allow custom pragma on iterators [backport] (#20344)
Tanguy
2022-09-17
2
-1
/
+8
*
add docs to copyNimNode and copyNimTree (#20357)
ringabout
2022-09-16
1
-2
/
+25
*
don't run azure on other branches either (#20365)
metagn
2022-09-16
1
-1
/
+2
*
more minor updates to manual.md (#20360)
Judd
2022-09-15
1
-5
/
+5
*
add testcase for #19020 (#20363)
ringabout
2022-09-15
1
-0
/
+12
*
only run github CI on latest commit of branch/PR (#20361)
metagn
2022-09-15
2
-0
/
+8
*
fixes #19104; peg Incorrect captures [backport:1.6] (#20352)
ringabout
2022-09-15
2
-1
/
+8
*
partial revert and redesign of #19814, changelog (#20341)
metagn
2022-09-14
6
-36
/
+60
*
minor improvements to follow up recent PRs (#20342)
metagn
2022-09-14
8
-51
/
+45
*
nimgrep: add `--inContext` and `--notinContext` options (#19528)
Andrey Makarov
2022-09-14
4
-103
/
+682
*
fix #20233 Float ranges in case statement in JS crash compiler (#20349)
Bung
2022-09-14
2
-18
/
+62
*
disable tlsEmulation for ic tests (#20345)
ringabout
2022-09-14
1
-1
/
+1
*
Add testcase for bug #20305 (#20323)
Antonis Geralis
2022-09-13
1
-0
/
+25
*
Revert "add `fromChar`" (#20336)
ringabout
2022-09-12
1
-9
/
+0
*
fixes #19724; don't be aggressive when you infer sink parameters (#20314)
Andreas Rumpf
2022-09-12
2
-10
/
+18
*
Revert "fixes #20155; repr range with distinct types is broken with ORC" (#20...
Clay Sweetser
2022-09-11
3
-10
/
+1
*
fixes #20155; repr range with distinct types is broken with ORC (#20158)
ringabout
2022-09-11
3
-1
/
+10
*
Replace word 'param(s)' with 'parameter(s)'. (#20331)
random-bites
2022-09-11
1
-16
/
+16
*
Fix cannot create Windows directory in root (#20311)
havardjohn
2022-09-11
2
-20
/
+26
*
Implement Markdown definition lists (+ migration) (#20333)
Andrey Makarov
2022-09-11
15
-97
/
+266
*
add `fromChar` (#20332)
Hamid Bluri
2022-09-11
1
-0
/
+9
*
fix #13515 [backport] (#20315)
metagn
2022-09-11
2
-1
/
+23
*
SSL: Allow the same range of versions for OSX (#20324)
Andreas Rumpf
2022-09-10
1
-5
/
+1
*
Markdown links migration part 1 (#20319)
Andrey Makarov
2022-09-09
12
-240
/
+256
*
update manual (#20325)
Judd
2022-09-09
1
-2
/
+4
*
fixes nightlies build regression (#20322)
ringabout
2022-09-08
1
-1
/
+1
*
Update manual.md (#20321)
Judd
2022-09-08
1
-3
/
+5
*
Revert "clarify that `char` may not be unsigned" (#20320)
ringabout
2022-09-08
1
-1
/
+1
*
fixes #20303; wasMoved expressions with side effects for ORC (#20307) [backport]
ringabout
2022-09-08
2
-2
/
+38
*
clarify that `char` may not be unsigned (#20308)
ringabout
2022-09-06
1
-1
/
+1
*
give a deprecate warning when using `newPar` to construct tuple expressions (...
ringabout
2022-09-06
2
-3
/
+8
*
Replace `if` by `case` in JS `isSimpleExpr` (#20267)
Amjad Ben Hedhili
2022-09-06
1
-5
/
+7
*
use arrow precedence in spec (#20166)
metagn
2022-09-06
2
-1
/
+8
*
fixes #9462; jsondoc --index can generate a theindex.json (#20205)
ringabout
2022-09-06
3
-10
/
+29
*
overloadable enums no longer experimental (#20298)
metagn
2022-09-05
12
-41
/
+27
*
Prevent use-after-free bugs in object variants. Fixes bug #20305 (#20300) [ba...
Antonis Geralis
2022-09-05
1
-0
/
+3
*
Implement Pandoc Markdown concise link extension (#20304)
Andrey Makarov
2022-09-04
23
-152
/
+325
*
Cleanup dochack (#20299)
Amjad Ben Hedhili
2022-09-04
1
-88
/
+36
*
Add improved Windows UNC path support in std/os (#20281)
havardjohn
2022-09-03
7
-69
/
+301
*
only allow enums to overload enums + extra test (#20126)
metagn
2022-09-03
2
-2
/
+36
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
44
-86
/
+111
*
Partially Revert "Change nim's nimble files to make it installable" (#20296)
ringabout
2022-09-02
1
-0
/
+8
*
Revert "fix #19600 No error checking on fclose (#19836)" (#20297)
ringabout
2022-09-02
2
-14
/
+2
*
Fix #16937; --clib option pass library name to backend C compiler correctly (...
Tomohiro
2022-09-01
4
-1
/
+16
*
support cstring in `case` (#20130)
metagn
2022-09-01
13
-18
/
+126
*
remove the old nimv019 define in the config (#20133)
ringabout
2022-09-01
1
-6
/
+0
*
[Testament] Extend and document message testing aids (#19996)
quantimnot
2022-09-01
15
-150
/
+248
*
Simpler complex division implementation (#20088)
Dan Rose
2022-09-01
1
-12
/
+1
*
Markdown code blocks part 6 (#20292)
Andrey Makarov
2022-08-31
6
-356
/
+364
[prev]
[next]