summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: openssl import for macosxAraq2012-12-193-2/+6
|
* small examples work with the FFIAraq2012-12-192-29/+45
|
* first steps for FFI support at compile timeAraq2012-12-195-49/+270
|
* fixes #277; documentation improvementsAraq2012-12-172-2/+4
|
* don't invoke destructors for .global. variablesAraq2012-12-161-1/+2
|
* some fixes for generic first class iteratorsAraq2012-12-153-10/+11
|
* fixes #271Araq2012-12-155-32/+47
|
* lazy paths for Babel supportAraq2012-12-116-21/+55
|
* improvements for --babelPathAraq2012-12-092-5/+20
|
* made some tests green; some small bugfixesAraq2012-12-091-1/+1
|
* compiler support for babelAraq2012-12-073-19/+93
|
* replaced recursivePath with shallowPath for BabelAraq2012-12-061-3/+2
|
* implemented AST based overloadingAraq2012-12-063-7/+19
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-0610-27/+66
|\
| * fixes #269Araq2012-12-052-0/+5
| |
| * fixes #266Araq2012-12-051-2/+0
| |
| * implemented generic convertersAraq2012-12-053-5/+30
| |
| * constraint now part of the parameter symbol and not of the typeAraq2012-12-056-18/+22
| |
| * disable SSLv2_method for ubuntuAraq2012-12-031-3/+3
| |
| * bugfix: 'not nil' and 'shared' typesAraq2012-12-021-1/+8
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-024-265/+573
|\|
| * dont use unsafeNew in ropes.nim for nowAraq2012-12-021-245/+512
| |
| * first version of ropes.nim with unsafeNew (broken)Araq2012-12-024-60/+101
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-023-40/+79
|\|
| * implements 'export' featureAraq2012-12-013-37/+74
| |
| * implements 'import dir/module' without quotesAraq2012-11-301-3/+5
| |
* | resolved conflictsAraq2012-11-3010-94/+95
|\|
| * implemented 'import except'Araq2012-11-2810-91/+91
| |
| * bugfix: better implict 'items' supportAraq2012-11-282-6/+6
| |
* | bugfix: implicit items/pairs work betterAraq2012-11-281-3/+4
|/
* first steps for the 'export' featureAraq2012-11-283-25/+30
|
* fixed recently introduced parser bugsAraq2012-11-261-2/+2
|
* 'return' for first class iteratorsAraq2012-11-263-18/+30
|
* next steps for first class iteratorsAraq2012-11-265-3/+14
|
* parser support for 'not nil' annotationAraq2012-11-251-52/+48
|
* first steps for 'not nil' annotationAraq2012-11-255-67/+120
|
* added missing type flagsAraq2012-11-233-11/+21
|
* 'iterator' as type descriptionAraq2012-11-221-1/+5
|
* made 'shared' a keywordAraq2012-11-223-5/+22
|
* bugfixes for thread analysisAraq2012-11-221-5/+9
|
* fixes #261Araq2012-11-211-1/+1
|
* fixes 259Araq2012-11-211-2/+2
|
* added 2 necessary node kindsAraq2012-11-211-0/+3
|
* almost every pragma is allowed in a 'push' pragmaAraq2012-11-204-227/+254
|
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-208-38/+70
|
* fixes #250Araq2012-11-193-6/+9
|
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-183-7/+17
|
* added system.finished for first class iteratorsAraq2012-11-175-10/+5
|
* next steps for first class iteratorsAraq2012-11-154-10/+39
|
* improvements for first class iteratorsAraq2012-11-152-5/+16
|