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
/
lib
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
move rest of tests to testament (#16140)
flywind
2020-11-27
1
-97
/
+0
*
fixes #16154; underlying system.add for seq is the real cause; will be addres...
Andreas Rumpf
2020-11-27
1
-2
/
+3
*
fixes #15076 (#16143)
Andreas Rumpf
2020-11-26
1
-5
/
+5
*
fix for comparing infinities (#16122)
Antonis Geralis
2020-11-25
1
-0
/
+11
*
improve the documentation of ropes (#16111)
flywind
2020-11-25
1
-19
/
+98
*
add simple runnableExamples for atomics (#16116)
flywind
2020-11-24
1
-0
/
+40
*
move tests to testament (#16101)
flywind
2020-11-24
25
-2142
/
+0
*
improve document for heapqueue (#16107)
flywind
2020-11-24
1
-46
/
+69
*
fix #14056 (#16071)
kemifl
2020-11-23
1
-10
/
+10
*
fix ropes format errors (#16106) [backport:1.0]
flywind
2020-11-23
1
-1
/
+1
*
ref #5617 add lineinfo to complete (#16102)
flywind
2020-11-23
1
-3
/
+8
*
correct errors in xmltree docs (#16104)
flywind
2020-11-23
1
-81
/
+72
*
fix rope index (#16100)
flywind
2020-11-23
1
-1
/
+1
*
fix #9695 asyncmacro: tfuturevar fails when activated [backport: 1.0] (#16090)
flywind
2020-11-22
1
-1
/
+2
*
sets minor improvement (#16087)
flywind
2020-11-21
1
-269
/
+1
*
deques minor improvement (#16084)
flywind
2020-11-21
1
-129
/
+18
*
xmltree minor improvement (#16085)
flywind
2020-11-21
1
-87
/
+3
*
complex minor improvement (#16086)
flywind
2020-11-21
1
-129
/
+21
*
heapqueue minor improvement (#16088)
flywind
2020-11-21
1
-62
/
+10
*
colors: Reuse the HexDigits constant in strutils (#16065)
satoru
2020-11-20
1
-1
/
+1
*
makes parsesql .gcsafe [backport:1.0] (#16039)
Andreas Rumpf
2020-11-19
1
-3
/
+3
*
fix https://github.com/nim-lang/RFCs/issues/286: add FileInfo.blockSize (#16023)
Timothee Cour
2020-11-18
1
-34
/
+37
*
htmlgen: Add lazy loading (#15986)
Juan Carlos
2020-11-16
1
-2
/
+2
*
asynchttpserver cleanups [backport:1.0] (#15966)
Andreas Rumpf
2020-11-15
1
-11
/
+9
*
attempt to make asynchttpserver better; fixes #15925; [backport:1.0] (#15957)
Andreas Rumpf
2020-11-13
6
-34
/
+116
|
\
|
*
fixes the doc rendering
Araq
2020-11-13
1
-38
/
+35
|
*
ported to FreeRTOS
Araq
2020-11-13
2
-11
/
+22
|
*
fixes 'nim doc'
Araq
2020-11-13
1
-1
/
+1
|
*
better documentation
Araq
2020-11-13
1
-4
/
+11
|
*
attempt to make asynchttpserver better; fixes #15925; [backport:1.0]
Araq
2020-11-13
6
-50
/
+117
*
|
Make IntSet a generic ordinal set OrdSet[A] (#15564)
landerlo
2020-11-13
1
-687
/
+7
*
|
Alternate to https://github.com/nim-lang/Nim/pull/15915 (#15937)
c-blake
2020-11-13
1
-2
/
+7
|
/
*
Don't use os for Standalone (#15944)
wilypomegranate
2020-11-13
1
-2
/
+2
*
fix #15941 (#15948)
flywind
2020-11-13
1
-4
/
+7
*
js -d:nodejs now supports osenv: `getEnv`, `putEnv`, `envPairs`, `delEnv`, `e...
Timothee Cour
2020-11-12
1
-215
/
+251
*
make var string return var char w/ BackwardsIndex (#15461)
hlaaftana
2020-11-12
1
-3
/
+3
*
change some code-blocks to runnableExamples and correct some errors in docs (...
flywind
2020-11-12
4
-57
/
+51
*
Fix a problem for long symlinks in conda (#15908) [backport]
Christopher Dunn
2020-11-12
1
-9
/
+10
*
fix #12726 Cannot take the compile-time sizeof Atomic types (#15928)
Bung
2020-11-12
1
-7
/
+8
*
Docs(strutils): Fix broken links (#15912)
ee7
2020-11-11
1
-9
/
+10
*
Correct all eggs (#15906)
Miran
2020-11-10
1
-1
/
+1
*
fix #12471 (#15901)
flywind
2020-11-10
1
-0
/
+3
*
Add a macro returning enum items count (#15824)
Ivan Bobev
2020-11-09
1
-0
/
+13
*
Console apps in Windows can raise OSError (#15874)
Luca Guzzon
2020-11-08
1
-1
/
+4
*
follow #11707(add pragmas examples for =>) (#15863)
flywind
2020-11-06
1
-0
/
+10
*
fix #15851 (#15852)
flywind
2020-11-06
1
-6
/
+10
*
Tiny unittest doc fix
Clyybber
2020-11-05
1
-3
/
+2
*
document #15618 (#15810)
flywind
2020-11-05
1
-0
/
+9
*
fix adding empty sequence to HTTP headers (#15783)
flywind
2020-11-05
1
-4
/
+7
*
change non-working example to runnableExamples (#15841)
flywind
2020-11-05
1
-7
/
+5
[next]