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
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix runnable examples for bitops (#14247)
awr1
2020-05-06
1
-3
/
+3
*
Added bitslice operations for bitops (#14016)
awr1
2020-05-06
1
-21
/
+206
*
Make the fields of `times.DateTime` private (#14197)
Oscar Nihlgård
2020-05-06
1
-76
/
+180
*
Clarify JS cstring len (#14184)
hlaaftana
2020-05-05
1
-2
/
+2
*
Fixes net.recvFrom to work correctly with IPv6 (#14131)
rockcavera
2020-05-04
1
-10
/
+22
*
sequtils refactoring: prefer typeof over type (#14212)
Andreas Rumpf
2020-05-04
1
-15
/
+15
*
=> supports pragmas & names (+ changed behavior) (#14200)
hlaaftana
2020-05-03
4
-39
/
+65
*
fix #14203 (#14204)
slangmgh
2020-05-03
1
-1
/
+4
*
Fix #14201 (#14202)
slangmgh
2020-05-03
1
-1
/
+1
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
19
-31
/
+27
*
change 'iff' to 'if' to stop "corrections" once and for all (#14182)
Miran
2020-05-01
6
-20
/
+20
*
discardable async procs are now an error (#14176)
hlaaftana
2020-05-01
1
-8
/
+14
*
fix sendTo and recvFrom in asyncnet (#14154)
rockcavera
2020-04-30
1
-76
/
+40
*
fixes the regression #12860 caused; hotfix
Araq
2020-04-30
1
-1
/
+1
*
JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)
hlaaftana
2020-04-30
3
-12
/
+9
*
fixes #14054 [backport:1.2] (#14061)
Andreas Rumpf
2020-04-30
2
-7
/
+4
*
fixes #14079 [backport:1.2] (#14163)
Andreas Rumpf
2020-04-29
1
-1
/
+1
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
14
-60
/
+60
*
StringStream & more stdlib modules support for JS/NimScript (#14095)
hlaaftana
2020-04-28
9
-290
/
+428
*
bug fix (#14149) [backport:1.2]
cooldome
2020-04-28
1
-1
/
+4
*
Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)
Neelesh Chandola
2020-04-27
1
-1
/
+17
*
Remove some deprecated procs from std/times (#14129)
Oscar Nihlgård
2020-04-27
1
-143
/
+31
*
added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14...
rockcavera
2020-04-26
1
-0
/
+127
*
small docs fix in typetraits (#14108)
hlaaftana
2020-04-25
1
-1
/
+1
*
Make await a template (#12085)
Alexander Ivanov
2020-04-25
1
-132
/
+30
*
Faster readStr() (#14099)
Christopher Dunn
2020-04-25
1
-6
/
+22
*
Add critbits.commonPrefixLen (#14072)
Phil Krylov
2020-04-24
1
-0
/
+16
*
changed type() to typeof() in docs and error messages (#14084)
hlaaftana
2020-04-24
1
-1
/
+1
*
Set O_NONBLOCK flag atomically (#13934)
Hiroki Noda
2020-04-22
1
-8
/
+4
*
fix #14064 xmltree should allow create text node with raw text(non-es… (#14...
Bung
2020-04-22
1
-1
/
+11
*
Make debugSend/debugRecv procs public. Fixes #12189 (#12190)
Chris Heller
2020-04-22
1
-3
/
+37
*
Add the ability to pass title case headers to an HTTP server (#13968)
wonderix
2020-04-22
1
-12
/
+38
*
change some Exceptions to CatchableError or Defect, fixes #10288 (#14069)
hlaaftana
2020-04-22
3
-4
/
+4
*
base `parseEnum` on a case statement, fixes #14030 (#14046)
Vindaar
2020-04-22
2
-11
/
+84
*
Fix OS detection in a docker container (#13172)
Arnaud Moura
2020-04-22
1
-32
/
+46
*
fix #13222: make relativePath more robust and flexible (#13451)
Timothee Cour
2020-04-21
1
-68
/
+90
*
Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542)
hlaaftana
2020-04-21
1
-0
/
+41
*
Add package install command for FreeBSD and OpenBSD. (#14051)
Arnaud Moura
2020-04-21
1
-1
/
+3
*
Times refactorings (#13949)
Oscar Nihlgård
2020-04-21
1
-753
/
+778
*
#12103 - CI for OpenBSD (#12105)
Euan
2020-04-21
2
-11
/
+4
*
fix mapIt issues #12625 & #12639 (#14041)
Judd
2020-04-21
1
-14
/
+36
*
New runnableExample for `newAsyncHttpClient()` (#14045)
Tristram Oaten
2020-04-21
1
-0
/
+11
*
asyncdispatch: export Callback (#14042) [backport]
alaviss
2020-04-21
1
-2
/
+2
*
Fix broken async httpclient example
Tristram Oaten
2020-04-21
1
-3
/
+7
*
Make file descriptors from stdlib non-inheritable by default (#13201)
alaviss
2020-04-20
5
-38
/
+95
*
Make bitand, bitor, bitxor varargs-friendly (#13985)
awr1
2020-04-20
1
-9
/
+26
*
unicode: minor documention improvement
Araq
2020-04-20
1
-0
/
+1
*
fixes #12834 (#14017)
Andreas Rumpf
2020-04-19
1
-3
/
+3
*
forward type alignment information to seqs (#12430)
Arne Döring
2020-04-19
1
-2
/
+1
*
Add runnableExamples to critbits module (#13994)
jiro
2020-04-18
1
-25
/
+219
[next]