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
*
rst: fix bug 20 from #17340 (#18360)
Andrey Makarov
2021-06-26
1
-1
/
+3
*
even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...
Timothee Cour
2021-06-26
1
-29
/
+30
*
Add sink annotation to option some() (#18358)
tomc1998
2021-06-25
1
-2
/
+2
*
docs now show nimExperimentalX APIs (#18345)
Timothee Cour
2021-06-25
2
-7
/
+7
*
couple tiny typo fixes (#18344)
Smooth Operator
2021-06-24
1
-2
/
+2
*
enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)
Timothee Cour
2021-06-24
1
-0
/
+11
*
rst: allow comment to continue on second line (#18338)
Andrey Makarov
2021-06-24
1
-18
/
+10
*
[std/times]getTime now uses high resolution API on windows (#17901)
flywind
2021-06-23
2
-2
/
+6
*
OS.nim: style changes (#18331)
Andreas Rumpf
2021-06-23
1
-30
/
+28
*
Markdown: allow to end URL with balanced parenthesis (#18321)
Andrey Makarov
2021-06-23
1
-2
/
+34
*
followup #18318: simplify `dollarImpl` and add a test (#18330)
Timothee Cour
2021-06-22
1
-7
/
+0
*
merge similar procs regarding digits (#18318)
flywind
2021-06-22
5
-135
/
+107
*
readAsText supports both Blob and File (fixes #18187) (#18189)
mantielero
2021-06-21
1
-2
/
+2
*
convert code-blocks to runnableExamples in io (#18315)
xioren
2021-06-21
1
-16
/
+15
*
fixes #17768 [backport:1.4] (#18317)
flywind
2021-06-21
1
-6
/
+4
*
validate rst field for :number-lines:, :status: (#18304)
Andrey Makarov
2021-06-20
2
-8
/
+23
*
Raise IndexDefect when deleting element at out of bounds index (#17821)
Heiko Nickerl
2021-06-20
1
-24
/
+34
*
[std/terminal] improve docs a bit (#18296)
flywind
2021-06-20
1
-70
/
+45
*
move {.injectStmt.} to experimental; add a test (#18300)
Timothee Cour
2021-06-20
2
-2
/
+1
*
docgen: move to shared RST state (fix #16990) (#18256)
Andrey Makarov
2021-06-20
1
-97
/
+118
*
add `typetraits.pointerBase` to return `T` in `ref T|ptr T` (#18293)
Timothee Cour
2021-06-20
1
-0
/
+10
*
make privateAccess work with generic types and generic instantiations; fix a ...
Timothee Cour
2021-06-19
1
-11
/
+21
*
strformat.fmt now supports non-literal const strings (#18274)
Timothee Cour
2021-06-18
2
-26
/
+40
*
fix for #18284 int32 should be int (#18285)
Adrian Veith
2021-06-17
1
-1
/
+1
*
Revert "system/excpt: check if the exception is not nil before pop (#18247)" ...
Andreas Rumpf
2021-06-17
1
-3
/
+2
*
PCRE, nimgrep: add limit for buffer size (#18280)
Andrey Makarov
2021-06-17
1
-3
/
+10
*
fixes #17696 (#18276)
flywind
2021-06-16
1
-2
/
+5
*
httpclient.nim Fixes #14794 and an issue where content-header is not set on p...
Mark Pointing
2021-06-14
1
-2
/
+6
*
system/excpt: check if the exception is not nil before pop (#18247)
alaviss
2021-06-14
1
-2
/
+3
*
merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...
Timothee Cour
2021-06-14
1
-0
/
+1
*
Improve httpClient docs on SSL cert verification (#15201)
Federico Ceratto
2021-06-13
1
-3
/
+16
*
fix #7717 roundtrip float to string; fix `parseFloat` for js (#18248)
Timothee Cour
2021-06-13
1
-48
/
+41
*
use more meaningful name than "workaround14447" (#18237)
Miran
2021-06-11
1
-1
/
+1
*
fix #9437(fix `re.replace` wrong behaviour) (#17546)
flywind
2021-06-10
1
-2
/
+18
*
#18216 make moveDir work across partitions on windows (#18223)
Fröhlich A
2021-06-10
1
-19
/
+25
*
fixes #18220 (#18227)
Andreas Rumpf
2021-06-10
1
-1
/
+1
*
avoid re-exporting options from std/wrapnils (#18222)
Timothee Cour
2021-06-10
1
-1
/
+1
*
fixes #18088 (#18209)
Andreas Rumpf
2021-06-07
1
-1
/
+1
*
alternative to #18185 (#18206)
flywind
2021-06-07
1
-1
/
+4
*
change mimedb stroe stringtable to orderedtable (#18065)
Bung
2021-06-07
1
-3
/
+4
*
fix 18186 with adding importc _umul128 (#18200)
slangmgh
2021-06-07
2
-1
/
+3
*
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
1
-0
/
+6
*
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
[next]