summary refs log tree commit diff stats
path: root/compiler/nimfix/pretty.nim
Commit message (Collapse)AuthorAgeFilesLines
* cleanup compiler/prettybase to not use redudant global variablesAndreas Rumpf2018-05-271-12/+10
|
* refactoring: remove idents.legacy global variable and pass the IdentCache ↵Andreas Rumpf2018-05-271-7/+7
| | | | around explicitly
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
|
* preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-5/+5
|
* more modules compile againAndreas Rumpf2018-05-121-2/+2
|
* move more global variables into ConfigRefAndreas Rumpf2018-05-111-1/+1
|
* guards.nim does compileAndreas Rumpf2018-05-111-12/+13
|
* refactoring: make FileIndex a distinct type; make line information an ↵Andreas Rumpf2018-04-211-5/+5
| | | | uint16; fixes #7654
* fixes #7522Araq2018-04-061-2/+2
|
* get rid of deprecated toLower/toUpperAndreas Rumpf2016-07-191-4/+4
|
* Hopefully fixes nimsuggest building against the compiler package.Dominik Picheta2015-06-041-9/+11
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* nimfix now in its own directory; single file mode now the defaultAraq2014-10-051-0/+152
' href='#n116'>116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206