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
*
Update jsfetch with latest API and fix missing bindings (#19473)
tandy1000
2022-02-01
1
-21
/
+25
*
Merge pull request from GHSA-ggrq-h43f-3w7m
Dominik Picheta
2022-01-29
1
-3
/
+19
*
os: faster getFileSize (#19438)
ehmry
2022-01-24
1
-5
/
+4
*
RST: allow empty number-lines directives just like it was done for a decade; ...
Andreas Rumpf
2022-01-22
1
-1
/
+2
*
New/better macro pragmas, mark some as experimental (#19406)
metagn
2022-01-20
1
-13
/
+26
*
Fix #11923 (#19427)
Regis Caillaud
2022-01-20
1
-1
/
+6
*
Resolve cross file resolution errors in atomics (#19422) [backport:1.6]
James
2022-01-20
1
-10
/
+7
*
Added `std/envvars` for env vars handling (#19421)
flywind
2022-01-20
1
-0
/
+212
*
Add noQuit option (#19419) [backport:1.6]
Tom
2022-01-19
1
-2
/
+5
*
add an example to setControlCHook (#19416)
nblaxall
2022-01-19
1
-0
/
+9
*
suppress deprecated warnings (#19408)
flywind
2022-01-19
1
-2
/
+1
*
update deprecated example (#19415)
Hamid Bluri
2022-01-18
1
-1
/
+1
*
Added `std/oserrors` for OS error reporting (#19390)
flywind
2022-01-17
1
-0
/
+118
*
fix no net compilation on zephyr (#19399)
Jaremy Creechley
2022-01-17
1
-6
/
+10
*
add mm to compilesettings; deprecate gc (#19394)
flywind
2022-01-16
1
-1
/
+2
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
1
-9
/
+19
*
Use openarray of bytes in md5 (#19307)
hlaaftana
2022-01-15
1
-34
/
+97
*
docs: Fix broken cross references to `rfind` in strutils (#19382) [backport]
Leon
2022-01-13
1
-3
/
+3
*
make rst thread safe (#19369)
flywind
2022-01-13
1
-3
/
+3
*
remove spaces between an identifier and a star (#19355)
flywind
2022-01-10
1
-19
/
+19
*
Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)
gecko
2022-01-10
1
-0
/
+2
*
added filemode docs (#19346)
Smarcy
2022-01-09
1
-1
/
+4
*
stylecheck usages part two: stdlib cleanup (#19338)
flywind
2022-01-08
2
-2
/
+2
*
fix nim-lang#19343 (#19344) [backport]
Zachary Marquez
2022-01-08
1
-1
/
+1
*
Fix #19038 - making the Nim compiler work again on Windows XP (#19331)
rockcavera
2022-01-07
2
-22
/
+24
*
Update net.nim (#19327) [backport]
rockcavera
2022-01-06
1
-1
/
+1
*
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
[next]