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
Commit message (
Expand
)
Author
Age
Files
Lines
*
alternative to #18185 (#18206)
flywind
2021-06-07
1
-1
/
+4
*
change mimedb stroe stringtable to orderedtable (#18065)
Bung
2021-06-07
2
-3
/
+5
*
koch: print help if no command is given (#18199)
Federico Ceratto
2021-06-07
1
-1
/
+2
*
fix 18186 with adding importc _umul128 (#18200)
slangmgh
2021-06-07
2
-1
/
+3
*
update docgen documentation (#18192)
Andrey Makarov
2021-06-06
3
-48
/
+83
*
make changeDetectedViaJsonBuildInstructions warning less verbose when json fi...
Timothee Cour
2021-06-06
1
-1
/
+1
*
fix #18178, set a CI timeout for github action pipelines instead of the 6 hou...
Timothee Cour
2021-06-05
2
-0
/
+2
*
up to 20x faster jsonutils deserialization (#18183)
Timothee Cour
2021-06-05
1
-6
/
+6
*
rst: remove `roSkipPounds` option (#18175)
Andrey Makarov
2021-06-05
1
-24
/
+4
*
add `dom.scrollIntoView` with options; refs #18093 (#18181)
Rainbow Asteroids
2021-06-05
2
-0
/
+8
*
macros.treeRepr + friends: collapse SymChoice (#18072)
Timothee Cour
2021-06-05
4
-50
/
+158
*
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
*
real bugfix for #17170 (#18171)
Andreas Rumpf
2021-06-04
2
-4
/
+8
*
follow-up #18013 - inline syntax highlighting (#18166)
Andrey Makarov
2021-06-04
20
-164
/
+183
*
simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100)
Timothee Cour
2021-06-03
4
-190
/
+99
*
changelog for --unitsep (#18167)
Timothee Cour
2021-06-03
1
-3
/
+3
*
fixes #18112 (#18165)
Andreas Rumpf
2021-06-03
1
-2
/
+4
*
fixes #18058 (#18162)
Andreas Rumpf
2021-06-03
6
-12
/
+13
*
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
5
-1
/
+478
*
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
8
-46
/
+108
*
add string-string tests for find and rfind (#18137)
n5m
2021-06-02
1
-3
/
+98
*
refactoring: removed empty withBracketExpr template (#18152)
Andreas Rumpf
2021-06-02
2
-14
/
+6
*
fixes #18059 (#18140)
Andreas Rumpf
2021-06-02
3
-3
/
+80
*
use dragonbox algorithm; alternative to #18008 (#18139)
Andreas Rumpf
2021-06-01
5
-50
/
+1408
*
docs: Latex generation improvements (#18141)
Andrey Makarov
2021-06-01
6
-128
/
+252
*
close #18129 Add setCurrentException for JS backend (#18145)
flywind
2021-06-01
3
-1
/
+12
*
[std/re] fix findBounds and find procs (#18028)
flywind
2021-05-31
1
-2
/
+2
*
Fixes #5034 illformed AST from getImpl with proc returning value (#17976)
Dylan Modesitt
2021-05-31
2
-4
/
+52
*
jsonutils.toJson now serializes JsonNode as is by default (#18097)
Timothee Cour
2021-05-31
3
-5
/
+41
*
add `os.getCacheDir` (#18126)
Timothee Cour
2021-05-31
3
-7
/
+43
*
close #18092 document elif in case statements (#18105)
Timothee Cour
2021-05-31
1
-12
/
+18
*
fix #16256: nimout: <empty> should give error (vacuously true); improve a few...
Timothee Cour
2021-05-31
7
-106
/
+73
*
fix #18113 (#18124)
Saem Ghani
2021-05-31
3
-2
/
+21
*
improve fast returns of find and rfind (#18127)
n5m
2021-05-31
2
-1
/
+31
*
document macros.unpackVarargs (#18106)
Timothee Cour
2021-05-31
3
-0
/
+66
*
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
4
-5
/
+16
*
fix warnings/hints in nimdoc/tester.nim (#18083)
Timothee Cour
2021-05-30
3
-13
/
+16
*
upgrade ubuntu 16.04 (not supported starting dec 2021) => 18.04; revive Linux...
Timothee Cour
2021-05-30
2
-8
/
+10
[next]