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
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace calls to `putenv` with `setenv` (#18530)
Caden Haustein
2021-07-23
1
-3
/
+8
*
add [1..2] for JArray (#18525)
itsumura-h
2021-07-21
1
-0
/
+18
*
complement notes of two doc strings of tables module (#18527)
IterableTrucks
2021-07-21
1
-0
/
+4
*
follow up #18517 (#18537)
flywind
2021-07-20
1
-2
/
+3
*
termux ssl (#18520)
Paul Roberts
2021-07-20
2
-1
/
+2
*
[std/os]document `checkDir` and use `runnableExamples` (#18517)
flywind
2021-07-19
1
-22
/
+16
*
Revert #17321 (#18521)
konsumlamm
2021-07-19
1
-135
/
+135
*
deprecate strutils.delete and add an overload with saner semantics consistent...
Timothee Cour
2021-07-18
1
-7
/
+33
*
Revert #17398 and #17402 (#18480)
Miran
2021-07-18
1
-25
/
+15
*
deprecate cuchar, don't redefine it (#18505)
Andreas Rumpf
2021-07-16
3
-25
/
+25
*
deprecate `sequtils.delete` and add an overload with saner semantics consiste...
Timothee Cour
2021-07-15
1
-3
/
+42
*
workaround #18481 (#18482)
flywind
2021-07-13
1
-18
/
+20
*
[docs] improve std/encodings (#18458)
flywind
2021-07-09
1
-12
/
+41
*
Fix a bug with starting of asynchronous processes (#18464)
Ivan Bobev
2021-07-08
1
-1
/
+1
*
improve rendering of newOSError.additionalInfo (#18443)
Timothee Cour
2021-07-07
2
-3
/
+6
*
fix shebangs #! /xxx => #!/xxx (#18444)
Timothee Cour
2021-07-07
1
-1
/
+1
*
deprecate std/mersenne (#18395)
pyautogui
2021-07-05
1
-8
/
+4
*
std/net: show addr+port on address already in use error; code-block => runnab...
Timothee Cour
2021-07-05
1
-43
/
+37
*
Add lent annotation to avoid extra copies in sample (#18404)
Antonis Geralis
2021-07-02
1
-1
/
+1
*
don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous i...
Timothee Cour
2021-07-01
1
-1
/
+1
*
Missing spaces when compiling testament and nim_dbg. (#18403)
Endeg
2021-06-30
1
-2
/
+2
*
Add commas to docs for clarity (#18398)
Elliot Waite
2021-06-29
1
-2
/
+2
*
Peg captures get stack-like behavior (#18369)
gemath
2021-06-28
1
-31
/
+59
*
Add sink annotation to option some() (#18358)
tomc1998
2021-06-25
1
-2
/
+2
*
couple tiny typo fixes (#18344)
Smooth Operator
2021-06-24
1
-2
/
+2
*
[std/times]getTime now uses high resolution API on windows (#17901)
flywind
2021-06-23
1
-2
/
+3
*
OS.nim: style changes (#18331)
Andreas Rumpf
2021-06-23
1
-30
/
+28
*
fixes #17768 [backport:1.4] (#18317)
flywind
2021-06-21
1
-6
/
+4
*
[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
1
-2
/
+0
*
add `typetraits.pointerBase` to return `T` in `ref T|ptr T` (#18293)
Timothee Cour
2021-06-20
1
-0
/
+10
*
strformat.fmt now supports non-literal const strings (#18274)
Timothee Cour
2021-06-18
1
-25
/
+38
*
fix for #18284 int32 should be int (#18285)
Adrian Veith
2021-06-17
1
-1
/
+1
*
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
*
Improve httpClient docs on SSL cert verification (#15201)
Federico Ceratto
2021-06-13
1
-3
/
+16
*
#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
*
fixes #18088 (#18209)
Andreas Rumpf
2021-06-07
1
-1
/
+1
*
change mimedb stroe stringtable to orderedtable (#18065)
Bung
2021-06-07
1
-3
/
+4
*
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
*
Revert "add missing import to asynchttpserver's example" (#18164)
flywind
2021-06-03
1
-1
/
+1
*
add missing import to asynchttpserver's example
narimiran
2021-06-03
1
-1
/
+1
*
reuse algorithm.fill while building SkipTable (#18138)
n5m
2021-06-03
1
-12
/
+2
*
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
*
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
[prev]
[next]