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
*
fix #17393 getHomeDir and expandTilde should not include trailing `/` (#17398)
Timothee Cour
2021-03-17
1
-2
/
+12
*
followup #17389; add see also in std/json (#17400)
Timothee Cour
2021-03-16
1
-0
/
+8
*
Fix FutureStream memory usage (#17395) [backport:1.2]
Igor Ribeiro de Assis
2021-03-16
1
-1
/
+5
*
fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...
Timothee Cour
2021-03-16
1
-4
/
+18
*
fix #17385, `len` must be declared before `items` (#17386)
Miran
2021-03-15
1
-21
/
+21
*
Clean up imports in httpclient.nim (#17367)
xioren
2021-03-14
1
-4
/
+5
*
rename channels to channels_builtin (#17330)
flywind
2021-03-12
2
-2
/
+2
*
Relocate 4xx/5xx exception in downloadFile (#17332) [backport:1.2]
xioren
2021-03-12
1
-6
/
+6
*
refs #4347, add `ZZZ` and `ZZZZ` patterns for timezone offsets without colons...
Miran
2021-03-11
1
-17
/
+29
*
Clarify behaviour of ```replace``` (#17337)
Héctor M. Monacci
2021-03-11
1
-1
/
+1
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
10
-67
/
+63
*
add typetraits.OrdinalEnum, enumutils.symbolName (#17281)
Timothee Cour
2021-03-10
1
-5
/
+9
*
Change parameter names in lists module from `L` (#17321)
konsumlamm
2021-03-10
1
-127
/
+127
*
Improve the lists module (#17312)
konsumlamm
2021-03-10
1
-166
/
+185
*
Small improvements for the distros module (#17309)
konsumlamm
2021-03-09
1
-25
/
+18
*
Add Portals (#17306)
Juan Carlos
2021-03-09
1
-0
/
+4
*
fix #17275 (#17276)
flywind
2021-03-09
1
-3
/
+6
*
remove unnecessary deps (#17307)
flywind
2021-03-09
1
-2
/
+0
*
fix #13491 #17279 runnableExamples now don't get lost in translation (#17282)
Timothee Cour
2021-03-09
1
-3
/
+2
*
stdlib/os: add isAdmin (#17012)
Roman Inflianskas
2021-03-07
1
-0
/
+30
*
use lowercase --define switches (#17283)
flywind
2021-03-07
7
-24
/
+24
*
runnableExamples for walkFiles + friends (#17271)
Timothee Cour
2021-03-06
1
-0
/
+12
*
Remove support for named procs with sugar.=> (#17220)
konsumlamm
2021-03-05
1
-10
/
+0
*
follow up #17165 (#17262)
flywind
2021-03-04
1
-3
/
+2
*
Added assertion to clamp (#17248)
Jason Beetham
2021-03-04
1
-0
/
+2
*
reuse jsffi in json module (#17165)
flywind
2021-03-04
1
-20
/
+7
*
use .. warning:: (#17226)
flywind
2021-03-04
4
-11
/
+10
*
Added math.clamp for slice clamping (#17246)
Jason Beetham
2021-03-03
1
-0
/
+10
*
https://github.com/nim-lang/Nim/pull/15826/files#r585368355 (#17233)
Juan Carlos
2021-03-03
1
-2
/
+3
*
Use readable escape sequences (#17241)
Clyybber
2021-03-03
1
-2
/
+2
*
Replace double backticks with single backticks - Part 5 out of ~8 (#17217)
Danil Yarantsev
2021-03-01
1
-232
/
+232
*
Replace double backticks with single backticks - Part 4 out of ~7 (#17216)
Danil Yarantsev
2021-03-01
5
-120
/
+120
*
use `-r:off` for runnableExamples that should compile but not run (#17203)
Timothee Cour
2021-03-01
3
-27
/
+25
*
Replace double backticks with single backticks - Part 3 out of ~7 (#17207)
Danil Yarantsev
2021-02-28
5
-159
/
+159
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
27
-89
/
+89
*
Fix unicode.split with seperators examples (#17176)
zetashift
2021-02-26
1
-58
/
+25
*
hashes: support object default hash (#17175)
Timothee Cour
2021-02-26
1
-17
/
+13
*
improve docs for sugar.collect (#17188)
Timothee Cour
2021-02-26
1
-24
/
+29
*
clarify the docs of existsOrCreateDir a bit (#17182)
flywind
2021-02-25
1
-4
/
+3
*
refs #17114: workaround for arm64 which should segfault but does not (#17178)
Timothee Cour
2021-02-25
1
-0
/
+2
*
mark inline (#17180)
flywind
2021-02-24
1
-2
/
+2
*
use single backtick (#17181)
flywind
2021-02-24
10
-381
/
+381
*
`std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147)
Timothee Cour
2021-02-24
1
-9
/
+15
*
remove deprecated stuff in unittest module (#17156)
flywind
2021-02-24
1
-38
/
+30
*
add strbasics.strip (#16280)
flywind
2021-02-24
1
-0
/
+1
*
[stdlib] make cookies module modern (#17116)
flywind
2021-02-24
1
-13
/
+28
*
fixes yet another SSL problem on Windows [backport:1.2] (#17167)
Andreas Rumpf
2021-02-24
1
-1
/
+1
*
use single backtick (#17166)
flywind
2021-02-23
12
-305
/
+305
*
add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)
Timothee Cour
2021-02-23
1
-0
/
+11
*
A few rst doc fixes (#17151)
Danil Yarantsev
2021-02-23
1
-1
/
+1
[next]