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
*
[std/encodings]move to tests (#17866)
flywind
2021-04-29
1
-72
/
+0
*
Fix documentation of strutils.stripLineEnd (#17883)
Michael Krieger
2021-04-28
1
-1
/
+1
*
[std/encodings] fix iconv headers on OpenBSD (#17872)
flywind
2021-04-27
1
-1
/
+3
*
[std/pegs] increase test coverage (#17871)
flywind
2021-04-27
1
-144
/
+0
*
[std/parsecfg]use runnableExamples (#17868)
flywind
2021-04-27
1
-96
/
+95
*
add -d:nimLegacyNoHashRef for a transition period which avoids defining hash(...
Timothee Cour
2021-04-27
1
-17
/
+22
*
fix gbk encodings on windows (#17843)
flywind
2021-04-26
1
-0
/
+1
*
Remove confusing <//> (#17830)
flywind
2021-04-26
5
-26
/
+22
*
Ref #17831(synchapi.h: No such file or directory) (#17832)
flywind
2021-04-25
1
-2
/
+1
*
add colon (#17834)
flywind
2021-04-24
2
-2
/
+2
*
`typeof(voidStmt)` now works (#17807)
Timothee Cour
2021-04-23
1
-5
/
+2
*
refactor all code that builds csources (#17815)
Timothee Cour
2021-04-23
1
-1
/
+1
*
fix #17812 (repr fails to compile with ARC/ORC) (#17816)
flywind
2021-04-22
1
-1
/
+1
*
add RST highlighting for command line / shells (also fixes #16858) (#17789)
Andrey Makarov
2021-04-21
4
-29
/
+125
*
getCustomPragmaVal priority/override fixes (#17725)
Clyybber
2021-04-21
1
-38
/
+40
*
close #9372 add std/tempfiles (#17361)
flywind
2021-04-21
1
-0
/
+139
*
Fix Httpclient headers from being modified accidentally (#17808)
Joey
2021-04-21
1
-2
/
+5
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
29
-62
/
+61
*
[std/tasks]add gcsafe pragmas (#17799)
flywind
2021-04-21
1
-4
/
+4
*
[std/deques] move data instead of copy + destroy (#17800)
flywind
2021-04-20
1
-4
/
+2
*
followup #16714: add -d:nimLegacyUnarySlice + changelog (#17794)
Timothee Cour
2021-04-20
1
-0
/
+10
*
fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714)
Timothee Cour
2021-04-19
1
-8
/
+0
*
Small privateAccess improvement (#17786)
Clyybber
2021-04-19
1
-1
/
+1
*
Rename `=` to `=copy` in stdlib (#17781)
Clyybber
2021-04-19
5
-4
/
+5
*
[std/locks]close #7998(complete condition variables) (#17711)
flywind
2021-04-19
5
-45
/
+60
*
[std/locks]remove workaround for withLock (#17772)
flywind
2021-04-19
1
-4
/
+3
*
Documentation only, dom (#17770)
Juan Carlos
2021-04-19
1
-1
/
+3
*
[std/rlocks]add inline pragma (#17773)
flywind
2021-04-19
1
-3
/
+3
*
privateAccess now works with ref | ptr (#17760)
Timothee Cour
2021-04-19
1
-1
/
+1
*
Fix #17755 (#17766)
Dankr4d
2021-04-18
1
-2
/
+11
*
fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)
Timothee Cour
2021-04-18
1
-3
/
+13
*
IC exposes typedesc implementation shenanigans (#17759)
Andreas Rumpf
2021-04-18
1
-1
/
+1
*
make cuchar alias uint8 instead of char (#17738)
shirleyquirk
2021-04-17
1
-1
/
+1
*
replace defer with try ... finally (#17753)
flywind
2021-04-17
1
-5
/
+5
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
5
-8
/
+8
*
Fix buffer-overrun bug in net (#17728) [backport:1.0]
shirleyquirk
2021-04-16
1
-4
/
+3
*
std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)
Timothee Cour
2021-04-16
1
-23
/
+49
*
start using import {.all.} (#17736)
Timothee Cour
2021-04-16
1
-22
/
+0
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-0
/
+34
*
make the copy operation of Thread an error (#17734)
flywind
2021-04-16
1
-0
/
+2
*
Fix array's high & low return type for empty arrays (#17705)
Tanguy Cizain
2021-04-15
1
-0
/
+8
*
Fix getCustomPragmaVal for some multi arg pragmas (#17723)
Clyybber
2021-04-15
1
-41
/
+45
*
rst indentation fixes (ref #17340) (#17715)
Andrey Makarov
2021-04-15
2
-39
/
+74
*
simplify asyncfutures, asyncmacro (#17633)
Timothee Cour
2021-04-14
2
-72
/
+31
*
getCustomPragma is split up in more usable chunks (#11526)
Arne Döring
2021-04-14
1
-93
/
+165
*
callback cannot be nil (#17718)
flywind
2021-04-14
1
-0
/
+1
*
Update channels.nim (#17717)
flywind
2021-04-14
1
-4
/
+4
*
Remove the use of usrToCell in gcMark [backport:1.2] (#17709)
zah
2021-04-14
2
-6
/
+5
*
add number literal jsbigints.big (#17707)
Timothee Cour
2021-04-13
1
-7
/
+13
*
remove unnecessary assignment (#17702)
flywind
2021-04-12
1
-1
/
+0
[next]