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
*
make deprecated message better (#18737)
flywind
2021-08-23
1
-1
/
+1
*
Fix #18718 (#18731)
konsumlamm
2021-08-23
1
-5
/
+8
*
Implement RFC-391 (#18585)
Juan Carlos
2021-08-22
1
-107
/
+106
*
fix #17898(randomPathName called twice in a row can return the same string on...
flywind
2021-08-22
1
-3
/
+17
*
replace wrt with proper word (#18724)
flywind
2021-08-22
1
-2
/
+4
*
Add ceilDiv to math (#18596)
Tomohiro
2021-08-19
1
-0
/
+52
*
improvements to `addInt` and `$` for integer types (#18592)
Timothee Cour
2021-08-19
7
-104
/
+96
*
asynchttpserver: ipv6 support (#18706)
Emery Hemingway
2021-08-18
1
-6
/
+7
*
fix #18702(fix `parseutils.parseFloat`) (#18703) [backport:1.0]
flywind
2021-08-16
1
-4
/
+5
*
Documentation only, Terminal (#18696)
Juan Carlos
2021-08-14
1
-1
/
+15
*
fix #18692 AsyncHttpServer was hanging because client.close was not called (#...
Timothee Cour
2021-08-14
1
-1
/
+3
*
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...
Timothee Cour
2021-08-13
7
-2
/
+42
*
initial fix for compiling Nim on Zephyr RTOS (issue #18684) (#18685)
Jaremy Creechley
2021-08-13
1
-1
/
+2
*
don't use space after proc names (#18681)
flywind
2021-08-12
1
-2
/
+2
*
fix a sqlite bug (#18669)
flywind
2021-08-12
2
-11
/
+19
*
fix #18670 quoteShellCommand, quoteShell, quoteShellWindows on windows (#18671)
Timothee Cour
2021-08-12
1
-5
/
+6
*
Switch maintanance (#18668)
RSDuck
2021-08-11
3
-155
/
+1
*
Add optional recursive arg to distinctBase (v2) (#18659)
Timothee Cour
2021-08-09
3
-8
/
+15
*
renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim t...
Timothee Cour
2021-08-08
3
-4
/
+2
*
use lent (#18638)
flywind
2021-08-08
1
-2
/
+2
*
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
*
[nre]fix #17129 (#18632)
flywind
2021-08-08
1
-3
/
+2
*
improve runnableExamples and docs for std/nre (#18634)
Timothee Cour
2021-08-02
1
-68
/
+49
*
Add Artix to distro list (#18629)
Kyle Brown
2021-08-02
1
-2
/
+5
*
fix #18620 (#18624)
flywind
2021-08-01
1
-4
/
+1
*
fixes #18371 (#18617)
Andreas Rumpf
2021-07-30
1
-1
/
+1
*
[minor] reduce `substr` (#18611)
flywind
2021-07-30
2
-5
/
+7
*
Remove tracking of environment from osenv.nim v2 (#18575)
Timothee Cour
2021-07-29
2
-159
/
+170
*
Allow `nnkAccQuoted` in `genEnumCaseStmt` (#18606)
Vindaar
2021-07-29
1
-1
/
+5
*
various small documentation improvements (#18602)
Miran
2021-07-28
12
-92
/
+118
*
fix #17072: add times.dateTime with ISO 8601 order (#18590)
Timothee Cour
2021-07-28
1
-11
/
+18
*
fixes #18543 (#18601)
Andreas Rumpf
2021-07-27
1
-176
/
+98
*
fixes #18579 (#18600)
Andreas Rumpf
2021-07-27
1
-4
/
+2
*
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
*
rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)
Timothee Cour
2021-07-23
1
-2
/
+2
*
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
*
fixes #18550 (#18553)
Andreas Rumpf
2021-07-21
2
-5
/
+5
*
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
*
clean unused imports on runnableExamples (#18551)
flywind
2021-07-21
1
-2
/
+0
*
unary slices get a deprecation period (#18549)
Andreas Rumpf
2021-07-21
1
-9
/
+8
*
make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)
Timothee Cour
2021-07-20
6
-121
/
+126
*
follow up #18517 (#18537)
flywind
2021-07-20
1
-2
/
+3
*
use more `.}` (#18542)
flywind
2021-07-20
3
-6
/
+6
*
termux ssl (#18520)
Paul Roberts
2021-07-20
2
-1
/
+2
*
use .} instead of } for code highlighters
Araq
2021-07-20
1
-2
/
+2
[next]