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
*
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
*
Re-enabling INim (#14215)
Tristram Oaten
2020-05-04
1
-1
/
+1
*
test even more packages
narimiran
2020-04-30
1
-1
/
+19
*
add 14 more packages to 'important_packages' (#14141)
Miran
2020-04-28
1
-2
/
+14
*
fixes #14112, tests for #12892, #12671, #11697 (#14125)
hlaaftana
2020-04-26
1
-0
/
+2
*
fix nim CI; fix local testament (#14102)
Timothee Cour
2020-04-24
1
-4
/
+5
*
testament: don't try to test nimgrep if it's not there [backport:1.2] (#14085)
alaviss
2020-04-24
1
-3
/
+4
*
Fix #14091 and #14093 - test failures on NetBSD (#14096)
Euan
2020-04-24
1
-0
/
+2
*
testament: don't rely on Nim source structure [backport:1.2] (#14077)
alaviss
2020-04-23
1
-1
/
+1
*
#12103 - CI for OpenBSD (#12105)
Euan
2020-04-21
1
-0
/
+2
*
add timezones package to important_packages (#13987)
Miran
2020-04-15
1
-0
/
+1
*
Fix https://github.com/inim-repl/INim/issues/66 (#13984)
Timothee Cour
2020-04-15
1
-1
/
+1
*
enable important_pkg on OSX (#13954)
Timothee Cour
2020-04-14
1
-1
/
+9
*
Test packages on Linux (#13921)
Miran
2020-04-08
1
-2
/
+1
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
2
-7
/
+19
*
Fix telebot test failed, closes ba0f3/telebot.nim#49 [ref #13812] (#13814)
Huy Doan
2020-03-31
1
-1
/
+1
*
faster CIs (#13803)
Miran
2020-03-30
2
-11
/
+3
*
allow category nimble-packages to test a single package (#13576)
Arne Döring
2020-03-18
2
-3
/
+4
*
fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647)
Timothee Cour
2020-03-17
1
-1
/
+1
*
disable nimgame2 for now
Araq
2020-03-13
1
-1
/
+1
*
disable chronos testing for now
Araq
2020-03-11
1
-1
/
+2
*
[ci skip] important_packages: change the order in commented out packages too
narimiran
2020-03-04
1
-6
/
+6
*
important_packages: change the order of arguments in the template (#13577)
Miran
2020-03-03
2
-55
/
+52
*
fix broken nim CI, disable blscurve (#13555)
Timothee Cour
2020-03-02
1
-1
/
+1
*
add ggplotnim to important_packages (#13206)
Miran
2020-02-14
1
-0
/
+1
*
testament: this now works: "testament r /abspath/to/test.nim" (#13358)
Timothee Cour
2020-02-09
1
-2
/
+4
*
testament: introduce 'matrix' for testing multiple options (#13343)
Miran
2020-02-07
2
-18
/
+29
*
miscellaneous bug fixes (#13291)
Timothee Cour
2020-01-30
1
-1
/
+1
*
testament/azure: major rewrite (#13246)
alaviss
2020-01-25
2
-77
/
+125
*
compiler/ccgtypes: hide exportc proc unless it has dynlib (#13199)
alaviss
2020-01-20
1
-0
/
+4
*
fix tsizeof3 for aarch64 (#13169)
Jasper Jenkins
2020-01-16
1
-0
/
+2
*
make SuccessX show project file + output file (#13043)
Timothee Cour
2020-01-08
1
-3
/
+7
*
Modify the test command for nimly (nimble-package) (#13053)
loloiccl
2020-01-07
1
-1
/
+1
*
testament/important_packages dont run hts (#13052)
Brent Pedersen
2020-01-07
1
-1
/
+1
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
3
-4
/
+7
*
#12103 - CI for FreeBSD (#12179)
Euan
2019-11-29
1
-0
/
+2
*
[backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...
3n-k1
2019-11-28
4
-13
/
+13
*
test suite: rename tests containing 'fail' for easier search in logs
Araq
2019-11-26
1
-1
/
+1
*
ARC: ported the GC tests over to --gc:arc
Araq
2019-11-26
1
-1
/
+7
*
attempt to add valgrind support to the CIs and testament (#12646)
Andreas Rumpf
2019-11-18
2
-7
/
+20
*
a better way to test Arraymancer
narimiran
2019-11-13
1
-2
/
+2
*
remove deprecated procs (#12535)
Andreas Rumpf
2019-11-05
1
-33
/
+37
*
better testing for nimcrypto; re-enable chronos testing (#12560)
Andreas Rumpf
2019-10-31
1
-2
/
+2
*
disable package 'chronos' for now
narimiran
2019-10-24
1
-1
/
+1
[next]