summary refs log tree commit diff stats
path: root/compiler/cmdlinehelper.nim
Commit message (Expand)AuthorAgeFilesLines
* drnim: tiny progress (#13882)Andreas Rumpf2020-04-151-1/+15
* remove isCmdLine; use passCmd1Timothee Cour2020-02-271-2/+0
* correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in orderTimothee Cour2020-02-271-0/+2
* Fix #9405 - cfg and nims run in syncGanesh Viswanathan2020-02-271-27/+2
* fix #13374 `nim c -r -` now generates $nimcache/stdinfile (#13380) [backport]Timothee Cour2020-02-111-4/+1
* make goto based exceptions available for 'nim cpp' (#13244)Andreas Rumpf2020-01-251-0/+7
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* fixes 'e' command handling; now only does what advopt.txt claims it does (#11...Andreas Rumpf2019-08-161-1/+7
* fixes #9120Araq2018-12-161-10/+0
* fixes #9420Araq2018-12-161-1/+1
* fixes #8991, fixes #4446Araq2018-12-161-1/+1
* restore the old .nims processing behaviour; fixes #9989; fixes #9995Araq2018-12-161-6/+1
* fixes #9995Andreas Rumpf2018-12-151-5/+2
* fixes yet another NimScript regressionAraq2018-12-141-0/+2
* fixes #9965Araq2018-12-141-15/+20
* Undefine some symbols and globalOptions when processing nimscript (#9945) [ba...Neelesh Chandola2018-12-131-0/+12
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-16/+23
* make config.nims behave like nim.cfg in terms of where these scripts are sear...Timothee Cour2018-08-301-0/+85
ef='#n226'>226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311