summary refs log tree commit diff stats
path: root/compiler/nimfix/prettybase.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove shallowCopy for ARC/ORC (#20070)ringabout2022-07-261-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | * remove shallowCopy for ARC/ORC * use move * fix * more fixes * typo * Update lib/system.nim * follow * add nodestroy * move * copy string * add a changelog entry Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-2/+0
|
* implements a --nep1:on switch to make the compiler enforce the naming ↵Andreas Rumpf2018-06-131-13/+3
| | | | conventions outlined in NEP-1
* cleanup compiler/prettybase to not use redudant global variablesAndreas Rumpf2018-05-271-49/+6
|
* 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-9/+9
|
* pretty, prettybase: simplify relative paths (#7779)alaviss2018-05-071-1/+1
| | | This allows nimble to be built with compiler as a nimble package
* refactoring: make FileIndex a distinct type; make line information an ↵Andreas Rumpf2018-04-211-8/+8
| | | | uint16; fixes #7654
* fixes #7522Araq2018-04-061-1/+1
|
* Hopefully fixes nimsuggest building against the compiler package.Dominik Picheta2015-06-041-3/+4
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* nimfix now in its own directory; single file mode now the defaultAraq2014-10-051-0/+93