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
...
*
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
*
Accept nnkTypeSection from typedef macro pragmas (#19168)
hlaaftana
2021-11-22
4
-6
/
+110
*
Testament now checks OS, CPU, endianess, bitsizes 8-64 in discard statements ...
quantimnot
2021-11-19
1
-20
/
+50
*
Update dependency (#19151)
OxFred
2021-11-17
1
-1
/
+1
*
fix marshal bugs in VM (#19161) [backport:1.6]
flywind
2021-11-17
2
-6
/
+10
*
Enable customizing PageShift to set PageSize for embedded targets (#19129)
Jaremy Creechley
2021-11-16
3
-5
/
+36
*
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
2
-16
/
+217
*
Merge file size fields correctly on Windows (#19141)
Clay Sweetser
2021-11-12
1
-1
/
+5
*
fixes #19051 [backport:1.6] (#19133)
Andreas Rumpf
2021-11-12
2
-3
/
+25
*
Fix type mismatch with future logging (#19131)
Jake Leahy
2021-11-12
1
-1
/
+1
*
update manual (#19130) [backport]
flywind
2021-11-12
1
-2
/
+2
*
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
*
Remove tlsEmulation enabled from Windows + GCC config (#19119) [backport:1.6]
Ryan Oldenburg
2021-11-11
1
-3
/
+0
*
Call {.cursor.} a pragma. (#19116)
treeform
2021-11-10
1
-8
/
+8
*
fixes #14470 [backport:1.2] (#19115)
Andreas Rumpf
2021-11-09
1
-1
/
+2
*
fix nimindexterm in rst2tex/doc2tex [backport] (#19106)
Andrey Makarov
2021-11-09
3
-2
/
+18
*
Deprecate `std/sharedlist` and `std/sharedtables` (#19112)
konsumlamm
2021-11-09
7
-9
/
+7
*
Add deprecation pragmas in lib/deprecated/pure (#19113)
konsumlamm
2021-11-09
5
-7
/
+13
*
fixes #19011 [backport:1.6] (#19114)
Andreas Rumpf
2021-11-09
1
-1
/
+1
*
fixes #19013 [backport:1.6] (#19111)
Andreas Rumpf
2021-11-09
4
-8
/
+46
*
Update readme.md: matrix links (#19109)
Zoom
2021-11-08
1
-0
/
+4
*
change os.nim doc links to new style (#19102)
Andrey Makarov
2021-11-08
8
-321
/
+345
*
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
7
-11
/
+85
*
fix for #19020, credit to @ElegantBeef (#19021)
Don-Duong Quach
2021-11-03
1
-1
/
+1
*
Use testament to check Norm test pass (#19018)
Constantine Molchanov
2021-11-03
2
-2
/
+2
*
Added support for sending "ehlo" and receiving multiline "ehlo" response. (#1...
David Krause
2021-11-03
2
-9
/
+26
*
manual: Document that comma propagates the default values of parameters (#19080)
Kaushal Modi
2021-11-03
2
-1
/
+29
*
manual: Document the use of `static` as a proc call (#19084)
Kaushal Modi
2021-11-03
3
-0
/
+40
*
Add test for issue 15435 (#19079)
Kaushal Modi
2021-11-03
1
-0
/
+29
*
build testament in package CI (#19092)
flywind
2021-11-02
1
-1
/
+2
[prev]
[next]