summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
...
* removed the undocumented #? strongSpaces parsing modeAraq2018-11-061-0/+1
* document system.UncheckedArrayAraq2018-11-061-0/+3
* Generic Complex type (#9590)Arne Döring2018-11-051-1/+4
* changelog entryArne Döring2018-10-311-0/+2
* fixes regressionsAraq2018-10-301-0/+13
* Merge pull request #9496 from cooldome/vm_float_castsArne Döring2018-10-281-0/+2
|\
| * update changelogAndrii Riabushenko2018-10-271-0/+2
* | Improve dumpLisp macro (#9515)Kaushal Modi2018-10-271-0/+3
* | Openmp parallel iterator improvements (#9493)Mamy Ratsimbazafy2018-10-251-0/+6
|/
* added system.typeof operation; fixes #9093Araq2018-10-241-0/+3
* changelog entryArne Döring2018-10-181-0/+2
* Fixes #9364 and add moduleDescription to jsondoc (#9396)PMunch2018-10-171-0/+3
* unicode: added strip, align, alignLeft, repeat procs; refs #6301Andreas Rumpf2018-10-141-2/+2
* unicode: add split procs; refs #6301Andreas Rumpf2018-10-141-0/+3
* added new editdistance stdlib module, deprecated strutils.editDistance, refs ...Andreas Rumpf2018-10-141-0/+7
* strutils/unicode: deprecate isLower and friends operating on complete strings...Andreas Rumpf2018-10-141-227/+5
* niminst: fix 'gtar' invokationAndreas Rumpf2018-09-261-1/+1
* Net module fixes (#8597)Dominik Picheta2018-08-281-0/+3
* Add interpreting event parser proc to pegs module. (#8075)gemath2018-08-241-0/+1
* fix typo in changelog.md: nnkTupleConst => nnkTupleConstrTimothee Cour2018-08-211-1/+1
* Update changelogOscar Nihlgård2018-08-171-0/+5
* times.Timezone changes (#8527)Oscar Nihlgård2018-08-171-0/+4
* Look for user nim.cfg in "nim/" subdir in usual config dir locations (#8662)Kaushal Modi2018-08-171-0/+7
* fixes #8653Andreas Rumpf2018-08-161-0/+3
* minor edit to the changelogAndreas Rumpf2018-08-161-1/+1
* implements 'case statement macros' in order to encourage the development of p...Andreas Rumpf2018-08-161-4/+10
* renames threadpool.await to blockUntil; refs #7853Araq2018-08-141-0/+4
* document the new --nilseqs:on switchAraq2018-08-131-1/+1
* rename SystemError to CatchableError in order to avoid breaking Nimble and pr...Araq2018-08-101-1/+1
* rework the exception hierarchy; refs #8363Andreas Rumpf2018-08-101-0/+4
* change the VM's max instruction count to 3_000_000Andreas Rumpf2018-08-101-1/+1
* deprecated regionized pointersAraq2018-08-101-0/+3
* deprecate the .this pragmaAraq2018-08-091-0/+4
* fixes merge conflictAraq2018-08-071-0/+1
|\
| * fixes #6255, add `system.ashr` arithmetic right shift (#8547)andri lim2018-08-071-1/+2
* | 'nimcache' defaults to ~/.cache on Posix; cleaned up documentationAndreas Rumpf2018-08-061-5/+8
|/
* fixes #5617, 'copyLineInfo' addition (#8523)andri lim2018-08-051-0/+1
* fixes #7827, bindSym enhancement (#8499)andri lim2018-08-021-0/+5
* `lineInfoObj` (and `check`, `expect`) now return absolute paths (#8466)Timothee Cour2018-07-311-1/+2
* Deprecate the dot style for import paths (#8474)Oscar Nihlgård2018-07-301-0/+2
* Fix setCursorPos and setCursorXPos on POSIX (#8310)John Novak2018-07-171-0/+5
* Fixes #5880. (#7229)Dominik Picheta2018-07-101-0/+1
* Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178)Vindaar2018-07-031-0/+2
* Nintendo switch support (#8069)Joey2018-06-271-0/+3
* Add missing backtick to the changelog.mdDaniil Yarancev2018-06-271-1/+1
* Merge pull request #7736 from cooldome/range_float_typeAndreas Rumpf2018-06-271-0/+2
|\
| * merge develcooldome2018-06-121-2/+7
| |\
| * \ merge develcooldome2018-06-101-4/+47
| |\ \
| * | | fix spacing in changelogcooldome2018-04-301-2/+1
| * | | Merge branch 'devel' into range_float_typecooldome2018-04-301-0/+5
| |\ \ \