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
*
Minor doc change in macros, future -> sugar (#13475) [ci skip]
hlaaftana
2020-02-24
1
-1
/
+1
*
fix 3 minor bugs in joinPath (see #13455) (#13462) [backport]
Andrey Makarov
2020-02-23
2
-2
/
+4
*
relativePath("foo", "foo") is now ".", not "" (#13452)
Timothee Cour
2020-02-22
1
-3
/
+14
*
Consider proc as a pointer type in options (#13460)
hlaaftana
2020-02-21
1
-3
/
+12
*
fixes #13457 (#13458)
Andreas Rumpf
2020-02-21
1
-10
/
+11
*
make unzip faster: seq[i]=val can be 7X faster than seq.add(elem) (#13448)
Timothee Cour
2020-02-21
1
-5
/
+5
*
fixes #13444
Araq
2020-02-21
1
-1
/
+1
*
Add `sequtils.unzip` to complement `sequtils.zip` (#13429)
Kaushal Modi
2020-02-20
1
-0
/
+15
*
Remove testutils (#13435) [backport]
Clyybber
2020-02-19
2
-18
/
+4
*
[backport] pseudorandom probing for hash collision (#13418)
Timothee Cour
2020-02-19
9
-170
/
+228
*
fix incorrect lenTuple implementation (#13423)
Timothee Cour
2020-02-19
1
-7
/
+8
*
stdlib/system: add sink and move (#13283)
cooldome
2020-02-18
1
-44
/
+92
*
Improved assertion error messages on usage of JsonNode iterators on wrong kin...
Ico Doornekamp
2020-02-17
1
-5
/
+5
*
Fix vertical tab in JSON. (#13399)
Khronos
2020-02-17
1
-1
/
+1
*
Add browsers.osOpen (#12901)
Juan Carlos
2020-02-15
1
-3
/
+8
*
capture macro now accepts variables of different types (#13356)
Clyybber
2020-02-15
1
-3
/
+5
*
Fix to asynchttpserver form data/body broken with #13147 (#13394)
Henrique Dias
2020-02-14
1
-43
/
+73
*
expectLen now shows the length that we got (#13387)
Clyybber
2020-02-11
1
-3
/
+3
*
fix #9634 don't crash on execCmdEx/readLine when inside gdb/lldb (#13232)
Timothee Cour
2020-02-11
1
-2
/
+15
*
remove outplace version of 'merge' for CountTables (#13377)
Miran
2020-02-10
1
-19
/
+13
*
Add sideEffect pragma to importC procs in posix, winlean and time module (#13...
Tomohiro
2020-02-08
3
-133
/
+135
*
Revert "printing float values will have one more digit. (#13276) [backport]" ...
Timothee Cour
2020-02-08
2
-3
/
+3
*
fix #6736: templates in unittest now show actual value (#13354)
Miran
2020-02-07
1
-1
/
+1
*
[backport] remove 'CountTable.mget' (#13355)
Miran
2020-02-07
1
-13
/
+0
*
[backport] fix #13352
narimiran
2020-02-07
2
-1
/
+6
*
printing float values will have one more digit. (#13276) [backport]
Arne Döring
2020-02-07
2
-3
/
+3
*
replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple...
Timothee Cour
2020-02-07
1
-11
/
+15
*
Added a basic example how to handle a Post request. (#13339)
Henrique Dias
2020-02-07
1
-3
/
+55
*
adding sqlite3 backup functions (#13346)
pyloor
2020-02-07
1
-0
/
+17
*
make monotimes have zero overhead if you don't use it (#13338) [backport]
Andreas Rumpf
2020-02-06
1
-10
/
+6
*
Option to allow the request body to be processed outside the asynchttpserver ...
Henrique Dias
2020-02-04
1
-16
/
+48
*
enable testing -d:nimHasLibFFI mode (#13091)
Timothee Cour
2020-02-04
2
-2
/
+2
*
Fix capture for object types (#13315)
Clyybber
2020-02-02
1
-1
/
+1
*
refs #8391 std/os now shows runtime context for raiseOSError exceptions (#13294)
Timothee Cour
2020-01-30
1
-52
/
+51
*
miscellaneous bug fixes (#13291)
Timothee Cour
2020-01-30
2
-2
/
+2
*
Thread attributes should be destroyed using the pthread_attr_destroy() (#13293)
Hiroki Noda
2020-01-29
2
-4
/
+7
*
csize => csize_t for sysctl
Timothee Cour
2020-01-28
3
-11
/
+10
*
fix stdout(etc) for emscripten
Timothee Cour
2020-01-28
2
-6
/
+8
*
Repr v2 progress (#13268)
cooldome
2020-01-28
2
-76
/
+61
*
nimv2 widestring indexing (#13279)
cooldome
2020-01-28
1
-2
/
+2
*
Tiny since cleanup (#13286)
Clyybber
2020-01-28
4
-119
/
+119
*
TlSF Alloctor: use less memory for --gc:arc (#13280)
Andreas Rumpf
2020-01-28
2
-80
/
+101
*
unittest add resetOutputFormatters proc (#13267)
cooldome
2020-01-28
1
-0
/
+5
*
fixes #13219 (#13272)
Andreas Rumpf
2020-01-27
1
-3
/
+5
*
scrollTop must be settable (#13263)
Jairo
2020-01-27
1
-0
/
+1
*
Rename isNilOrWhitespace to isEmptyOrWhitespace and make it use allCharsInSet...
hlaaftana
2020-01-26
1
-10
/
+13
*
make nre compile with --gc:arc
Araq
2020-01-26
1
-66
/
+54
*
ARC: optimize complete object constructors to use nimNewObjUninit
Araq
2020-01-26
1
-0
/
+17
*
ARC: remove unnecessary code
Araq
2020-01-26
1
-14
/
+0
*
make goto based exceptions available for 'nim cpp' (#13244)
Andreas Rumpf
2020-01-25
3
-6
/
+10
[next]