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
*
Fix `find` routines' api to default to `last=-1` (#19761)
Zoom
2022-06-07
2
-58
/
+71
*
Add Microtasks (#19860)
Juan Carlos
2022-06-04
2
-1
/
+6
*
RST: improve simple tables (#19859)
Andrey Makarov
2022-06-04
16
-119
/
+486
*
Stop type aliases from inheriting sfUsed (#19861)
quantimnot
2022-06-04
2
-14
/
+41
*
change the type of mangleJsName; fixes CStringConv warnings (#19852)
flywind
2022-06-01
1
-6
/
+6
*
[Minor] remove unused and unnecessary local variable (#19853)
flywind
2022-06-01
1
-1
/
+0
*
Refactor and doc package handling, module name mangling (#19821)
quantimnot
2022-05-30
23
-244
/
+175
*
Zectbumo fixes 19824 (#19825)
Alfred Morgan
2022-05-30
3
-6
/
+13
*
Doc preferred import style in compiler (#19832)
quantimnot
2022-05-30
1
-0
/
+1
*
[vm] remove unused opcSubstr opcode (#19834)
flywind
2022-05-30
2
-10
/
+2
*
Fix typo and incorrect pragma name (#19847)
Michael New
2022-05-30
1
-1
/
+1
*
Add link to std/tempfiles in the docs; fix #19155 (#19807)
flywind
2022-05-24
1
-0
/
+4
*
Add `document.hidden` and `document.visibilityState` properties (#19817)
tandy1000
2022-05-24
1
-0
/
+2
*
Add Array.shift (#19811)
Juan Carlos
2022-05-24
2
-1
/
+10
*
Fix global destructor injection for JS backend (#19797)
quantimnot
2022-05-23
2
-6
/
+27
*
Fix default testament target in docs and cli help (#19796)
quantimnot
2022-05-23
2
-3
/
+3
*
testament: include extra options in test name (#19801)
Jacek Sieka
2022-05-19
2
-47
/
+44
*
Always use httpclient in nimgrab (#19767)
Yardanico
2022-05-17
2
-459
/
+9
*
[manual] TLock => Lock (#19785)
flywind
2022-05-17
1
-3
/
+7
*
Fix typo in sequtils documentation (#19789)
Anthony Dario
2022-05-13
1
-1
/
+1
*
disable polypbren (#19787)
flywind
2022-05-13
1
-2
/
+2
*
string is missing formatting when calling fmt (#19780)
Alfred Morgan
2022-05-10
1
-2
/
+2
*
varargs example erroneously transformed "abc" to "def" (#19781)
Alfred Morgan
2022-05-10
1
-1
/
+1
*
Remove deprecated posix proc (#19774)
Juan Carlos
2022-05-08
2
-11
/
+1
*
Update nimscript `withDir` doc example (#19776)
huantian
2022-05-08
1
-4
/
+4
*
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 questionable suggestion in `strutils` docs (#19765)
Zoom
2022-05-06
1
-9
/
+16
*
Fix broken link in sets documentation. (#19769)
Anthony Dario
2022-05-06
1
-1
/
+1
*
Add 'usages' option to the --stylechecks error msg (#19759)
Zoom
2022-05-04
1
-2
/
+2
*
switch to mainline bigints (#19756)
flywind
2022-05-03
1
-1
/
+1
*
Fix link to experimental manual in macro pragmas section [skip ci] (#19753)
Jake Leahy
2022-05-03
1
-1
/
+1
*
Rework discarding futures documentation in asyncdispatch (#19738)
huantian
2022-05-02
1
-6
/
+33
*
Fix fixAbstractType for user defined typeclasses, fixes #19730 & #18409 (#19732)
nc-x
2022-04-30
3
-1
/
+58
*
Make sure that field usage preserves the original line info (#19751)
Ivan Yonchovski
2022-04-29
2
-0
/
+17
*
fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)
flywind
2022-04-26
9
-6
/
+44
*
use signed comparisons for the index checking in the hope it improves the cod...
Andreas Rumpf
2022-04-26
1
-7
/
+7
*
macros: make hasCustomPragma more permissive (#19747)
ehmry
2022-04-25
1
-3
/
+5
*
fixes #19662; Indent level errored for first line (#19718)
flywind
2022-04-25
4
-1
/
+12
*
Revert "fix db_sqlite.tryInsertID does raise exceptions in 1.6.0 #19743 (#197...
Andreas Rumpf
2022-04-25
1
-14
/
+11
*
fix NimNode comment repr() regression [backport: 1.2] (#19726)
flywind
2022-04-25
2
-0
/
+21
*
add warnings for gc:option (#19722)
flywind
2022-04-25
1
-42
/
+49
*
Really fix StringStream with ARC at compile-time, improve streams test (#19739)
Danil Yarantsev
2022-04-25
2
-4
/
+15
*
fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: 1...
flywind
2022-04-25
2
-1
/
+30
*
document localPassC consistently with compiler; fix ANSI capitalization (#19721)
tersec
2022-04-25
1
-4
/
+4
*
fix db_sqlite.tryInsertID does raise exceptions in 1.6.0 #19743 (#19744)
flywind
2022-04-24
1
-11
/
+14
*
Fix doc: list of async backends (#19741)
huantian
2022-04-24
1
-3
/
+3
*
Move common Latex code into class nimdoc.cls (#19734)
Andrey Makarov
2022-04-21
4
-188
/
+198
*
Fix string stream crashing when created on nimscript due to last fix (#19717)
Jason Beetham
2022-04-14
2
-1
/
+5
*
Better error message and tests for bad await (#19622)
huantian
2022-04-13
2
-6
/
+45
[next]