summary refs log tree commit diff stats
path: root/compiler/packagehandling.nim
Commit message (Expand)AuthorAgeFilesLines
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-3/+3
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-1/+2
* guards.nim does compileAndreas Rumpf2018-05-111-15/+8
* happy new yearAraq2017-01-071-1/+1
* expr and stmt are now deprecatedAndreas Rumpf2016-07-301-1/+1
* fixes #4485; package handling works better; docgen works with --project on Ni...Andreas Rumpf2016-07-191-0/+56
d='n86' href='#n86'>86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130