summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* SPEC change: ^ is right-assoc and of highest priorityAraq2011-01-101-1/+1
* SPEC change: ^ is right-assoc and of highest priorityAraq2011-01-104-26/+38
* support for objective C generationAraq2011-01-107-13/+24
* documentation improvementsAraq2011-01-093-2/+45
* c2nim compiles again [#9 state:resolved]; better error message for named para...Araq2011-01-098-3/+25
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-092-1/+4
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-0913-56/+156
* bugfix: osproc compiles under windows againAraq2011-01-072-2/+2
* additions to complex moduleAraq2011-01-073-7/+206
* implemented 'emit' pragmaAraq2011-01-0710-74/+108
* added test tmultim4.nimAraq2011-01-063-0/+41
* documentation for source code filtersAraq2011-01-063-78/+49
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-062-55/+40
|\
| * fixes #5, also cleaned up extccomp a bit.dom962011-01-062-55/+40
* | better tester; yet another iterator bugfixAraq2011-01-066-71/+116
* | bugfix: compiler rejects methods without object parameterAraq2011-01-067-3/+28
|/
* fixed whitespace conflictAraq2011-01-062-55/+55
|\
| * Adjust name of event converters and remove the boilerplateMichael Fellinger2011-01-051-38/+19
| * Attempt to fix event debacle in sdlMichael Fellinger2011-01-041-54/+73
| * add sin proc for mathMichael Fellinger2011-01-041-0/+2
* | graphics: draw(Ver|Hor)LineAraq2011-01-061-2/+2
* | bugfix: semantic checking: tuples without named fieldsAraq2011-01-062-1/+6
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-052-8/+29
|\ \
| * | Fixed a bug in typeToString with generics.dom962011-01-031-8/+6
| * | Added a generics test case.dom962011-01-031-0/+23
| |/
* | transf: big refactoring; other small fixesAraq2011-01-0511-226/+287
* | bugfix: multiple yield statements and loop body varsAraq2010-12-1313-75/+256
* | added strutils.alignAraq2010-12-074-15/+36
* | commit before ov-res changesAraq2010-12-074-23/+37
* | commit before ov-res changesAraq2010-12-071-0/+191
* | renamed lock->aquireAraq2010-11-182-20/+20
* | docgen understands and ignores *when false*Araq2010-11-1818-79/+1194
|/
* pegs: captured search loopAraq2010-11-073-5/+55
* claro wrapper addedAraq2010-11-075-0/+2755
* niminst: support for doc_startAraq2010-11-024-4/+15
* Bugfix: niminst: proper GUI target supportAraq2010-11-021-1/+1
* Bugfix: niminst: nimrod is not default dir for *every* projectAraq2010-11-021-1/+1
* Bugfix: niminst: nimrod is not default dir for *every* projectAraq2010-11-021-0/+1
* Bugfix: niminst: nimrod is not default dir for *every* projectAraq2010-11-021-1/+1
* bugfix: dialogs.ChooseFilesToOpenAraq2010-11-012-0/+6
* added os.findExeAraq2010-10-313-12/+14
* pegs: bugfixes and extensionsAraq2010-10-314-16/+51
* bugfixes: htmlparser moduleAraq2010-10-305-4/+54
* bugfix: httpclientAraq2010-10-302-2/+9
* Added a close function to the ssl module.dom962010-10-273-0/+13
* added install.sh; scgi: does not set system.stackTraceNewLine anymoreAraq2010-10-264-1/+735
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-257-36/+217
* ssl.connect now returns the result of the certificate validation.dom962010-10-232-9/+6
* Added {.final.} to objects which are not meant to be inherited, and added an ...dom962010-10-232-3/+3
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-233-27/+50