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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
alternative way to fix #16022 (#16064) [backport:1.4]
flywind
2020-11-20
1
-2
/
+2
*
packedsets fix regression introduced in #15564 (#16060)
Timothee Cour
2020-11-20
1
-8
/
+9
*
Improve enumerate (#16053)
Antonis Geralis
2020-11-20
1
-10
/
+43
*
fix #16025 repr now consistent: does not insert trailing newline (#16034)
Timothee Cour
2020-11-19
3
-2
/
+7
*
makes parsesql .gcsafe [backport:1.0] (#16039)
Andreas Rumpf
2020-11-19
1
-3
/
+3
*
fixes db_mysql broken quoting; refs https://github.com/nim-lang/Nim/commit/c1...
Andreas Rumpf
2020-11-18
1
-1
/
+0
*
ORC: prepare for another patent-pending optimization (#15996)
Andreas Rumpf
2020-11-18
3
-25
/
+51
*
Do not read the whole file to compute SHA1 hash (fixes 15997) (#16006)
Igor Ribeiro de Assis
2020-11-18
1
-1
/
+16
*
fix https://github.com/nim-lang/RFCs/issues/286: add FileInfo.blockSize (#16023)
Timothee Cour
2020-11-18
1
-34
/
+37
*
Revert "fix #15623 (#16009)"
Andrey R (cooldome)
2020-11-17
1
-1
/
+1
*
fix #15623 (#16009)
flywind
2020-11-17
1
-1
/
+1
*
htmlgen: Add lazy loading (#15986)
Juan Carlos
2020-11-16
1
-2
/
+2
*
fix #15934 and #15620 (#15938) [backport:1.4]
Andreas Rumpf
2020-11-15
1
-1
/
+4
|
\
|
*
nil
flywind
2020-11-13
1
-0
/
+2
|
*
make workaround for #15934 and #15620
flywind
2020-11-12
1
-1
/
+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
2
-687
/
+614
*
|
|
Alternate to https://github.com/nim-lang/Nim/pull/15915 (#15937)
c-blake
2020-11-13
1
-2
/
+7
*
|
|
refactoring: modernize rst.nim (#15953)
Miran
2020-11-13
1
-509
/
+449
|
/
/
*
|
Don't use os for Standalone (#15944)
wilypomegranate
2020-11-13
1
-2
/
+2
*
|
Add documentElement to Document. (#15943)
treeform
2020-11-13
1
-0
/
+1
*
|
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
*
|
add parent property to window in dom.nim (#15922)
Bung
2020-11-12
1
-0
/
+1
*
|
make var string return var char w/ BackwardsIndex (#15461)
hlaaftana
2020-11-12
2
-3
/
+4
*
|
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
*
|
doAssertRaises improvements; nimscript supports `except Exception as e` (#15765)
Timothee Cour
2020-11-12
2
-10
/
+12
*
|
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
5
-6
/
+6
*
|
fix #12471 (#15901)
flywind
2020-11-10
1
-0
/
+3
*
|
rst: add support for markdown tables (#15854)
Miran
2020-11-10
3
-2
/
+75
*
|
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
[prev]
[next]