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
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add OpenSSL 3 support (#19814)
Federico Ceratto
2022-08-23
1
-23
/
+21
*
new .redefine pragma for templates, warn on redefinition without it (#20211)
metagn
2022-08-23
7
-8
/
+41
*
remove some deprecated pre-1.0 stdlib modules (#20202)
metagn
2022-08-23
2
-98
/
+1
*
fixes #18983 #5282 #13008; recursive types casue infinite type (#20172)
ringabout
2022-08-23
2
-0
/
+12
*
remove {.this.} pragma, deprecated since 0.19 (#20201)
metagn
2022-08-23
6
-81
/
+25
*
remove echo statements in tests (part 1) (#20178)
ringabout
2022-08-23
9
-47
/
+7
*
remove a special case in sigmatch; distinct pointer types no longer match `ni...
ringabout
2022-08-23
2
-13
/
+28
*
fixes #19967; reset does not work on set [backport: 1.2] (#19968)
ringabout
2022-08-23
1
-0
/
+27
*
fixes #20162; locals doesn't work with ORC [backport] (#20163)
ringabout
2022-08-23
1
-0
/
+1
*
fixes #11953; jsondoc creates no files unless the htmldocs dir is created (#2...
ringabout
2022-08-20
1
-0
/
+16
*
Add use of Windows Wide CRT API for env. vars (#20084)
havardjohn
2022-08-20
3
-7
/
+210
*
fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign...
ringabout
2022-08-19
2
-0
/
+8
*
fixes #20107 (#20246) [backport]
Andreas Rumpf
2022-08-19
1
-0
/
+24
*
Don't require blank line before Markdown code (#20215)
Andrey Makarov
2022-08-15
2
-2
/
+41
*
closes #12955; add testcase (#20223)
ringabout
2022-08-15
2
-0
/
+7
*
closes #15316; add testcase (#20213)
ringabout
2022-08-13
2
-0
/
+7
*
closes #6559; add testcase (#20200)
ringabout
2022-08-12
1
-0
/
+17
*
fixes broken ssl tests (#20181)
ringabout
2022-08-09
1
-2
/
+2
*
fixes #20153; do not escape `_` for mysql [backport] (#20164)
ringabout
2022-08-05
1
-0
/
+4
*
fixes #20132; fixes the broken jsondoc comand [backport] (#20135)
ringabout
2022-08-04
2
-0
/
+28
*
Revert "enable nimPreviewDotLikeOps" (#19919)
ringabout
2022-08-03
2
-1
/
+1
*
Fixed compilation of void closureiters with try stmt (#20138) [backport]
Yuriy Glukhov
2022-08-03
1
-0
/
+8
*
Highlight Nim default in Markdown code in .nim (#20110)
Andrey Makarov
2022-07-31
2
-2
/
+12
*
fixes #20031; uint64 is an ordinal type since 1.0 (#20094)
ringabout
2022-07-27
1
-0
/
+11
*
remove shallowCopy for ARC/ORC (#20070)
ringabout
2022-07-26
1
-1
/
+4
*
fixes #20089; remove setPointer since strings/seqs are not pointers with ORC ...
ringabout
2022-07-26
1
-0
/
+14
*
.forbids pragma: defining forbidden tags (#20050)
Lancer11211
2022-07-26
9
-0
/
+204
*
Markdown code blocks part 2; migrate Nim Manual (#20080)
Andrey Makarov
2022-07-25
2
-10
/
+28
*
fix #20067, fix #18976 [backport] (#20069)
metagn
2022-07-22
1
-0
/
+28
*
defines the `gcRefc` symbol which allows writing specific code for refc (#20009)
flywind
2022-07-17
1
-1
/
+6
*
Improve Markdown code blocks & start moving docs to Markdown style (#19954)
Andrey Makarov
2022-07-15
3
-11
/
+128
*
fix #20002 (#20004)
metagn
2022-07-15
1
-0
/
+8
*
[Orc] fixes "streams.readDataStr segafaults" when accepting a string literal...
flywind
2022-07-15
1
-0
/
+10
*
fix #20012 (#20013)
Daniel Clarke
2022-07-13
1
-0
/
+15
*
allow dots in defined() (#20010)
metagn
2022-07-12
1
-2
/
+17
*
Fix nested finally handling in closureiters [backport] (#19933)
Tanguy
2022-07-11
1
-0
/
+75
*
default threads on (#19368)
flywind
2022-07-06
7
-4
/
+8
*
Fixes return values of execCmd on macos (#19963)
Daniel Clarke
2022-07-05
1
-0
/
+13
*
closes #15897; add testcase (#19961)
flywind
2022-07-02
1
-0
/
+11
*
Allow recursive closure iterators (#19939)
Tanguy
2022-06-30
1
-0
/
+13
*
dec inLoop after exiting the while scope in computeLiveRanges [backport] (#19...
flywind
2022-06-29
1
-0
/
+45
*
closes #11042; add testcase (#19935)
flywind
2022-06-28
1
-0
/
+55
*
Fix distinct requiresInit test and manual (#19901)
Khaled Hammouda
2022-06-22
1
-3
/
+3
*
[vm]fixes #15974 #12551 #19464 #16020 #16780 #16613 #14553 #19909 #18641 (#19...
flywind
2022-06-22
2
-1
/
+245
*
[semfold] fix #19199; properly fold uint to float conversion (#19890) [backport]
flywind
2022-06-13
1
-0
/
+6
*
test for #19046 (#19839)
Bung
2022-06-10
1
-0
/
+19
*
[js] add testcase for array indexDefect and remove todo (#19838)
flywind
2022-06-10
1
-0
/
+9
*
fix #19862; make widestrs consistent between refc and orc (#19874) [backport]
flywind
2022-06-09
1
-0
/
+13
*
Fix `find` routines' api to default to `last=-1` (#19761)
Zoom
2022-06-07
1
-17
/
+21
*
RST: improve simple tables (#19859)
Andrey Makarov
2022-06-04
1
-0
/
+229
[prev]
[next]