summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Lists available idetools caas switches.Grzegorz Adam Hankiewicz2013-06-151-0/+4
| * | Merge pull request #487 from gradha/pr_no_more_slurpingAraq2013-06-282-1/+26
| |\ \
| | * | Adds highlite to tests suite.Grzegorz Adam Hankiewicz2013-06-182-1/+3
| | * | Adds previous slurping as runnable testcase.Grzegorz Adam Hankiewicz2013-06-181-1/+14
| | * | Replaces relative file slurping with hardcoded array.Grzegorz Adam Hankiewicz2013-06-181-1/+11
| | |/
* | / bugfix: typoAraq2013-06-291-1/+1
|/ /
* | got rid of debug callsAraq2013-06-281-3/+1
* | some small performance improvement for the evaluatorAraq2013-06-283-50/+69
* | small REPL improvementsAraq2013-06-283-6/+7
* | var tuple unpacking works at compile timeAraq2013-06-284-40/+54
* | implements nicer floating point literalsAraq2013-06-272-13/+14
* | attempt to make libzip work on the testing machinesAraq2013-06-272-10/+15
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-274-151/+150
|\ \
| * | Fixed OSError + recvLine deprecation warnings.Dominik Picheta2013-06-274-151/+150
* | | bugfix: rendering of typ|typ2Araq2013-06-273-10/+17
* | | implements the 'codegenDecl' pragmaAraq2013-06-277-25/+58
* | | attempt to use the lib.so for libzipAraq2013-06-271-49/+54
* | | bugfix: marshal supports unsigned numbersAraq2013-06-273-4/+11
* | | fixes #488Araq2013-06-272-0/+10
* | | fixes #442Araq2013-06-272-11/+38
* | | fixes #492Araq2013-06-272-3/+3
|/ /
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-2712-485/+585
|\ \
| * | Fixed OSError deprecation warnings.Dominik Picheta2013-06-263-32/+35
| * | Merge pull request #489 from onionhammer/patch-1Dominik Picheta2013-06-251-3/+4
| |\ \
| | * | Fix: OpenSSL on Windowsonionhammer2013-06-201-3/+4
| | |/
| * | Deprecated OSError, and modified it to require an explicit OS error code.Dominik Picheta2013-06-255-126/+196
| * | Fixed terminal module so that it doesn't raise an EOS exception when stdout i...Dominik Picheta2013-06-222-334/+334
| * | Changed the type of gboolean to a distinct cint.Dominik Picheta2013-06-222-1/+9
| * | Symlinks are now expanded in os.getAppFilename on Mac OS X.Dominik Picheta2013-06-221-0/+5
| * | Send buffer will be respected now when closing async SCGI clients.Dominik Picheta2013-06-211-3/+12
| * | Added an asyncio.isSendDataBuffered procedure.Dominik Picheta2013-06-211-0/+4
| |/
* / fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-277-84/+252
|/
* fixes #481Araq2013-06-133-2/+41
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-1317-75/+152
|\
| * Merge pull request #478 from gradha/pr_idetoolszah2013-06-1217-75/+152
| |\
| | * Removes the nimcache symbol directory for each run.Grzegorz Adam Hankiewicz2013-06-111-2/+7
| | * Adds symbol proc run mode as suggested by Zahary.Grzegorz Adam Hankiewicz2013-06-112-5/+17
| | * Enables trackDirty query for idetools proc mode.Grzegorz Adam Hankiewicz2013-06-112-4/+2
| | * Adds $TESTNIM and $MODULE as variables to test cases.Grzegorz Adam Hankiewicz2013-06-119-55/+69
| | * Adds idetools testcase for dynamic dispatch. Refs #477.Grzegorz Adam Hankiewicz2013-06-103-0/+25
| | * Renames test cases to be more human friendly.Grzegorz Adam Hankiewicz2013-06-107-27/+27
| | * Adds skMethod example to idetools api test.Grzegorz Adam Hankiewicz2013-06-102-0/+23
* | | improvements for 'not nil' checkingAraq2013-06-139-27/+99
|/ /
* | bugfixes for the guarded data flow analysisAraq2013-06-125-71/+103
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-1115-45/+273
|\|
| * Merge pull request #476 from gradha/pr_fix_idetools_taintmodeAraq2013-06-102-3/+4
| |\
| | * Fixes usage of public API caasTestsRunner in tester.Grzegorz Adam Hankiewicz2013-06-101-2/+3
| | * Fixes caasdriver for --taintMode:on compilation.Grzegorz Adam Hankiewicz2013-06-101-1/+1
| |/
| * Merge pull request #470 from gradha/pr_idetools_testszah2013-06-1014-43/+270
| |\
| | * Removes CaasRun prefix from suggest-compile.txt test.Grzegorz Adam Hankiewicz2013-06-081-2/+2