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
/
testament
Commit message (
Expand
)
Author
Age
Files
Lines
*
add tests for Testament "reject" action (#15709)
n5m
2020-10-27
1
-0
/
+7
*
add criterion to important packages (#15604)
Andy Davidoff
2020-10-26
1
-0
/
+1
*
Revert "workaround https://github.com/citycide/glob/issues/49 glob broken (#1...
Bo Lingen
2020-10-26
1
-1
/
+1
*
Try to fix CI failures (#15701)
Clyybber
2020-10-24
2
-130
/
+120
*
expect valgrind test failure on memory leak (#15669)
n5m
2020-10-22
1
-0
/
+17
*
workaround https://github.com/citycide/glob/issues/49 glob broken (#15647)
Timothee Cour
2020-10-19
1
-1
/
+1
*
fix #15631 (#15632)
n5m
2020-10-19
2
-7
/
+14
*
make testing for prologue more stable (#15491)
flywind
2020-10-05
1
-1
/
+1
*
cursor inference: makes combparser work; refactorings (#15411)
Andreas Rumpf
2020-09-26
1
-1
/
+1
*
testament improvement: allow inline error messages inside test cases (#15294)
Andreas Rumpf
2020-09-10
2
-11
/
+133
*
replace / with _ in trId (#15256)
Silvio
2020-09-02
1
-1
/
+1
*
fixes #15210 [backport:1.2] (#15237)
Andreas Rumpf
2020-08-31
1
-1
/
+1
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
1
-2
/
+2
*
Change testing commands for some packages (#15041)
Miran
2020-07-22
1
-6
/
+4
*
enable 'nimterop' test
narimiran
2020-07-20
1
-1
/
+1
*
fix #14822 copy test into var in matrix process, so can reset startTime befor...
Bung
2020-07-17
1
-4
/
+6
*
Clean up macros (#14959)
Juan Carlos
2020-07-14
1
-1
/
+1
*
Fix style inconsistencies due to the previous commit
narimiran
2020-07-06
4
-13
/
+13
*
revert 0944b0f4
narimiran
2020-07-06
4
-13
/
+13
*
deprecate existsDir; use dirExists instead (#14884)
Timothee Cour
2020-07-03
1
-1
/
+1
*
{.deprecated: [existsFile: fileExists].} (#14735)
Timothee Cour
2020-07-02
2
-2
/
+2
*
CI openbsd: 3x batching via NIM_TESTAMENT_BATCH ; overall CI finishes in 21m ...
Timothee Cour
2020-06-30
1
-0
/
+3
*
fix `./koch tests` following #14823 (#14845)
Timothee Cour
2020-06-28
1
-1
/
+2
*
testament: generic N-fold batching: windows CI 37mn=>16m (#14823)
Timothee Cour
2020-06-27
3
-5
/
+41
*
Testament: Reenable arraymancer (#14831)
Clyybber
2020-06-27
1
-1
/
+1
*
followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent i...
Timothee Cour
2020-06-26
1
-1
/
+1
*
CI: Install the pkg we cloned (#14770)
Clyybber
2020-06-24
2
-25
/
+45
*
cleanup [ci skip]
narimiran
2020-06-24
1
-1
/
+0
*
Fix Norm test path. (#14779)
Constantine Molchanov
2020-06-24
1
-1
/
+1
*
Enable fidget in important_packages. (#14742)
treeform
2020-06-23
1
-2
/
+1
*
misc testament cleanups (#14764)
Timothee Cour
2020-06-23
2
-25
/
+16
*
unbreak CI, refs https://github.com/timotheecour/Nim/issues/167 (#14765)
Timothee Cour
2020-06-22
1
-1
/
+2
*
add legacy workaround; improve test so that it actually tests for the bugfix
Timothee Cour
2020-06-19
1
-1
/
+1
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
1
-1
/
+0
*
`addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...
Timothee Cour
2020-06-16
3
-7
/
+16
*
make tests/stdlib tests joinable (#14626)
Timothee Cour
2020-06-15
1
-13
/
+20
*
normalizeExe (#14668)
Timothee Cour
2020-06-15
1
-8
/
+3
*
fix #13166 tioselectors flaky test on freebsd+OSX (#14634)
Timothee Cour
2020-06-12
1
-1
/
+2
*
hotfix disable nitter refs https://github.com/timotheecour/Nim/issues/167 (#1...
Timothee Cour
2020-06-08
1
-1
/
+2
*
fix https://github.com/timotheecour/Nim/issues/266 retry on failure to avoid ...
Timothee Cour
2020-06-02
1
-3
/
+4
*
fix #14421 items uses lent T (#14447)
Timothee Cour
2020-05-29
1
-2
/
+2
*
docgen: mangling using _. instead of @@ to avoid issue (#14454)
Timothee Cour
2020-05-26
1
-0
/
+9
*
fix #6583, fix #14376, index+search now generated for all projects, many bug ...
Timothee Cour
2020-05-25
2
-20
/
+14
*
trunner was not actually being tested in non-CTFFI mode; minor testament clea...
Timothee Cour
2020-05-19
2
-5
/
+38
*
install gtk3 on osx for package testing (#14388)
Miran
2020-05-18
1
-7
/
+0
*
Speed up testing of some packages (#14358)
Danil Yarantsev
2020-05-15
1
-6
/
+6
*
fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding servic...
Timothee Cour
2020-05-13
3
-0
/
+41
*
diable nimx (CI failure) refs https://github.com/timotheecour/Nim/issues/167 ...
Timothee Cour
2020-05-10
1
-1
/
+1
*
Split testing important packages into two jobs (#14256)
Miran
2020-05-07
2
-131
/
+152
*
fix regression: -d:nimHasLibFFI was not being tested anymore (#14234)
Timothee Cour
2020-05-06
1
-1
/
+1
[next]