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
/
tests
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #13573 and #13574 (#13575)
Andrea Ferretti
2020-03-06
1
-1
/
+6
*
fix #13579 joinPath("/foo/", "../a") is now /a (#13586)
Andreas Rumpf
2020-03-05
1
-0
/
+13
*
fix #13531 by adding a test (#13581)
Miran
2020-03-04
1
-0
/
+31
*
fixes #13543 and added times.isLeapDay (#13547)
Timothee Cour
2020-03-01
1
-3
/
+7
*
tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...
Timothee Cour
2020-02-26
2
-6
/
+145
*
fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ...
Timothee Cour
2020-02-26
1
-3
/
+26
*
make devel green again: tnetdial still doesn't work on Travis
narimiran
2020-02-25
1
-0
/
+1
*
fix 3 minor bugs in joinPath (see #13455) (#13462) [backport]
Andrey Makarov
2020-02-23
1
-0
/
+4
*
relativePath("foo", "foo") is now ".", not "" (#13452)
Timothee Cour
2020-02-22
1
-4
/
+8
*
fix several bugs with `repr` (#13386)
Timothee Cour
2020-02-11
1
-2
/
+2
*
fix #6736: templates in unittest now show actual value (#13354)
Miran
2020-02-07
1
-0
/
+25
*
fix #13132 tnetdial (#13318)
Timothee Cour
2020-02-04
1
-2
/
+2
*
fix lots of bugs with parentDir, refs #8734 (#13236)
Timothee Cour
2020-01-23
1
-5
/
+5
*
new os.isRelativeTo (#13212)
Timothee Cour
2020-01-23
1
-0
/
+12
*
fix #13211 relativePath("foo", ".") (#13213)
Timothee Cour
2020-01-21
1
-0
/
+4
*
maybe: allows optional chaining of field access and indexing when LHS i snil ...
Timothee Cour
2020-01-18
1
-0
/
+82
*
distinctBase type trait for distinct types (#13031)
cooldome
2020-01-08
2
-38
/
+16
*
clean up deprecated stuff and unused imports in tests (#13059)
Miran
2020-01-07
1
-1
/
+3
*
Rst parser respect `:start-after:` and `:end-before:` in `include` directive ...
Kamanji
2020-01-05
1
-0
/
+79
*
add a StringTable.clear that requires no mode specification (#12853)
Andy Davidoff
2019-12-09
1
-0
/
+3
*
better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)
Andreas Rumpf
2019-12-05
1
-1
/
+1
*
#12103 - CI for FreeBSD (#12179)
Euan
2019-11-29
1
-1
/
+1
*
fixes #12612 [backport] (#12681)
Andreas Rumpf
2019-11-19
1
-0
/
+8
*
Version of trimZeros without temp strings (#12633)
b3liever
2019-11-11
1
-0
/
+36
*
remove deprecated procs (#12535)
Andreas Rumpf
2019-11-05
1
-28
/
+1
*
[feature]strformat: add 2 'fmt' macros that use specified characters instead ...
Tomohiro
2019-10-28
1
-0
/
+32
*
Extent json.to testing to VM, add workrounds for VM bugs. (#12493)
Arne Döring
2019-10-28
1
-116
/
+122
*
Refactor j