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
*
macros.treeRepr + friends: collapse SymChoice (#18072)
Timothee Cour
2021-06-05
2
-28
/
+114
*
fixes #18058 (#18162)
Andreas Rumpf
2021-06-03
2
-4
/
+4
*
added float32 schubfach algorithm; wip (#18155)
Andreas Rumpf
2021-06-03
1
-0
/
+5
*
fix #16993, #18054, #17835 runnableExamples now works with templates and nest...
Timothee Cour
2021-06-02
3
-3
/
+67
*
add string-string tests for find and rfind (#18137)
n5m
2021-06-02
1
-3
/
+98
*
fixes #18059 (#18140)
Andreas Rumpf
2021-06-02
1
-0
/
+35
*
use dragonbox algorithm; alternative to #18008 (#18139)
Andreas Rumpf
2021-06-01
1
-4
/
+4
*
docs: Latex generation improvements (#18141)
Andrey Makarov
2021-06-01
1
-2
/
+2
*
close #18129 Add setCurrentException for JS backend (#18145)
flywind
2021-06-01
1
-0
/
+8
*
Fixes #5034 illformed AST from getImpl with proc returning value (#17976)
Dylan Modesitt
2021-05-31
1
-0
/
+31
*
jsonutils.toJson now serializes JsonNode as is by default (#18097)
Timothee Cour
2021-05-31
1
-0
/
+22
*
add `os.getCacheDir` (#18126)
Timothee Cour
2021-05-31
1
-0
/
+3
*
fix #16256: nimout: <empty> should give error (vacuously true); improve a few...
Timothee Cour
2021-05-31
6
-106
/
+68
*
fix #18113 (#18124)
Saem Ghani
2021-05-31
2
-0
/
+15
*
improve fast returns of find and rfind (#18127)
n5m
2021-05-31
1
-0
/
+28
*
document macros.unpackVarargs (#18106)
Timothee Cour
2021-05-31
2
-0
/
+51
*
hashes for refs should be an opt-in feature (#18098)
Miran
2021-05-30
2
-0
/
+2
*
Fixes #17849 (#18055) [backport:1.2]
Yuriy Glukhov
2021-05-30
1
-1
/
+15
*
Disable tasynchttpserver_transferencoding on FreeBSD (#18122)
vabresto
2021-05-29
1
-0
/
+1
*
fix #17456 flaky test tasynchttpserver_transferencoding (#18052)
vabresto
2021-05-28
1
-23
/
+32
*
testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087)
Timothee Cour
2021-05-26
4
-82
/
+10
*
change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...
Timothee Cour
2021-05-26
5
-5
/
+5
*
fix #18077 testament now parses `cmd` properly (#18086)
Timothee Cour
2021-05-26
1
-0
/
+21
*
close #3482 no more cgen error with typed templates (#18094)
Timothee Cour
2021-05-26
1
-0
/
+15
*
remove some custom logic in testament around flags, testExec (#18090)
Timothee Cour
2021-05-26
2
-9
/
+30
*
close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish...
Timothee Cour
2021-05-23
1
-1
/
+16
*
close #5540 generic object with generic field evaluated too early (#18062)
Timothee Cour
2021-05-23
1
-0
/
+45
*
docs: make inline markup more compatible with Markdown (#18053)
Andrey Makarov
2021-05-21
2
-10
/
+67
*
config system: special case -d:release and -d:danger [backport:1.4] (#18051)
Andreas Rumpf
2021-05-20
2
-2
/
+4
*
asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport...
Ștefan Talpalaru
2021-05-19
1
-2
/
+2
*
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
[next]