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
...
*
Fixed typo in manual.rst unsafeAssign->uncheckedAssign. Fixes part 1 of #1926...
Don-Duong Quach
2021-12-17
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
2
-1
/
+7
*
Add icon for Nim (#19258)
snxx
2021-12-17
3
-0
/
+0
*
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
2
-3
/
+41
*
Fix #19253 (#19254)
PMunch
2021-12-14
1
-0
/
+3
*
fix: fixes bug in CVerifyPeerUseEnvVars (#19247)
Nick Wilburn
2021-12-14
2
-1
/
+18
*
basicopt.txt: Unify the format (#19251)
Nan Xiao
2021-12-14
1
-2
/
+2
*
fix bug #14468 zero-width split (#19248)
Carlo Capocasa
2021-12-13
2
-4
/
+13
*
Various std net improvements (#19132)
Jaremy Creechley
2021-12-12
3
-56
/
+97
*
Update uri.nim (#19148) [backport:1.0]
Dominik Picheta
2021-12-11
1
-0
/
+2
*
nimc.rst: fix table markup (#19239)
Ștefan Talpalaru
2021-12-11
1
-0
/
+2
*
let Nim support Nimble 0.14 with lock-file support [backport:1.6] (#19236)
Andreas Rumpf
2021-12-10
2
-0
/
+6
*
added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235)
Andreas Rumpf
2021-12-10
7
-17
/
+36
*
fixes a possible 'javascript:' protocol exploit [backport:1.0] (#19134)
Andreas Rumpf
2021-12-10
2
-5
/
+45
*
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
5
-10
/
+199
*
fixes an old ARC bug: the produced copy/sink operations don't copy the hidden...
Andreas Rumpf
2021-12-09
6
-2
/
+38
*
add comments to spawn and pinnedSpawn (#19230)
flywind
2021-12-09
1
-2
/
+4
*
remove `std/sharedstrings` (#19228)
flywind
2021-12-09
3
-155
/
+2
*
Add support for LoongArch (#19223)
wenghongquan
2021-12-09
6
-4
/
+13
*
fixes a converter handling regression that caused private converters to leak ...
Andreas Rumpf
2021-12-09
3
-2
/
+17
*
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
*
fix #19193 (#19195) [backport:1.2]
Tanguy
2021-12-07
1
-2
/
+8
*
re-enable chronos testing once again [backport:1.2] (#19222)
Andreas Rumpf
2021-12-07
1
-1
/
+1
*
remove `sysspawn` which is dead code (#19218)
flywind
2021-12-06
1
-187
/
+0
*
allow `HSlice` bounded by constants of distinct types (#19219) [backport:1.2]
Etan Kissling
2021-12-06
2
-8
/
+10
*
[format minor] remove unnecessary spaces (#19216)
flywind
2021-12-06
1
-5
/
+5
*
the title of PR should contain a brief description (#19211)
flywind
2021-12-06
1
-0
/
+3
*
feature_request should be labelled automatically (#19215)
flywind
2021-12-05
1
-1
/
+1
*
treat do with pragmas but no parens as proc (#19191)
hlaaftana
2021-12-05
3
-9
/
+30
*
Improve documentation around func and method (#19207)
PMunch
2021-12-04
1
-2
/
+29
*
fixes #19159 [backport:1.6] (#19210)
Andreas Rumpf
2021-12-04
2
-3
/
+16
*
fixes #19198 [backport:1.6] (#19209)
Andreas Rumpf
2021-12-04
3
-16
/
+41
*
fixes #19015 [backport:1.6] (#19204)
Andreas Rumpf
2021-12-04
4
-2
/
+10
*
misc bugfixes [backport:1.2] (#19203)
Andreas Rumpf
2021-12-04
2
-17
/
+12
*
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
*
accept object type node from macros (#19179)
hlaaftana
2021-11-24
2
-1
/
+17
*
fix inline syntax highlighting in system.nim (#19184)
Andrey Makarov
2021-11-24
1
-0
/
+1
*
renamed 'gc' switch to 'mm'; [backport:1.6] (#19187)
Andreas Rumpf
2021-11-24
11
-143
/
+157
*
parseExpr/parseStmt accept filename, fixes #13540 (#19182)
hlaaftana
2021-11-24
6
-13
/
+32
*
make JS trunc polyfill opt-in, closes #16144 (#19183)
hlaaftana
2021-11-24
2
-4
/
+10
*
fix #12274 (#19180)
hlaaftana
2021-11-24
2
-1
/
+10
*
`caseStmtMacros` no longer experimental, experimental manual refactor (#19173)
hlaaftana
2021-11-23
7
-798
/
+816
*
implement RST & Markdown quote blocks (#19147)
Andrey Makarov
2021-11-23
7
-12
/
+617
*
Implement threads on Zephyr (#19156)
Jaremy Creechley
2021-11-23
3
-9
/
+36
[prev]
[next]