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 std/private/win_getsysteminfo; refactor the usage of `GetSystemInfo` (#19...
flywind
2022-01-04
3
-35
/
+23
*
devel: style fix (#19318)
Ștefan Talpalaru
2022-01-04
2
-2
/
+2
*
Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...
rockcavera
2022-01-03
1
-6
/
+6
*
Add Week-Of-Year Implementation to Times Module (#17223)
Carlo Capocasa
2022-01-03
1
-0
/
+82
*
[docs] clarify the raised exception (#19308)
flywind
2022-01-03
1
-4
/
+4
*
add compile time option for POSIX sigwait on Illumos/Solaris (#19296)
BarrOff
2022-01-02
1
-0
/
+7
*
Fix #19297 - fixing broken list after adding empty list (#19299)
rockcavera
2021-12-30
1
-5
/
+6
*
enable `maxDescriptors` on Illumos/Solaris (#19295)
BarrOff
2021-12-30
2
-4
/
+4
*
fix 19292 (#19293)
rockcavera
2021-12-29
1
-6
/
+9
*
Fix #19107 (#19286) [backport]
Tomohiro
2021-12-25
1
-2
/
+10
*
Revert "Update uri.nim (#19148) [backport:1.0]" (#19280)
Andreas Rumpf
2021-12-23
1
-2
/
+0
*
Fix group reference (with capital letters (#19196)
Andrey Makarov
2021-12-20
1
-1
/
+1
*
Extract runnables that specify `doccmd` (#19275) [backport:1.6]
Jake Leahy
2021-12-20
1
-2
/
+2
*
Update colors.nim (#19274)
MichalMarsalek
2021-12-20
1
-145
/
+162
*
use uppercase "type" for Proxy-Authorization header (#19273)
xioren
2021-12-19
1
-1
/
+1
*
[formatter] async.nim uses two spaces (#19264)
flywind
2021-12-17
1
-4
/
+4
*
fix #19244 - solves the problem of the InAddr object constructor in Windows. ...
rockcavera
2021-12-17
1
-1
/
+1
*
suggestion to respect typedarray type (#19257)
Sven Keller
2021-12-16
1
-1
/
+27
*
[backport:1.0] json: limit recursion depth (#19252)
Miran
2021-12-14
1
-3
/
+9
*
Fix #19253 (#19254)
PMunch
2021-12-14
1
-0
/
+3
*
fix: fixes bug in CVerifyPeerUseEnvVars (#19247)
Nick Wilburn
2021-12-14
1
-1
/
+2
*
fix bug #14468 zero-width split (#19248)
Carlo Capocasa
2021-12-13
1
-4
/
+7
*
Various std net improvements (#19132)
Jaremy Creechley
2021-12-12
2
-13
/
+52
*
Update uri.nim (#19148) [backport:1.0]
Dominik Picheta
2021-12-11
1
-0
/
+2
*
fixes a possible 'javascript:' protocol exploit [backport:1.0] (#19134)
Andreas Rumpf
2021-12-10
1
-1
/
+14
*
move toDeque to after addLast (#19233) [backport:1.0]
MichalMarsalek
2021-12-10
1
-14
/
+14
*
Revert "swap port to correct port order (#19177)" (#19234)
Jaremy Creechley
2021-12-10
1
-2
/
+2
*
nimRawSetjmp: support Windows (#19197)
Ștefan Talpalaru
2021-12-10
1
-7
/
+39
*
add comments to spawn and pinnedSpawn (#19230)
flywind
2021-12-09
1
-2
/
+4
*
remove `std/sharedstrings` (#19228)
flywind
2021-12-09
1
-154
/
+0
*
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
[next]