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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix nim js cmp fails at CT (#16473)
flywind
2020-12-27
2
-15
/
+41
*
fix #16474 `unittest.check type1 is type2` gives CT error (#16476)
flywind
2020-12-27
1
-0
/
+19
*
add `euclDiv` and `euclMod` to `math` (#16414)
flywind
2020-12-23
1
-0
/
+28
*
strip minor improvement (#16444)
flywind
2020-12-23
1
-0
/
+13
*
[backport => 1.0] fix #16428 vmops now works for generic procs (#16429)
Timothee Cour
2020-12-22
1
-0
/
+4
*
O(1) concatenation of singly- and doubly linked lists. (#16362)
Peter Salvi
2020-12-20
1
-1
/
+68
*
RST enumlist followup (#16382)
Andrey Makarov
2020-12-19
1
-3
/
+39
*
active windows tests and use doAssert (#16395)
flywind
2020-12-18
1
-11
/
+10
*
fix cmpIgnoreStyle bug (#16392)
flywind
2020-12-18
1
-0
/
+11
*
Make 'echo' raise IOErrors when appropriate (#16367)
Matt Haggard
2020-12-18
1
-0
/
+11
*
fixes #16365 [backport] (#16381)
Andreas Rumpf
2020-12-17
1
-1
/
+31
*
use hexchar in stdlib (#16290)
flywind
2020-12-17
1
-0
/
+27
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
3
-0
/
+14
*
improve tstrutils: test c, cpp, js, vm; cleanups (#16357)
Timothee Cour
2020-12-15
2
-676
/
+689
*
Adds toSet to create sets from iterables (#16276)
Jason Beetham
2020-12-14
1
-0
/
+14
*
doc/rst2html: some few fixes for enumerated and bullet lists (#16295)
Andrey Makarov
2020-12-14
1
-0
/
+138
*
fix #16330 tshould_not_work (#16342)
Timothee Cour
2020-12-14
1
-3
/
+1
*
fix #16265; fix #13999 (HCR on OSX); cgen now does not line wrap string litte...
Timothee Cour
2020-12-14
1
-2
/
+15
*
testament: error instead of silently ignore invalid targets; remove pointless...
Timothee Cour
2020-12-14
22
-22
/
+21
*
add testcase for #15937 (#15933)
Bung
2020-12-13
1
-0
/
+6
*
Added strscans.scanTuple (#16300)
Jason Beetham
2020-12-12
1
-0
/
+51
*
improve tests for collections (#16328)
Timothee Cour
2020-12-12
5
-179
/
+182
*
add math.isNaN (#16179)
Timothee Cour
2020-12-11
1
-5
/
+26
*
fix partially #13115 (now works for cpp; but still fails for js on openbsd) (...
Timothee Cour
2020-12-11
1
-10
/
+36
*
enable tests for random (#16297)
flywind
2020-12-10
1
-34
/
+41
*
unittest: use defines instead of env vars (#16165)
Timothee Cour
2020-12-10
4
-19
/
+6
*
fix #16150 improve type mismatch errors (#16152)
Timothee Cour
2020-12-09
1
-0
/
+1
*
rationals.nim: Use `func` everywhere (#16302)
ee7
2020-12-09
1
-0
/
+1
*
sequtils.nim: Use `func` (#16293)
ee7
2020-12-09
1
-0
/
+1
*
complex.nim: Use `func` everywhere (#16294)
ee7
2020-12-09
1
-0
/
+1
*
Added Python to highlite module. (#16286)
Xabier Bello
2020-12-08
1
-4
/
+20
*
math.nim: Use `func` everywhere (#16285)
ee7
2020-12-07
1
-1
/
+9
*
strutils.nim: Use `func` everywhere (#16281)
ee7
2020-12-07
2
-5
/
+5
*
fix #16206 (#16207)
flywind
2020-12-06
1
-17
/
+72
*
ORC: make the adaptive strategy the default in order to fight memory consumpt...
Andreas Rumpf
2020-12-05
2
-1
/
+39
*
RST tables: fix latex col number; allow less than three of `=` (#16040)
Andrey Makarov
2020-12-04
1
-4
/
+182
*
cleanup docs and tests (#16235)
flywind
2020-12-03
1
-9
/
+9
*
add collect with infered init, refs #16078 fixes #14332 (#16089)
Antonis Geralis
2020-12-03
1
-3
/
+19
*
add support for parsing chars in `scanf` macro (#16240)
Miran
2020-12-03
1
-1
/
+18
*
fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(...
Timothee Cour
2020-12-03
1
-0
/
+66
*
Fixes #16219, `hasArgOfName` ignoring argument sets. (#16233)
Aditya Siram
2020-12-03
1
-0
/
+9
*
merge two parsecfg tests into one (#16237)
flywind
2020-12-03
2
-76
/
+77
*
styleCheck: Fix error for `sugar` and `std/with` (#16176)
ee7
2020-12-02
1
-1
/
+1
*
fixed article duplication typos (#16216)
ihlec
2020-12-02
2
-2
/
+2
*
add test for --eval; fix a minor bug (#16224)
Timothee Cour
2020-12-01
1
-0
/
+6
*
nimout now consistently uses nimoutCheck (#16189)
Timothee Cour
2020-12-01
2
-8
/
+14
*
error instead of echo when testament category is empty; fix realtimeGC (#16162)
Timothee Cour
2020-12-01
6
-46
/
+29
*
better addInt (#16160)
flywind
2020-12-01
1
-0
/
+46
*
fix broken => for typed procs with pragmas (#16190)
hlaaftana
2020-12-01
1
-0
/
+13
*
Revert "fix #16185 (#16195)" (#16197)
Andreas Rumpf
2020-11-30
1
-50
/
+1
[next]