summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* gpp -> gccEXetoC2014-05-091-1/+1
|
* bugfix: bool for case statementsAraq2014-05-061-1/+1
|
* 2nd attempt to fix bootstrappingAraq2014-05-061-1/+1
|
* attempt to fix the bootstrappingAraq2014-05-061-3/+1
|
* bootstraps works again; get rid of compile-time 'rand' (too weird)Araq2014-05-061-3/+2
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-05-061-3/+3
|\
| * fixed constant typo (SimulateCaasMemReset)Simon Hafner2014-05-021-3/+3
| |
* | fixes #1140Araq2014-05-052-1/+3
| |
* | implemented builtin noncopying sliceAraq2014-05-025-16/+39
|/
* compiler prepared for the new comment handlingAraq2014-04-307-4/+16
|
* small bugfix for iteratorsAraq2014-04-301-1/+1
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-253-3/+24
|\
| * devel is version 0.9.5Araq2014-04-221-2/+1
| |
| * Merge pull request #1118 from gradha/pr_show_boot_optionsVarriount2014-04-212-1/+23
| |\ | | | | | | Version switch displays options used during `koch boot`
| | * Version switch displays options used during `koch boot`Grzegorz Adam Hankiewicz2014-04-202-1/+23
| | |
* | | minor tweaks; updated todo.txtAraq2014-04-251-0/+1
|/ /
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-214-415/+0
|\ \
| * \ Merge pull request #1113 from flaviut/del_deadAndreas Rumpf2014-04-214-415/+0
| |\ \ | | | | | | | | Delete dead files
| | * | parsecfg is never used and is also part of the stdlibflaviut2014-04-191-346/+0
| | | |
| | * | charsets is never usedflaviut2014-04-191-49/+0
| | | |
| | * | Delete dead fileflaviut2014-04-192-20/+0
| | | |
* | | | version 0.9.4Araq2014-04-211-3/+3
| | | |
* | | | fixes #847Araq2014-04-211-2/+3
|/ / /
* | | fixes DLL generationAraq2014-04-212-1/+2
| | |
* | | doc2 likes future.nim nowAraq2014-04-211-5/+3
| | |
* | | some progress for #1082Araq2014-04-211-4/+9
| | |
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-214-11/+20
|\ \ \
| * | | Fixes #1119.Dominik Picheta2014-04-201-0/+1
| | | |
| * | | Merge pull request #1097 from gradha/pr_avoid_idetools_crashAndreas Rumpf2014-04-201-0/+1
| |\ \ \ | | | | | | | | | | Avoid idetools crash on nil parameters.
| | * | | Avoids idetools crash on nil parameters.Grzegorz Adam Hankiewicz2014-04-151-0/+1
| | | | |
| * | | | Merge pull request #1123 from flaviut/bug1110Andreas Rumpf2014-04-201-0/+10
| |\ \ \ \ | | | | | | | | | | | | Document vmgen.nim a bit
| | * | | | Document vmgen.nim a bitflaviut2014-04-201-0/+10
| | | | | |
| * | | | | Merge pull request #1124 from EXetoC/spawn-arg-checkAndreas Rumpf2014-04-201-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Spawn argument checking.
| | * | | | | Fix spawn ICE on invalid argument.EXetoC2014-04-201-1/+1
| | | | | | |
| * | | | | | Fixes #1093.Dominik Picheta2014-04-202-10/+7
| | | | | | |
* | | | | | | fixes #1085Araq2014-04-211-1/+1
|/ / / / / /
* | | | | | reintroduce thread analysis but disable it for backwards compatibilityAraq2014-04-205-13/+19
| | | | | |
* | | | | | made large parts of the stdlib gcsafeAraq2014-04-203-7/+11
|/ / / / /
* | | | | removed flawed thread analysis passAraq2014-04-2011-415/+14
| | | | |
* | | | | fixes OR for int8|int16 etcAraq2014-04-201-2/+2
| | | | |
* | | | | actors compile againAraq2014-04-204-5/+12
| |_|_|/ |/| | |
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-204-2/+31
|\| | |
| * | | added `continue` to errStmtInvalidAfterReturnSimon Hafner2014-04-181-1/+1
| | | |
| * | | Adds option to exclude nimcache dirs from time machine backups.Grzegorz Adam Hankiewicz2014-04-161-1/+26
| |/ /
| * | Fixes #1005Dominik Picheta2014-04-151-0/+3
| | |
| * | Add checks for invalid socket when creating sockets.Dominik Picheta2014-04-151-0/+1
| | |
* | | New concurrency model: next stepsAraq2014-04-198-40/+158
| | |
* | | first version of 'spawn'Araq2014-04-168-35/+183
| | |
* | | new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-148-16/+31
|/ /
* | implemented 'R ptr T' syntaxAraq2014-04-132-2/+7
| |