summary refs log tree commit diff stats
path: root/compiler/pathutils.nim
Commit message (Expand)AuthorAgeFilesLines
* fix #13579 joinPath("/foo/", "../a") is now /a (#13586)Andreas Rumpf2020-03-051-0/+2
* fix #13150 `nim doc --project` now works reliably (#13223)Timothee Cour2020-02-061-2/+5
* successX now correctly shows html output for `nim doc`, `nim jsondoc`; fix #1...Timothee Cour2020-01-151-2/+13
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-0/+4
* [pathutils] add AnyPath; add `$`; lift arbitrary API restrictions (#10021)Timothee Cour2018-12-181-8/+11
* os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...Araq2018-12-131-161/+10
* pathutils: remove dead codeAraq2018-11-211-17/+0
* fixes #9507Araq2018-10-251-8/+10
* Allow subpaths of names of length 1Jörg Wollenschläger2018-09-151-1/+1
* nim doc: fixes cross-link generation when --out is usedAraq2018-09-101-1/+1
* 'nim doc': fixes index generation regressionAraq2018-09-081-2/+2
* make tests green againAraq2018-09-071-3/+8
* added a test for 'nim doc'Andreas Rumpf2018-09-071-2/+3
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-0/+254