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
*
ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040)
Andreas Rumpf
2021-05-18
1
-0
/
+13
*
jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...
Timothee Cour
2021-05-18
1
-0
/
+13
*
follow-up #17930 - inline syntax highlighting (#18013)
Andrey Makarov
2021-05-16
1
-0
/
+21
*
fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...
Timothee Cour
2021-05-16
2
-1
/
+43
*
more informative error msg for undeclared field (`A(badfield: 1)` and `a.badf...
Timothee Cour
2021-05-16
1
-0
/
+40
*
Rework DFA traversal (#18016)
Clyybber
2021-05-16
1
-0
/
+34
*
RST opt.list to have priority over def.list (#17845)
Andrey Makarov
2021-05-15
1
-0
/
+26
*
Revert "fix #14873 properly by skipping `abi` field in importc type (#17944)"...
Andreas Rumpf
2021-05-15
1
-17
/
+1
*
refs #18011 disable some newly failing tests on cpp windows; refs #17946 incr...
Timothee Cour
2021-05-14
4
-4
/
+10
*
jsonutils: handle holey enum as regular enum, via ord (#17995)
Timothee Cour
2021-05-11
1
-3
/
+3
*
jsonutils: support set (#17994)
Timothee Cour
2021-05-11
1
-0
/
+6
*
improve std/tempfiles (#17920)
Timothee Cour
2021-05-11
1
-10
/
+42
*
fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)
Timothee Cour
2021-05-11
1
-4
/
+27
*
make testament `isSuccess` more robust and allow tests with `--hints:off` to ...
Timothee Cour
2021-05-11
2
-4
/
+5
*
Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967...
Andreas Rumpf
2021-05-09
1
-12
/
+0
*
close #9039: compiler does not hang anymore in 1 case involving static params...
Timothee Cour
2021-05-09
1
-0
/
+24
*
Fix parseUri to sanitize urls containing ASCII newline or tab (#17967)
Beshr Kayali
2021-05-09
1
-0
/
+12
*
fix #17960: honor `matrix` also for `action: compile, action: reject` (#17980)
Timothee Cour
2021-05-09
1
-2
/
+2
*
testament :show duration also for failed tests; improve `tshould_not_work`; m...
Timothee Cour
2021-05-08
4
-20
/
+52
*
ORC: cursor inference bugfix (#17973)
Andreas Rumpf
2021-05-08
1
-1
/
+46
*
add astmsgs; add `declared in` msg for usage lint errors (#17961)
Timothee Cour
2021-05-08
2
-8
/
+9
*
improve tbase64.nim (#17964)
Timothee Cour
2021-05-07
1
-12
/
+6
*
fix tests/vm/tcastint.nim which used non-sensical `when defined nimVM` (and c...
Timothee Cour
2021-05-08
1
-11
/
+21
*
fix #17952: fix both false positives and false negatives for reInvalidSpec (#...
Timothee Cour
2021-05-08
4
-31
/
+40
*
fix #14873 properly by skipping `abi` field in importc type (#17944)
Timothee Cour
2021-05-07
1
-1
/
+17
*
fixes #15848 [backport:1.2] (#17959)
Andreas Rumpf
2021-05-07
1
-0
/
+23
*
follow-up #17837: add `Console` for interactive sessions (#17930)
Andrey Makarov
2021-05-06
1
-2
/
+15
*
fix https://github.com/timotheecour/Nim/issues/718: CompileTime is not cached...
Timothee Cour
2021-05-05
1
-2
/
+5
*
add logging to help investigate why tests/vm/tconst.nim is flaky (#17934)
Timothee Cour
2021-05-04
1
-1
/
+1
*
highlite: fix #17890 - tokenize Nim escape seq-s (#17919)
Andrey Makarov
2021-05-03
1
-0
/
+13
*
close #16123 std/sets with closures in cpp (#17921)
Timothee Cour
2021-05-03
1
-5
/
+13
*
typo: nonexistant => nonexistent (#17918)
Timothee Cour
2021-05-02
10
-25
/
+25
*
fix #17911 rawProc for cpp (#17912)
Timothee Cour
2021-05-01
2
-4
/
+72
*
system.nim cleanup some exported constants which should never have be… (#17...
Andreas Rumpf
2021-05-01
1
-1
/
+1
*
misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl...
Timothee Cour
2021-05-01
3
-43
/
+37
*
Fix nim-lang/nimforum#285 - punctuation after URL (#17908)
Andrey Makarov
2021-05-01
1
-0
/
+50
*
close #16646; `since` now works with bootstrap nim post csources_v1 (#17895)
Timothee Cour
2021-04-30
1
-1
/
+1
*
Small parser loop fix (#17904)
Clyybber
2021-04-30
1
-1
/
+4
*
more strict RST inline markup parsing (#17827)
Andrey Makarov
2021-04-29
1
-0
/
+161
*
improve tsets.nim, twrong_setconstr.nim and avoid name clashes with compiler ...
Timothee Cour
2021-04-29
2
-338
/
+63
*
fix #17853 (ascii message separator broke json nim dump) (#17887)
Timothee Cour
2021-04-29
2
-2
/
+16
*
[std/encodings]move to tests (#17866)
flywind
2021-04-29
1
-0
/
+73
*
Implement https://forum.nim-lang.org/t/7848#50018 (#17874)
c-blake
2021-04-29
1
-1
/
+1
*
Fix #17712 (#17873)
Clyybber
2021-04-27
1
-0
/
+11
*
testament: add `nimoutFull: bool` spec (#17867)
Timothee Cour
2021-04-27
2
-2
/
+8
*
[std/pegs] increase test coverage (#17871)
flywind
2021-04-27
1
-4
/
+154
*
fix #17859; rename tests so they run in CI; merge several tests with nim chec...
Timothee Cour
2021-04-27
7
-54
/
+44
*
fix typo in test name undeclared_routime.nim => undeclared_routine.nim (#17861)
Timothee Cour
2021-04-26
7
-17
/
+17
*
fix gbk encodings on windows (#17843)
flywind
2021-04-26
1
-0
/
+25
*
Remove confusing <//> (#17830)
flywind
2021-04-26
1
-1
/
+6
[next]