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
*
Switch maintanance (#18668)
RSDuck
2021-08-11
1
-8
/
+1
*
Add optional recursive arg to distinctBase (v2) (#18659)
Timothee Cour
2021-08-09
1
-5
/
+12
*
renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim t...
Timothee Cour
2021-08-08
1
-3
/
+1
*
Only allow IPv4 literals in strict form (#18656)
Christian Ulrich
2021-08-08
1
-3
/
+22
*
Nim pretty and add void (#18652)
Kyle Brown
2021-08-08
1
-6
/
+12
*
Add Artix to distro list (#18629)
Kyle Brown
2021-08-02
1
-2
/
+5
*
[minor] reduce `substr` (#18611)
flywind
2021-07-30
1
-4
/
+6
*
Remove tracking of environment from osenv.nim v2 (#18575)
Timothee Cour
2021-07-29
1
-159
/
+78
*
various small documentation improvements (#18602)
Miran
2021-07-28
8
-60
/
+67
*
fix #17072: add times.dateTime with ISO 8601 order (#18590)
Timothee Cour
2021-07-28
1
-11
/
+18
*
Update documentation for dynlib (#17356)
konsumlamm
2021-07-26
1
-44
/
+34
*
optimize for the non-throwing case (#18587)
Antonis Geralis
2021-07-26
1
-4
/
+7
*
Documentation only, Sugar arrow and semicolons (#18574)
Juan Carlos
2021-07-25
1
-0
/
+4
*
std/random: fix overflow bugs; fixes #16360; fixes #16296; fixes #17670 (#18456)
Timothee Cour
2021-07-23
1
-9
/
+23
*
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
[next]