summary refs log tree commit diff stats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-031-0/+33
|\
| * implemented case expressionsZahary Karadjov2012-10-031-0/+2
| |
| * table constructors now mimic more closely the syntax of case... of...Zahary Karadjov2012-10-031-0/+31
| | | | | | | | see the safePrintF example in the manual as a motivation
* | first steps for compiler as a serviceAraq2012-10-032-21/+21
|/
* website improvements; better opengl wrapper (still broken)Araq2012-09-282-39/+4
|
* preparations for 0.9.0Araq2012-09-234-12/+32
|
* proc bodies can be expressions with a typeAraq2012-09-221-0/+2
|
* 'mixin' and 'interface' are now keywordsAraq2012-09-221-1/+1
|
* profiler documentationAraq2012-09-152-1/+3
|
* first steps for overloading support of passing blocks; bugfix: test results ↵Araq2012-09-111-1/+1
| | | | of 'compile' are not overwritten
* tr macros now documentedAraq2012-09-103-8/+7
|
* Added fsmonitor module.Dominik Picheta2012-09-022-2/+2
|
* made tests green againAraq2012-08-311-1/+1
|
* parameter passing works the same for macros and templates; use callsite ↵Araq2012-08-281-0/+2
| | | | magic to access the invokation AST
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-251-1/+0
|
* objects with no ancestor are not implicitely finalAraq2012-08-241-0/+3
|
* implemented 'bind' for macrosAraq2012-08-241-0/+1
|
* implemented backslash for continuation commentsAraq2012-08-231-1/+7
|
* bycopy/byref for object/tuple typesAraq2012-08-161-0/+2
|
* stdlib uses more of varargsAraq2012-08-161-0/+2
|
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-0/+1
|
* borrow works with genericsAraq2012-08-061-0/+1
|
* added some support for HaikuAraq2012-07-291-0/+4
|
* DLLs should work again; fixes #169Araq2012-07-241-396/+0
|
* added system.compilesAraq2012-07-201-0/+2
|
* improvements for 'bind', fixes #166Araq2012-07-181-0/+3
|
* x11 example compiles again; updated python wrapper; compiler supports ↵Araq2012-07-161-0/+1
| | | | variables in DLLs
* added system.@ for openarraysAraq2012-07-141-0/+3
|
* improved unsigned supportAraq2012-07-141-1/+1
|
* ';' as statement separatorAraq2012-07-121-1/+3
|
* ';' now valid for parameter listsAraq2012-07-111-0/+2
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-1/+6
|
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-051-0/+3
|
* ' is optional in type suffixes for numerical literalsAraq2012-07-021-0/+1
|
* added proc annotations: macros invoked as pragmasAraq2012-06-261-0/+1
|
* doc2 improvementsAraq2012-06-241-1/+3
|
* first implementation of docgen2Araq2012-06-231-1/+2
|
* deprecated the pretty printer commandAraq2012-06-221-0/+5
|
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-221-4/+5
|
* Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-031-2/+6
|
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-021-0/+5
|\
| * made tsequtils green againAraq2012-05-281-0/+3
| |
| * added system.||; lacks runtime supportAraq2012-05-231-0/+2
| |
* | Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-021-0/+2
| |
* | stand-alone except and finally blocksZahary Karadjov2012-05-231-0/+1
|/ | | | This is equivalent to the on-error and at-scope-exit operators in other languages
* fixes #113Araq2012-05-201-0/+2
|
* Fixed a bug in times and finished its docs. Added mimetypes module and added ↵dom962012-05-131-2/+2
| | | | the uri module to the doc gen. Fixed a bug in the cookies module.
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-061-1/+2
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-041-1/+2
|\
| * The httpserver now gathers the headers for the user. Fixed ambiguity in ↵dom962012-05-031-1/+2
| | | | | | | | recvLine in the sockets module.