summary refs log tree commit diff stats
path: root/compiler/nimfix
Commit message (Expand)AuthorAgeFilesLines
* fixes testament compilationAraq2018-05-141-1/+1
|\
| * pretty, prettybase: simplify relative paths (#7779)alaviss2018-05-072-2/+2
* | options.nim: no global variables anymoreAndreas Rumpf2018-05-131-1/+1
* | 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
|/
* make nimfix compile again (#7708)alaviss2018-04-271-7/+7
* refactoring: make FileIndex a distinct type; make line information an uint16;...Andreas Rumpf2018-04-212-13/+13
* fixes #7522Araq2018-04-062-3/+3
* removed compiler internal list implementation (#5371)Arne Döring2017-02-221-3/+3
* implements module grouping for the import statementAndreas Rumpf2016-12-211-5/+5
* make nimfix compile with newer compiler APIAraq2016-12-201-2/+3
* Fix few typosFederico Ceratto2016-10-171-1/+1
* get rid of deprecated toLower/toUpperAndreas Rumpf2016-07-191-4/+4
* Fixes #1801.Dominik Picheta2016-06-061-1/+1
* renamed writeln to writeLine in compilerpatrick dw2015-06-191-1/+1
* Hopefully fixes nimsuggest building against the compiler package.Dominik Picheta2015-06-043-18/+23
* Fixed the paths of nimfix and nimsuggest to be relative.Joey Payne2015-04-251-1/+1
* Merge pull request #2598 from jyapayne/develAndreas Rumpf2015-04-241-1/+1
|\
| * Removed explicit imports in compiler/nimfix/*.nim and added cfg path modifica...Joey Payne2015-04-244-10/+6
| * Added explicit imports for compiler modules to fix compiling nimsuggest.Joey Payne2015-04-243-5/+9
* | Changed project relative path to include the right directory.Hans Raaf2015-02-201-1/+1
* | Happy new year!Guillaume Gelin2015-01-063-3/+3
* | implemented --bestEffort switch for nimfixAraq2014-12-261-2/+4
|/
* documented nimfixAraq2014-11-041-1/+1
* nimfix now in its own directory; single file mode now the defaultAraq2014-10-054-0/+368
ef='#n325'>325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465