summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | avoid duplicated variable names in unrolled loopsZahary Karadjov2012-04-152-2/+7
| * | fix threading testsZahary Karadjov2012-04-152-4/+10
| * | fixes #20 properlyZahary Karadjov2012-04-154-38/+36
| * | fix the usage of definedInScope in pegs.=~Zahary Karadjov2012-04-141-1/+1
| * | experimental support for preserving local variable names in the generated codeZahary Karadjov2012-04-136-22/+146
| * | Proper C scopes for if, try and case statementsZahary Karadjov2012-04-123-83/+103
| * | C variables are created in their enclosing block instead of their enclosing f...Zahary Karadjov2012-04-128-151/+180
* | | @ is a sigil-like operatorAraq2012-04-159-157/+119
| |/ |/|
* | unicode: invalid utf-8 bytes are preservedAraq2012-04-131-4/+6
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-1331-86/+335
|\ \
| * | The build.sh file generated by niminst now supports a --extraBuildArgs param.dom962012-04-111-1/+22
| |/
| * re-enable rodfiles tests; fixes #91Zahary Karadjov2012-04-117-6/+25
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-1032-455/+12019
| |\
| * | typetraits module and testsZahary Karadjov2012-04-102-0/+39
| * | proper order of initialization for .global. variablesZahary Karadjov2012-04-107-3/+62
| * | 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
* | | performance improvements for ropesAraq2012-04-132-15/+21
| |/ |/|
* | documentation improvements; higher level Mongodb wrapperAraq2012-04-0915-683/+1106
* | C sources rebuilt for BSDAraq2012-04-070-0/+0
* | yet attempt to fix realpath for BSDAraq2012-04-071-1/+1
* | bugfix: expandFilename for BSDAraq2012-04-061-2/+2
* | C sources rebuilt for BSD supportAraq2012-04-063-2/+18
* | small fixes for BSDAraq2012-04-062-1/+4
* | added terminal.isatty; nimgrep version 0.9Araq2012-04-063-8/+39
* | fixed another docgen bug; initial mongodb wrapperAraq2012-04-068-38/+1200
* | better opengl wrapper; oids and endians modules documentedAraq2012-04-047-2529/+2572
* | added libsvm wrapperAraq2012-04-047-0/+253
* | added new OpenGL wrapperAraq2012-04-047-15/+9624
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-0127-176/+394
|\|
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-03-3136-109/+1017
| |\
| * | 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
* | | added strutils.parseEnum; fixes #95Araq2012-04-014-4/+28
| |/ |/|
* | 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