summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #1595Araq2014-10-311-5/+16
|
* nicer error messages (untested)Araq2014-10-261-3/+2
|
* Merge branch 'devel' into bigbreakAraq2014-10-231-4/+6
|\ | | | | | | | | Conflicts: web/news.txt
| * fixes #1029Araq2014-10-221-4/+6
| |
| * fixes #1551Araq2014-10-111-0/+5
| |
| * minor bugfix for void .compileTime procsAraq2014-09-111-1/+1
| |
* | fixes #1551Araq2014-10-051-2/+3
| |
* | bugfix: 'T = ref T' is an illegal recursive typeAraq2014-10-021-0/+1
| |
* | implemented 'guard' annotationAraq2014-09-211-0/+4
| |
* | nimfix improvementsAraq2014-09-101-1/+1
| |
* | improvements for nimfixAraq2014-09-101-2/+14
| |
* | 'pretty' command does not exist anymore; improvements for nimfixAraq2014-09-101-0/+1
| |
* | some improvements for nimfixAraq2014-09-091-3/+3
| |
* | minor bugfix for void .compileTime procsAraq2014-08-311-1/+1
| |
* | updated the compiler to use the new symbol namesAraq2014-08-281-1/+1
| |
* | Nimrod renamed to NimAraq2014-08-281-1/+1
|/
* fixes #1380Araq2014-08-191-9/+8
|
* fixes #1431Araq2014-08-121-2/+3
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-111-1/+3
|\
| * Merge pull request #1467 from Varriount/fix-1424Andreas Rumpf2014-08-101-1/+3
| |\ | | | | | | Fix #1424
| | * Update semexprs.nimVarriount2014-08-101-5/+1
| | |
| | * Fix #1424 some moreClay Sweetser2014-08-081-1/+5
| | |
| | * Fix #1424Clay Sweetser2014-08-071-0/+2
| | |
* | | distinguish between 'defined' and 'declared'Araq2014-08-111-4/+10
|/ /
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-101-0/+2
|\ \
| * | Fixes #1435Clay Sweetser2014-08-091-0/+2
| | |
* | | progress on 'spawn'Araq2014-08-101-3/+3
|/ /
* / 'parallel' statement works againAraq2014-08-081-1/+1
|/
* fixes #1355Araq2014-07-151-1/+2
|
* fixes #904Araq2014-07-011-0/+4
|
* fixes #1285Araq2014-06-301-13/+13
|
* Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-061-3/+14
|\
| * big rename: Promise -> FlowVarAraq2014-06-061-7/+7
| |
| * Promises are now refsAraq2014-06-051-0/+11
| |
* | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-011-5/+26
|\|
| * pi test compiles, but crashes randomlyAraq2014-06-011-2/+6
| |
| * bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise'Araq2014-05-251-4/+4
| |
| * progress with futuresAraq2014-05-231-0/+12
| |
| * progress for the 'parallel' statementAraq2014-05-141-5/+10
| |
* | Merge pull request #1229 from Varriount/fix-1203Andreas Rumpf2014-05-311-8/+14
|\ \ | | | | | | Fix issue #1203
| * | Rename some variables in the isCastable codeClay Sweetser2014-05-261-6/+6
| | |
| * | Fix issue #1203Clay Sweetser2014-05-261-0/+2
| | |
| * | Update 'isCastable' and 'semCast' doc-commentsClay Sweetser2014-05-261-2/+6
| |/
* | Renamed considerAccents to considerQuotedIdentClay Sweetser2014-05-261-5/+5
| |
* | Renamed 'considerAcc' to 'considerAccents' for clarityClay Sweetser2014-05-241-5/+5
|/ | | | | Added documentation string to 'considerAccents' Modified renderParamType's assertion to allow nkAcc nodes.
* compiler prepared for the new comment handlingAraq2014-04-301-0/+2
|
* first version of 'spawn'Araq2014-04-161-0/+2
|
* implemented region pointersAraq2014-04-091-4/+4
|
* propagate semExpr flags in macro/template expansionZahary Karadjov2014-04-061-8/+9
|
* tsymchoicefield compilesAraq2014-04-011-2/+4
|