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
/
compiler
/
pathutils.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #13579 joinPath("/foo/", "../a") is now /a (#13586)
Andreas Rumpf
2020-03-05
1
-0
/
+2
*
fix #13150 `nim doc --project` now works reliably (#13223)
Timothee Cour
2020-02-06
1
-2
/
+5
*
successX now correctly shows html output for `nim doc`, `nim jsondoc`; fix #1...
Timothee Cour
2020-01-15
1
-2
/
+13
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-0
/
+4
*
[pathutils] add AnyPath; add `$`; lift arbitrary API restrictions (#10021)
Timothee Cour
2018-12-18
1
-8
/
+11
*
os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...
Araq
2018-12-13
1
-161
/
+10
*
pathutils: remove dead code
Araq
2018-11-21
1
-17
/
+0
*
fixes #9507
Araq
2018-10-25
1
-8
/
+10
*
Allow subpaths of names of length 1
Jörg Wollenschläger
2018-09-15
1
-1
/
+1
*
nim doc: fixes cross-link generation when --out is used
Araq
2018-09-10
1
-1
/
+1
*
'nim doc': fixes index generation regression
Araq
2018-09-08
1
-2
/
+2
*
make tests green again
Araq
2018-09-07
1
-3
/
+8
*
added a test for 'nim doc'
Andreas Rumpf
2018-09-07
1
-2
/
+3
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-0
/
+254