summary refs log tree commit diff stats
path: root/lib/prelude.nim
Commit message (Collapse)AuthorAgeFilesLines
* Make parseopt available on all backends (#17009)hlaaftana2021-02-131-4/+2
| | | | | | | | | * Make parseopt available on all backends * fix spaces * fix getopt and update prelude * no crazy unnecessary version checks, use doAssert
* add sequtils to prelude (#16431)shadowninja552020-12-231-2/+2
| | | | | | | | | * add sequtils to prelude i would argue that sequtils is used just as often as the other imports in prelude, and it'd be nice for it to be included. * updated doc comment to add sequtils * added sequtils import to changelog
* improve docs for prelude (#16135)flywind2020-11-261-10/+11
| | | | | * improve docs for prelude * better
* Fix Prelude (#15714)Juan Carlos2020-10-261-1/+2
| | | | | | | | | * ReSync with Devel * Fix prelude for JS target * ReSync devel * Fix prelude for JS target
* Improve prelude so it does not hijacks documentation when used (#15299)Juan Carlos2020-09-111-12/+10
|
* Nimrod renamed to NimAraq2014-08-281-2/+2
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* preparations for 0.8.12Araq2011-07-101-0/+0
|
* bugfix: endless loop in parser; added sphinx wrapperAraq2011-06-141-2/+2
|
* first steps to thread local heapsAraq2011-06-021-0/+23