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
*
system.nim: avoid 'cannot prove init' warnings for the '..' constructors
Araq
2019-02-20
1
-3
/
+2
*
add `xmltree.clear`, fixes #3797 (#10711)
Miran
2019-02-20
1
-0
/
+29
*
fixes a critical strutils bug [backport]
Araq
2019-02-19
1
-1
/
+1
*
Replace the duration conversion procs with new improved ones (#10710)
Oscar Nihlgård
2019-02-19
1
-56
/
+156
*
better docs: osproc (#10708)
Miran
2019-02-19
1
-66
/
+159
*
fixes #6832
Araq
2019-02-19
1
-5
/
+2
*
better docs: strtabs (#10704)
Miran
2019-02-19
1
-104
/
+209
*
document proper imports, fixes #8164 (#10698)
Miran
2019-02-19
4
-0
/
+8
*
asyncnet.nim: Minor code cleanup
Araq
2019-02-19
1
-4
/
+4
*
fixes #10702 (#10705)
Andreas Rumpf
2019-02-18
2
-1
/
+21
*
Prevent crash on pragma templates w/ generics (#10685)
LemonBoy
2019-02-18
1
-1
/
+1
*
Provide access to getsockname()/getpeername()
Federico Ceratto
2019-02-17
1
-0
/
+12
*
Comment on isSorted complexity. (#10686) [ci skip]
Federico Ceratto
2019-02-16
1
-1
/
+1
*
some dom proc correction and complement (#10684)
liuxiaodong
2019-02-15
1
-4
/
+9
*
allow string insert in nimscript, fixes #10561
narimiran
2019-02-15
1
-1
/
+1
*
Return result when found instead of keep iterating for no reason the whole mi...
Juan Carlos
2019-02-15
1
-0
/
+1
*
osproc: fix minor typo
Araq
2019-02-14
1
-1
/
+1
*
deprecated leftovers from era of no unsigned integer types (#10605)
Arne Döring
2019-02-14
1
-9
/
+23
*
32 bit fixes (#10608)
Arne Döring
2019-02-12
1
-1
/
+1
*
randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior (#1...
Timothee Cour
2019-02-12
1
-0
/
+1
*
deprecated list comprehension (#10636)
Arne Döring
2019-02-12
1
-3
/
+4
*
Lowercase ext before querying the mimedb on mimetypes module, change isMainMo...
Juan Carlos
2019-02-12
1
-11
/
+29
*
better docs: times
narimiran
2019-02-11
1
-27
/
+93
*
Update mimetypes (#10621)
Juan Carlos
2019-02-11
1
-475
/
+1863
*
macros: add links in the docs [ci skip]
narimiran
2019-02-11
1
-0
/
+4
*
better docs: random (#10546)
Jjp137
2019-02-11
1
-66
/
+423
*
revive #10228 (fix #9880) (#10610)
Timothee Cour
2019-02-10
5
-13
/
+17
*
Add note on channel usage with spawn (#10627) [ci skip]
Federico Ceratto
2019-02-10
1
-3
/
+8
*
Use standard XML escaping
Emery Hemingway
2019-02-10
1
-4
/
+2
*
Expanded the typeinfo module's doc comment to warn that rtti will evolve and ...
Dean Thompson
2019-02-10
1
-4
/
+11
*
Fixes #10357 (#10618)
Juan Carlos
2019-02-10
1
-1
/
+1
*
sets: avoid calling countBits32 for 0 (#10619)
Brent Pedersen
2019-02-10
1
-3
/
+3
*
Implement `json.%` for tables and options
Oscar Nihlgård
2019-02-10
1
-1
/
+11
*
Misc macro things (#10612)
LemonBoy
2019-02-09
1
-13
/
+18
*
fix replacef typo in example
Kobi
2019-02-09
1
-1
/
+1
*
Fix compilation w/ Atomic[T] types (#10607)
LemonBoy
2019-02-09
1
-2
/
+2
*
Move cpp exception handler from system to excpt next to the signal handler (#...
cooldome
2019-02-08
2
-20
/
+18
*
Add summation algorithms (#9284)
b3liever
2019-02-08
1
-0
/
+78
*
macros.nim: minor comment change
Andreas Rumpf
2019-02-08
1
-2
/
+2
*
DOM module: re-add more missing stuff
Araq
2019-02-08
1
-1
/
+36
*
fixes #10602
Araq
2019-02-08
1
-2
/
+2
*
DOM module: add more missing stuff
Araq
2019-02-07
1
-0
/
+3
*
helpers2 now has a real name
Araq
2019-02-07
2
-1
/
+1
*
further system.nim cleanups
Andreas Rumpf
2019-02-06
5
-42
/
+31
*
system refactorings (#10559)
Andreas Rumpf
2019-02-06
13
-824
/
+816
*
fixes #10584 [backport]
Andreas Rumpf
2019-02-06
1
-3
/
+4
*
New implementation of times.between (#10523)
Oscar Nihlgård
2019-02-06
1
-81
/
+94
*
make travis green
Araq
2019-02-06
2
-2
/
+2
*
make streams.close more forgiving in order to break less code out there
Araq
2019-02-06
1
-1
/
+1
*
DOM.nim: fix regression, missing procs
Araq
2019-02-06
1
-0
/
+2
[next]