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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
macros.treeRepr + friends: collapse SymChoice (#18072)
Timothee Cour
2021-06-05
1
-22
/
+41
*
Ref #18177 - lbgc.so.5.0 on OpenBSD 6.9 (#18180)
Euan
2021-06-04
1
-1
/
+1
*
fix #7295: use move(result) inside template to avoid copy with --gc:refc (#18...
Timothee Cour
2021-06-04
1
-10
/
+10
*
workaround bug in sharedtables.withValue to unblock frozen CI on OSX (#18172)
flywind
2021-06-04
1
-0
/
+4
*
simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100)
Timothee Cour
2021-06-03
1
-1
/
+17
*
Revert "add missing import to asynchttpserver's example" (#18164)
flywind
2021-06-03
1
-1
/
+1
*
clarify what a 'monotonic' timestamp is (#18163)
Andreas Rumpf
2021-06-03
1
-3
/
+2
*
add missing import to asynchttpserver's example
narimiran
2021-06-03
1
-1
/
+1
*
Improve db_postgres iterators (#18144)
Artem Klevtsov
2021-06-03
1
-62
/
+117
*
reuse algorithm.fill while building SkipTable (#18138)
n5m
2021-06-03
1
-12
/
+2
*
added lib/deps.txt
Araq
2021-06-03
1
-0
/
+14
*
added float32 schubfach algorithm; wip (#18155)
Andreas Rumpf
2021-06-03
3
-0
/
+468
*
Ref #17697 improve withValue docs (#18154)
flywind
2021-06-03
1
-31
/
+50
*
[std/tables] remove unnecessary `do: ` (#18160)
flywind
2021-06-02
1
-10
/
+16
*
[std/hashcommon]improve docs a bit (#18153)
flywind
2021-06-02
1
-3
/
+3
*
fix #16993, #18054, #17835 runnableExamples now works with templates and nest...
Timothee Cour
2021-06-02
1
-29
/
+18
*
use dragonbox algorithm; alternative to #18008 (#18139)
Andreas Rumpf
2021-06-01
2
-46
/
+1398
*
docs: Latex generation improvements (#18141)
Andrey Makarov
2021-06-01
2
-62
/
+96
*
close #18129 Add setCurrentException for JS backend (#18145)
flywind
2021-06-01
1
-0
/
+3
*
[std/re] fix findBounds and find procs (#18028)
flywind
2021-05-31
1
-2
/
+2
*
jsonutils.toJson now serializes JsonNode as is by default (#18097)
Timothee Cour
2021-05-31
1
-4
/
+16
*
add `os.getCacheDir` (#18126)
Timothee Cour
2021-05-31
1
-6
/
+38
*
improve fast returns of find and rfind (#18127)
n5m
2021-05-31
1
-1
/
+3
*
document macros.unpackVarargs (#18106)
Timothee Cour
2021-05-31
1
-0
/
+15
*
dont silence hints in system.nim (#18034)
Timothee Cour
2021-05-30
1
-2
/
+2
*
hashes for refs should be an opt-in feature (#18098)
Miran
2021-05-30
1
-1
/
+1
*
close #16569: deprecated `reversed(a, start, last)` overload, use toOpenArray...
Timothee Cour
2021-05-30
1
-30
/
+11
*
Move async example to asynchronous version of proc (#18078)
xioren
2021-05-24
1
-7
/
+14
*
close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish...
Timothee Cour
2021-05-23
1
-1
/
+1
*
docs: make inline markup more compatible with Markdown (#18053)
Andrey Makarov
2021-05-21
3
-50
/
+99
*
asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport...
Ștefan Talpalaru
2021-05-19
2
-15
/
+33
*
make strformat part of the prelude (#18046)
Andreas Rumpf
2021-05-19
1
-1
/
+1
*
ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040)
Andreas Rumpf
2021-05-18
1
-0
/
+4
*
jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...
Timothee Cour
2021-05-18
2
-13
/
+95
*
add sink and lent annotations for xmltree and streams (#18037)
Antonis Geralis
2021-05-18
2
-16
/
+16
*
Add `checked` to dom (#18033)
Joey
2021-05-17
1
-0
/
+3
*
follow-up #17930 - inline syntax highlighting (#18013)
Andrey Makarov
2021-05-16
1
-11
/
+14
*
fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...
Timothee Cour
2021-05-16
2
-50
/
+74
*
Revert "[std/re]fix terrible and strange interface" (#18027)
flywind
2021-05-16
1
-6
/
+6
*
[std/re]fix terrible and strange interface
flywind
2021-05-16
1
-6
/
+6
*
Escape `%00` / `\0` in `dbQuote` (#18015) [backport:1.4]
Thomas T. Jarløv
2021-05-15
1
-1
/
+3
*
RST opt.list to have priority over def.list (#17845)
Andrey Makarov
2021-05-15
1
-2
/
+2
*
Revert "fix #14873 properly by skipping `abi` field in importc type (#17944)"...
Andreas Rumpf
2021-05-15
2
-0
/
+13
*
refs #18011 disable some newly failing tests on cpp windows; refs #17946 incr...
Timothee Cour
2021-05-14
1
-4
/
+4
*
`doc2tex`: generate docs to Latex (#17997)
Andrey Makarov
2021-05-14
2
-30
/
+33
*
ORC: progress (#18000)
Andreas Rumpf
2021-05-12
3
-10
/
+24
*
jsonutils: handle holey enum as regular enum, via ord (#17995)
Timothee Cour
2021-05-11
1
-0
/
+3
*
jsonutils: support set (#17994)
Timothee Cour
2021-05-11
1
-1
/
+5
*
improve std/tempfiles (#17920)
Timothee Cour
2021-05-11
2
-23
/
+52
*
fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)
Timothee Cour
2021-05-11
1
-57
/
+36
[next]