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
...
*
fix nim js cmp fails at CT (#16473)
flywind
2020-12-27
2
-9
/
+8
*
Avoid creating a holey array in makeNimstrLit for JS target (#16461)
Jonah Snider
2020-12-27
1
-3
/
+2
*
fix #16474 `unittest.check type1 is type2` gives CT error (#16476)
flywind
2020-12-27
1
-1
/
+2
*
Add missing HTTP codes (#16454)
Juan Carlos
2020-12-23
1
-3
/
+54
*
add `euclDiv` and `euclMod` to `math` (#16414)
flywind
2020-12-23
1
-0
/
+26
*
strip minor improvement (#16444)
flywind
2020-12-23
1
-1
/
+1
*
add sequtils to prelude (#16431)
shadowninja55
2020-12-23
1
-2
/
+2
*
mark abs as inline (#16432)
flywind
2020-12-22
1
-5
/
+5
*
[backport => 1.0] fix #16428 vmops now works for generic procs (#16429)
Timothee Cour
2020-12-22
1
-0
/
+2
*
styleCheck: Fix some inconsistent identifiers (#16177)
ee7
2020-12-21
20
-64
/
+64
*
docs minor for math (#16407)
flywind
2020-12-20
1
-2
/
+2
*
O(1) concatenation of singly- and doubly linked lists. (#16362)
Peter Salvi
2020-12-20
1
-1
/
+147
*
RST enumlist followup (#16382)
Andrey Makarov
2020-12-19
1
-7
/
+18
*
fix cmpIgnoreStyle bug (#16392)
flywind
2020-12-18
1
-0
/
+1
*
Fix osproc so that it doesn't close pipe/process/thread handles twice (#16385...
Tomohiro
2020-12-18
1
-18
/
+40
*
Make 'echo' raise IOErrors when appropriate (#16367)
Matt Haggard
2020-12-18
1
-8
/
+16
*
misc cleanups (#16383)
Timothee Cour
2020-12-18
1
-3
/
+3
*
fixes #16365 [backport] (#16381)
Andreas Rumpf
2020-12-17
1
-6
/
+7
*
use hexchar in stdlib (#16290)
flywind
2020-12-17
5
-67
/
+39
*
make the docs of strutils a bit better (#16368)
flywind
2020-12-17
1
-153
/
+150
*
fixes #16359 [backport] (#16377)
Andreas Rumpf
2020-12-17
1
-1
/
+1
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-1
/
+1
*
Adds toSet to create sets from iterables (#16276)
Jason Beetham
2020-12-14
1
-0
/
+32
*
sequtils.nim: Change some `func` back to `proc` (#16309)
ee7
2020-12-14
1
-28
/
+28
*
disabled sink openArray[T] for adding to seqs (#16352) [backport:1.4]
lqdev
2020-12-14
1
-1
/
+1
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
18
-115
/
+121
*
doc/rst2html: some few fixes for enumerated and bullet lists (#16295)
Andrey Makarov
2020-12-14
3
-30
/
+161
*
clean the docs of sequtils (#16332)
flywind
2020-12-14
1
-97
/
+89
*
Added strscans.scanTuple (#16300)
Jason Beetham
2020-12-12
1
-1
/
+50
*
Fix #14259 #15621 (#16322) [backport:1.4]
rockcavera
2020-12-12
1
-4
/
+11
*
improve tests for collections (#16328)
Timothee Cour
2020-12-12
1
-63
/
+45
*
add math.isNaN (#16179)
Timothee Cour
2020-12-11
2
-0
/
+22
*
fix partially #13115 (now works for cpp; but still fails for js on openbsd) (...
Timothee Cour
2020-12-11
1
-10
/
+22
*
unittest: use defines instead of env vars (#16165)
Timothee Cour
2020-12-10
1
-35
/
+55
*
rationals.nim: Use `func` everywhere (#16302)
ee7
2020-12-09
1
-41
/
+41
*
clean up old codes (#16284)
flywind
2020-12-09
1
-144
/
+101
*
sequtils.nim: Use `func` (#16293)
ee7
2020-12-09
2
-47
/
+47
*
complex.nim: Use `func` everywhere (#16294)
ee7
2020-12-09
1
-60
/
+60
*
Revert "use generics in random (#16283)" (#16291)
flywind
2020-12-09
1
-15
/
+33
*
Added Python to highlite module. (#16286)
Xabier Bello
2020-12-08
1
-14
/
+30
*
math.nim: Use `func` everywhere (#16285)
ee7
2020-12-07
1
-270
/
+268
*
strutils.nim: Use `func` everywhere (#16281)
ee7
2020-12-07
1
-325
/
+294
*
use generics in random (#16283)
flywind
2020-12-07
1
-33
/
+15
*
use funcs and fix links in strutils (#16277)
flywind
2020-12-07
1
-14
/
+8
*
fix parseChar see #16240 (#16245)
Pietro Peterlongo
2020-12-06
1
-3
/
+14
*
[docs minor]space for code-block (#16266)
flywind
2020-12-06
1
-9
/
+3
*
fix #16206 (#16207)
flywind
2020-12-06
1
-1
/
+69
*
[docs minor] remove unicode in docs comments (#16267)
flywind
2020-12-06
2
-3
/
+3
*
ORC: make the adaptive strategy the default in order to fight memory consumpt...
Andreas Rumpf
2020-12-05
1
-6
/
+13
*
fixes #16214 [backport] (#16252)
Andreas Rumpf
2020-12-04
2
-8
/
+8
[prev]
[next]