Commit Graph
389 Commits
Author SHA1 Message Date
Dominik Picheta 9344e9fbf7 Finished logging module. 2014-01-27 18:20:08 +00:00
Grzegorz Adam Hankiewicz 7f9fb3a024 Merge branch 'pr_oniondocs' into pr_oniondocs_devel 2014-01-25 16:24:39 +01:00
Araq 1465a7b080 small code cleanups 2014-01-23 12:22:34 +01:00
Araq 79f59d18f1 command syntax is allowed in expressions 2014-01-20 08:29:02 +01:00
Araq 15859d94ec compiler warns when you use GC'ed memory and '--gc:none' 2014-01-19 20:24:44 +01:00
Araq 73c6efdf66 'nil' as a statement is deprecated, use an empty 'discard' instead 2014-01-19 16:54:59 +01:00
Araq 36afdca87f resolved conflicts with master 2014-01-18 01:16:45 +01:00
Grzegorz Adam Hankiewicz 74f94482cc Adds parseopt2 module to documentation index. 2014-01-15 22:23:20 +01:00
Dominik Picheta e27e873b7b Add info about twitter and bootstrapping from github to website. 2014-01-12 20:13:26 +00:00
Grzegorz Adam Hankiewicz 5844697aa6 Adds docgen to list of documentation to build. 2014-01-06 13:31:21 +01:00
Zahary Karadjov afddae5aaf Merge branch 'upstream' into devel
Conflicts:
	compiler/ccgutils.nim
	compiler/msgs.nim
	compiler/sem.nim
	compiler/semexprs.nim
	compiler/seminst.nim
	compiler/semmagic.nim
	compiler/semstmts.nim
	compiler/semtypes.nim
	compiler/semtypinst.nim
	compiler/sigmatch.nim
	compiler/types.nim
	compiler/vmgen.nim
	lib/core/macros.nim
	lib/system.nim
	tests/reject/tenummix.nim
	web/news.txt
2013-12-29 17:21:00 +02:00
Zahary Karadjov 4eea2f17d3 forgotten modification to the news files 2013-12-27 13:00:45 +02:00
Araq 9e92455a53 templates can access hidden fields 2013-12-25 14:53:00 +01:00
Araq 1081c104d0 Merge branch 'vm2' of github.com:Araq/Nimrod into vm2 2013-12-24 01:30:48 +01:00
Satish BD 033938a53a Correct the spelling of the word 'implicitly' 2013-12-23 04:29:50 +02:00
Araq b76729df1c Merge branch 'master' of https://github.com/Araq/Nimrod into vm2
Conflicts:
	web/news.txt
2013-12-23 01:23:16 +01:00
Michał Zieliński 7d5fa3f52d add info about CGI error reporing changes to web/news.txt 2013-12-18 18:21:55 +01:00
Araq 8c553fa8a2 Merge branch 'master' into vm2 2013-12-13 15:58:03 +01:00
Grzegorz Adam Hankiewicz da05cf51de Reverts "Make quoteIfContainsWhite quote…". Refs #702.
This reverts commit e7e8c77062 to avoid
tool breakage. A different approach is being worked on #730.
2013-12-10 17:50:47 +01:00
Grzegorz Adam Hankiewicz 89215ba6d0 Updates configuration for recent lib removals. Refs #698. 2013-12-08 21:18:06 +01:00
Michał Zieliński e7e8c77062 Make quoteIfContainsWhite quote argument, so it can be safely passed to shell.
On Windows put it in double quotes and escape double quotes using backslash.
On Posix put it in single quotes and escape single quotes using '"'"'.

This commit changes what quoteIfContainsWhite does, but before that change it
was used incorrectly all over standard library, which caused security issues.
2013-12-07 22:56:02 +01:00
Araq 6a9baf3fd7 compiler bootstraps with new VM 2013-10-15 08:06:54 +02:00
Araq 05d12897a2 changed parentDir to return the empty string on error 2013-09-24 09:22:29 +02:00
Araq db19b18241 cn2im: basic C++ support 2013-09-10 00:40:06 +02:00
Zahary Karadjov c8c8d2035a partially documented the new features 2013-09-03 03:14:22 +03:00
Araq 6f1fc1b5ba fixed and documented computedGoto pragma 2013-08-22 08:38:47 +02:00
Araq f9426bfcd5 added macros.genSym 2013-07-24 21:58:17 +02:00
Araq 7b946ec025 Merge pull request #486 from gradha/pr_idetools_docs
Adds idetools docs
2013-06-28 14:43:30 -07:00
Araq 139562cc64 implements the 'codegenDecl' pragma 2013-06-27 18:13:11 +02:00
Dominik Picheta 9686d92bfc Fixed OSError deprecation warnings. 2013-06-26 00:00:07 +01:00
Grzegorz Adam Hankiewicz d18d6ba019 Starts idetools specific documentation. 2013-06-16 22:39:38 +02:00
Araq d4c91bbd85 improvements for 'not nil' checking 2013-06-13 01:40:11 +02:00
Araq c5e07af902 Merge pull request #473 from gradha/pr_doc_improvements
Doc improvements
2013-06-09 14:43:33 -07:00
Araq 3f35e2d39e resolved conflict; added missing files 2013-06-09 23:33:32 +02:00
Araq 23ef565a3c implemented large parts of the 'not nil' checking 2013-06-09 23:29:43 +02:00
Grzegorz Adam Hankiewicz 05c2d9bd73 Adds docutils modules to lib index, fixes :idx: markers. 2013-06-09 16:10:41 +02:00
Billingsly Wetherfordshire 7ea77d93e3 Update news.txt 2013-06-04 22:33:55 -06:00
Araq 2aaa8f7909 implemented dataflow analysis; activate via --warning[Uninit]:on 2013-06-04 21:58:39 +02:00
Araq b487ebaaba new scoping rules for 'if' now active 2013-06-04 01:11:55 +02:00
Araq 7d6556ffe7 tiny doc improvement 2013-06-03 19:33:20 +02:00
Dominik Picheta e56fdfc4be Added unittest module to docgen. 2013-05-31 12:46:21 +01:00
Araq ca02dfab48 implements #397 2013-05-26 01:19:19 +02:00
Araq da93b591e2 preparations for version 0.9.4 2013-05-25 23:37:40 +02:00
Araq f9641790b5 added FAQ about 'proc' 2013-05-25 15:48:46 +02:00
Grzegorz Adam Hankiewicz 834efe018a Adds link to irc logs. 2013-05-22 23:47:36 +02:00
Simon Hafner f72fdf44f6 removed unsupported compilers from the FAQ 2013-05-21 15:40:11 -05:00
Simon Hafner d6a642e064 better editor support FAQ 2013-05-21 15:35:32 -05:00
Simon Hafner b597855d6f removed GCC FAQ - not an issue anymore 2013-05-21 15:27:19 -05:00
Simon Hafner e3c3130488 add FAQ about editor support 2013-05-21 13:15:30 -05:00
Araq 51c6356ea7 added gamera edition to the website 2013-05-21 00:26:03 +02:00