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
...
*
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
*
Stop type aliases from inheriting sfUsed (#19861)
quantimnot
2022-06-04
1
-13
/
+40
*
Refactor and doc package handling, module name mangling (#19821)
quantimnot
2022-05-30
7
-1
/
+33
*
Zectbumo fixes 19824 (#19825)
Alfred Morgan
2022-05-30
1
-0
/
+4
*
Fix global destructor injection for JS backend (#19797)
quantimnot
2022-05-23
1
-1
/
+2
*
Add new self-signed 4096 bit certificate to testdata (#19758)
kraptor
2022-05-08
1
-28
/
+77
*
"ip" protocol as id 0 is long gone (#19760)
kraptor
2022-05-07
1
-4
/
+0
*
Fix fixAbstractType for user defined typeclasses, fixes #19730 & #18409 (#19732)
nc-x
2022-04-30
2
-0
/
+57
*
fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)
flywind
2022-04-26
7
-2
/
+13
*
fixes #19662; Indent level errored for first line (#19718)
flywind
2022-04-25
1
-0
/
+6
*
fix NimNode comment repr() regression [backport: 1.2] (#19726)
flywind
2022-04-25
1
-0
/
+19
*
Really fix StringStream with ARC at compile-time, improve streams test (#19739)
Danil Yarantsev
2022-04-25
1
-2
/
+7
*
fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: 1...
flywind
2022-04-25
1
-0
/
+29
*
Fix string stream crashing when created on nimscript due to last fix (#19717)
Jason Beetham
2022-04-14
1
-0
/
+4
*
Better error message and tests for bad await (#19622)
huantian
2022-04-13
1
-3
/
+32
*
enable style:usages for stdlib tests [backport: 1.6] (#19715)
flywind
2022-04-13
25
-83
/
+86
*
fix #19680; check if stderr is static (#19709)
flywind
2022-04-12
1
-0
/
+10
*
StringStreams no longer errors when intialized with literals on arc/orc (#19708)
Jason Beetham
2022-04-11
1
-0
/
+2
*
fix #17286 nim check -b:js works (#19704)
flywind
2022-04-09
1
-0
/
+16
*
fix stylecheck bug with nre (#19356)
flywind
2022-04-08
1
-1
/
+1
*
typetraits: add toSigned, toUnsigned (#18445)
Timothee Cour
2022-04-07
3
-2
/
+31
*
add testcase for #16462 (#19692)
flywind
2022-04-07
3
-0
/
+11
*
[backport] fix broken SSL tests (#19684)
Miran
2022-04-06
1
-6
/
+5
*
fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687)
flywind
2022-04-06
2
-0
/
+13
*
Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport]
flywind
2022-04-04
1
-0
/
+18
*
fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1...
flywind
2022-03-26
2
-4
/
+7
*
fix nim check nimscript [backport: 1.6] (#19444)
flywind
2022-03-23
1
-0
/
+11
*
[add testcase] arc problems with recursive types (#19456)
flywind
2022-03-23
1
-0
/
+87
*
output byref types into --header file [backport: 1.6] (#19505)
flywind
2022-03-23
2
-0
/
+16
*
fixes #19631 (#19618)
Andreas Rumpf
2022-03-20
1
-0
/
+31
[prev]
[next]