summary refs log tree commit diff stats
path: root/compiler/pathutils.nim
Commit message (Expand)AuthorAgeFilesLines
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-1/+1
* fixes #20139; hash types based on its path relative to its package path (#212...ringabout2023-03-021-1/+50
* move assertions out of system (#19599)flywind2022-03-231-1/+1
* correct typos (#19485)flywind2022-02-031-1/+1
* move io out of system (#19442)flywind2022-02-021-0/+3
* move tests under the compiler directory to testament (#16096)flywind2020-11-251-16/+0
* 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
in&id=dd9ba09a7c74455f17afb515c377a217fa8be8bc'>dd9ba09a ^
5f3b3e7a ^



cf02c20b ^
5f3b3e7a ^
5f3b3e7a ^





5f3b3e7a ^














































7cb326df ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104