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
/
misc
/
trunner.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #23914; jsondoc broken in devel (#23916)
ringabout
2024-08-11
1
-2
/
+4
*
produce better code for object constructions and 'result' [backport] (#22668)
Andreas Rumpf
2023-09-11
1
-4
/
+7
*
some test cleanups & category reorganization (#22010)
metagn
2023-06-06
1
-1
/
+1
*
fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...
ringabout
2023-05-29
1
-2
/
+1
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
1
-2
/
+2
*
fixes a CI error (#20834)
ringabout
2022-11-14
1
-1
/
+1
*
fixes #11953; jsondoc creates no files unless the htmldocs dir is created (#2...
ringabout
2022-08-20
1
-0
/
+16
*
fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign...
ringabout
2022-08-19
1
-0
/
+6
*
closes #15316; add testcase (#20213)
ringabout
2022-08-13
1
-0
/
+6
*
fixes #20132; fixes the broken jsondoc comand [backport] (#20135)
ringabout
2022-08-04
1
-0
/
+17
*
fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1...
flywind
2022-03-26
1
-0
/
+5
*
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...
Timothee Cour
2021-08-13
1
-3
/
+13
*
followup #18362: make `UnusedImport` work robustly (#18366)
Timothee Cour
2021-06-27
1
-1
/
+25
*
support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)
Timothee Cour
2021-06-20
1
-6
/
+3
*
merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...
Timothee Cour
2021-06-14
1
-1
/
+1
*
fixes #18058 (#18162)
Andreas Rumpf
2021-06-03
1
-2
/
+2
*
remove some custom logic in testament around flags, testExec (#18090)
Timothee Cour
2021-05-26
1
-3
/
+30
*
testament :show duration also for failed tests; improve `tshould_not_work`; m...
Timothee Cour
2021-05-08
1
-0
/
+2
*
fix #17853 (ascii message separator broke json nim dump) (#17887)
Timothee Cour
2021-04-29
1
-0
/
+11
*
Implement https://forum.nim-lang.org/t/7848#50018 (#17874)
c-blake
2021-04-29
1
-1
/
+1
*
`--usenimcache` (implied by `nim r main`) now caches some compile options to ...
Timothee Cour
2021-04-25
1
-12
/
+36
*
add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)
Timothee Cour
2021-04-23
1
-1
/
+1
*
unit separator (#17730)
Andreas Rumpf
2021-04-20
1
-2
/
+2
*
fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e main....
flywind
2021-04-01
1
-0
/
+9
*
remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)
Timothee Cour
2021-02-02
1
-5
/
+2
*
Make test independent of repo location (#16571)
Clyybber
2021-01-03
1
-3
/
+1
*
Revert "Make config processing order test more robust" (#16561)
flywind
2021-01-03
1
-1
/
+1
*
Make config processing order test more robust
Clyybber
2021-01-02
1
-1
/
+1
*
fix #16526 run config.nims before foo.nim.cfg (#16557)
Timothee Cour
2021-01-02
1
-0
/
+19
*
fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...
Timothee Cour
2020-12-30
1
-8
/
+56
*
add test for --eval; fix a minor bug (#16224)
Timothee Cour
2020-12-01
1
-0
/
+6
*
Correct all eggs (#15906)
Miran
2020-11-10
1
-1
/
+1
*
{.deprecated: [existsFile: fileExists].} (#14735)
Timothee Cour
2020-07-02
1
-1
/
+1
*
walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...
Timothee Cour
2020-06-01
1
-5
/
+2
*
docgen: mangling using _. instead of @@ to avoid issue (#14454)
Timothee Cour
2020-05-26
1
-19
/
+19
*
fix #6583, fix #14376, index+search now generated for all projects, many bug ...
Timothee Cour
2020-05-25
1
-12
/
+89
*
trunner was not actually being tested in non-CTFFI mode; minor testament clea...
Timothee Cour
2020-05-19
1
-0
/
+144