summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* completing the "types as first class values" reformZahary Karadjov2012-04-064-40/+50
* the foundations of a type traits module; better error messages for expr, type...Zahary Karadjov2012-04-068-12/+65
* when expressions, proper rendering for nkDo and nkLambda and parser support f...Zahary Karadjov2012-04-056-19/+55
* Added ``global`` pragma that can be used to introduce new global variables fr...Zahary Karadjov2012-04-056-10/+22
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-03-3136-109/+1017
|\
| * forgot to add lib/system/embedded.nimAraq2012-03-311-0/+106
| * bugfix: DLLs should compile againAraq2012-03-311-1/+2
| * implemented support for the AVR CPU and standalone OSAraq2012-03-317-32/+122
| * tests tcnstseq and tcnstseq3 work againAraq2012-03-283-3/+6
| * corrected the index websiteAraq2012-03-282-2/+9
| * bugfix #100 againAraq2012-03-287-14/+12
| * attempt to fix a bug concerning implicit type conversions in case statementsAraq2012-03-274-29/+26
| * added htmlgen to docsAraq2012-03-232-0/+5
| * fixes #102Araq2012-03-232-0/+448
| * bugfix: GC marker procs; making tests green againAraq2012-03-234-4/+10
| * Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-235-6/+257
| |\
| | * Forgot to rename ETimedout to ETimeout in the sockets module in some places.dom962012-03-221-4/+4
| | * Added benchmark tool and some benchmarks.dom962012-03-223-0/+170
| | * Fixed a problem with message parsing in the IRC module. Introduced timeout to...dom962012-03-222-6/+87
| * | some bugfixes for symbolfilesAraq2012-03-234-20/+16
| |/
* | typedesc and expr paramsZahary Karadjov2012-03-3114-45/+218
* | genSym support for hygienic macros and templates.Zahary Karadjov2012-03-266-70/+34
* | generic types can be used like type classes. distinct can be applied to type ...Zahary Karadjov2012-03-2511-79/+147
* | tyOrdinal now means "integral types". tyTypeClass created to take care of typ...Zahary Karadjov2012-03-227-30/+43
|/
* expr params implemented for procs; paving the way for type classesZahary Karadjov2012-03-226-29/+88
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-2111-34/+32
|\
| * untyped proc/template/macro params default to exprZahary Karadjov2012-03-202-17/+15
| * enforcing gcc code generation for koch csource; proper C sources for WindowsZahary Karadjov2012-03-201-1/+1
| * making tests green againZahary Karadjov2012-03-208-16/+16
* | implemented marker procs for the GC resulting in huge speedupsAraq2012-03-216-18/+169
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-1939-210/+365
|\|
| * missed file from the previous commitZahary Karadjov2012-03-191-0/+7
| * merged branch overloading-for-macrosZahary Karadjov2012-03-1939-210/+358
| |\
| | * rebuilt the C sourcesZahary Karadjov2012-03-160-0/+0
| | * the test suite is mostly green againZahary Karadjov2012-03-1619-67/+46
| | * updated system.nim to take advantage of the new template capabilitiesZahary Karadjov2012-03-151-13/+13
| | * fix for template redefinition. test cases added.Zahary Karadjov2012-03-158-14/+98
| | * allowing definitions of procs and templates to be overridden in local scopesZahary Karadjov2012-03-143-7/+20
| | * allowing multiple definitions of templatesZahary Karadjov2012-03-142-12/+13
| | * bootstraps fine with overloadable templatesZahary Karadjov2012-03-1414-134/+221
* | | preparations for marker procs generationAraq2012-03-193-17/+19
|/ /
* | unittest module compiles againAraq2012-03-172-6/+6
* | rebuilt C sourcesAraq2012-03-172-8/+1
* | trigger a new build for nimbuild; last commit fixes #14, #34, #101Araq2012-03-171-2/+1
* | clean separation of PNimrodNode and tyExprAraq2012-03-167-22/+32
* | implemented 'static'; macros do not work anymoreAraq2012-03-1510-22/+73
* | first steps for cleaner static/const distinctionAraq2012-03-1319-66/+193
|/
* vars can be 'compileTime'; shallow introduced weird string aliasing bugAraq2012-03-112-3/+3
* attempt to make tests green againAraq2012-03-115-21/+40
* browsers module should compile on windows againAraq2012-03-101-1/+8