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
...
*
Add support for LoongArch (#19223)
wenghongquan
2021-12-09
2
-2
/
+4
*
Atomic inc/dec should use ATOMIC_SEQ_CST (#19212)
flywind
2021-12-08
1
-3
/
+3
*
Making TCC work again on Windows --cpu:amd64 - fix #16326 (#19221)
rockcavera
2021-12-08
1
-2
/
+16
*
remove `sysspawn` which is dead code (#19218)
flywind
2021-12-06
1
-187
/
+0
*
[format minor] remove unnecessary spaces (#19216)
flywind
2021-12-06
1
-5
/
+5
*
feat: TLS-ALPN wrappers for OpenSSL (#19202)
Iced Quinn
2021-12-04
1
-0
/
+14
*
swap port to correct port order (#19177)
Jaremy Creechley
2021-11-24
1
-2
/
+2
*
fix inline syntax highlighting in system.nim (#19184)
Andrey Makarov
2021-11-24
1
-0
/
+1
*
parseExpr/parseStmt accept filename, fixes #13540 (#19182)
hlaaftana
2021-11-24
1
-6
/
+8
*
make JS trunc polyfill opt-in, closes #16144 (#19183)
hlaaftana
2021-11-24
1
-3
/
+3
*
`caseStmtMacros` no longer experimental, experimental manual refactor (#19173)
hlaaftana
2021-11-23
1
-6
/
+1
*
implement RST & Markdown quote blocks (#19147)
Andrey Makarov
2021-11-23
3
-11
/
+237
*
Implement threads on Zephyr (#19156)
Jaremy Creechley
2021-11-23
2
-9
/
+27
*
Enable customizing PageShift to set PageSize for embedded targets (#19129)
Jaremy Creechley
2021-11-16
1
-3
/
+7
*
fixes .raises inference for newSeq builtin under --gc:orc [backport] (#19158)
Andreas Rumpf
2021-11-16
1
-1
/
+1
*
Implement zephyr urandom and monotime (#19142)
Jaremy Creechley
2021-11-14
2
-1
/
+18
*
wrong spaces (3 => 2) (#19145)
flywind
2021-11-14
1
-1
/
+1
*
Fix undeclared 'SYS_getrandom' on emscripten (#19144)
Anuken
2021-11-13
1
-1
/
+1
*
Fix punycode.decode function (#19136)
Christoph Krybus
2021-11-12
1
-15
/
+16
*
Merge file size fields correctly on Windows (#19141)
Clay Sweetser
2021-11-12
1
-1
/
+5
*
Fix type mismatch with future logging (#19131)
Jake Leahy
2021-11-12
1
-1
/
+1
*
fixed colorNames sorting mistake (#19125) [backport]
orthoplex
2021-11-11
1
-1
/
+1
*
refactoring: orc can use getThreadId() (#19123)
Andreas Rumpf
2021-11-11
4
-96
/
+110
*
correct cookie docs (#19122)
flywind
2021-11-11
1
-2
/
+1
*
Add security tip for setCookie (#19117)
Federico Ceratto
2021-11-11
1
-0
/
+3
*
fix nimindexterm in rst2tex/doc2tex [backport] (#19106)
Andrey Makarov
2021-11-09
1
-1
/
+1
*
Deprecate `std/sharedlist` and `std/sharedtables` (#19112)
konsumlamm
2021-11-09
4
-2
/
+4
*
Add deprecation pragmas in lib/deprecated/pure (#19113)
konsumlamm
2021-11-09
5
-7
/
+13
*
change os.nim doc links to new style (#19102)
Andrey Makarov
2021-11-08
5
-321
/
+325
*
Remove invalid statements about try in async docs. (#19108)
Dominik Picheta
2021-11-08
1
-13
/
+13
*
fixes another effect inference bug [backport:1.6] (#19100)
Andreas Rumpf
2021-11-07
4
-11
/
+18
*
fix for #19020, credit to @ElegantBeef (#19021)
Don-Duong Quach
2021-11-03
1
-1
/
+1
*
Added support for sending "ehlo" and receiving multiline "ehlo" response. (#1...
David Krause
2021-11-03
1
-9
/
+24
*
fixes #19078 [backport] (#19090)
Andreas Rumpf
2021-11-02
1
-3
/
+6
*
libs/impore/re: Add note about the requirement of `matches` to be pre-allocat...
Kaushal Modi
2021-11-02
1
-0
/
+34
*
fixes #19000 (#19032)
Andreas Rumpf
2021-10-30
1
-0
/
+6
*
Freeing critical sections via atexit in system/alloc and system/io (#19062)
Tail Wag Games
2021-10-29
3
-7
/
+7
*
Fix nimIdentNormalize, fixes #19067 (#19068)
Tomasz Kramkowski
2021-10-29
1
-2
/
+3
*
docgen: implement doc link resolution in current module (#18642)
Andrey Makarov
2021-10-28
5
-78
/
+545
*
Minor update to terminal docs (#19056)
Netsu
2021-10-26
1
-0
/
+14
*
Fix #19052; [backport:1.6.0] (#19053)
Timothy Alexander
2021-10-26
1
-1
/
+6
*
deinitializing locks at program exit (#19043)
Tail Wag Games
2021-10-25
2
-24
/
+35
*
Add Zephyr Support (#19003)
Jaremy Creechley
2021-10-24
17
-338
/
+508
*
use the correct header for TIOCGWINSZ on Solaris (#19037)
BarrOff
2021-10-22
1
-2
/
+5
*
Add Elbrus 2000 architecture (#19024)
Danil Yarantsev
2021-10-21
1
-1
/
+3
*
Fix isInvalidFilename & always operate on the full passed in string (#19004)
John Novak
2021-10-20
1
-45
/
+46
*
bump NimVersion to 1.7.1
narimiran
2021-10-19
1
-1
/
+1
*
fix parsesql.treeRepr when nil is in input (#18974)
Andrey Makarov
2021-10-17
1
-3
/
+3
*
sequtils: fix errors from `strictFuncs` use (#18998)
ee7
2021-10-16
1
-3
/
+3
*
fix a potential bug (#18900)
flywind
2021-10-14
1
-1
/
+1
[prev]
[next]