summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | further progress on closure iterators; tforum still failingAndreas Rumpf2016-01-033-18/+34
| * | | | | | next steps to produce working closure iteratorsAndreas Rumpf2016-01-033-68/+111
| * | | | | | made closure iterators tests green, updated docsAndreas Rumpf2015-12-3110-35/+42
| * | | | | | closure iterators do have 'result'Andreas Rumpf2015-12-301-1/+2
| * | | | | | closure iterators sometimes workAndreas Rumpf2015-12-301-2/+3
| * | | | | | Merge branch 'devel' into new-llAndreas Rumpf2015-12-299-23/+35
| |\| | | | |
| | * | | | | new db_sqlite requires deadCodeElim:on because not every sqlite3_column_nameAndreas Rumpf2015-12-292-7/+2
| | * | | | | do not print spurious warnings when dlopen fails; can be re-enabled with -d:n...Andreas Rumpf2015-12-291-3/+4
| | * | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develDominik Picheta2015-12-292-3/+3
| | |\ \ \ \ \
| | | * \ \ \ \ Merge pull request #3663 from def-/netbsd-fixDominik Picheta2015-12-251-2/+2
| | | |\ \ \ \ \
| | | | * | | | | Fix osproc compilation on NetBSD, use workaround for missing execvpedef2015-12-231-2/+2
| | | * | | | | | Merge pull request #3662 from def-/openbsd-fixDominik Picheta2015-12-241-1/+1
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | | | * | | | | Fix nativesockets compilation on OpenBSD and NetBSDdef2015-12-231-1/+1
| | | | |/ / / /
| | * | / / / / Fixes incorrect Host header when using httpclient with proxy.Dominik Picheta2015-12-291-5/+5
| | |/ / / / /
| | * | | | | Task proc in nimscript module will now export the proc it creates.Dominik Picheta2015-12-241-1/+1
| | * | | | | Merge pull request #3666 from trustable-code/PR10Andreas Rumpf2015-12-242-4/+20
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | fix issue #3550trustable-code2015-12-242-4/+20
| | |/ / / /
| * | | | | LL works reasonably well; closure iterators still not implementedAndreas Rumpf2015-12-291-3/+9
| * | | | | updated test casesAndreas Rumpf2015-12-292-5/+5
| * | | | | changed testcase for new LL semanticsAndreas Rumpf2015-12-291-1/+1
| * | | | | updated test case for changed LLAndreas Rumpf2015-12-291-2/+3
| * | | | | breaking change: disallow .closure procs for constAndreas Rumpf2015-12-292-5/+8
| * | | | | fixes missing 'illegal capture' error message regressionAndreas Rumpf2015-12-291-2/+2
| * | | | | fixes closure generation when only paramters are capturedAndreas Rumpf2015-12-291-8/+23
| * | | | | bootstrapping works againAndreas Rumpf2015-12-291-2/+4
| * | | | | up references workAndreas Rumpf2015-12-281-35/+38
| * | | | | made indirectAccess slightly more efficientAndreas Rumpf2015-12-281-1/+2
| * | | | | compute LL before the other transformations as that should produce more effic...Andreas Rumpf2015-12-281-5/+5
| * | | | | new-ll: further progress (bootstrapping still fails)Andreas Rumpf2015-12-271-7/+13
| * | | | | up references might work; got rid of debugging codeAndreas Rumpf2015-12-261-5/+3
| * | | | | first implementation of the new lambda-lifting pass; barely anything worksAndreas Rumpf2015-12-2620-789/+465
| |/ / / /
| * | | | Merge pull request #3651 from jangko/vm_'excl'Andreas Rumpf2015-12-212-1/+28
| |\ \ \ \
| | * | | | fixed compile time `excl ` cause SIGSEGV #3639jangko2015-12-172-1/+28
| * | | | | Merge pull request #3654 from jangko/vm_uinttouint64convAndreas Rumpf2015-12-212-1/+85
| |\ \ \ \ \
| | * | | | | fixed VM touint conversion #2514jangko2015-12-192-1/+85
| | |/ / / /
| * | | | | Merge pull request #3657 from oderwat/fix-excl-regressionAndreas Rumpf2015-12-211-1/+1
| |\ \ \ \ \
| | * | | | | Fix regression in set.excl code generation.Hans Raaf2015-12-211-1/+1
| |/ / / / /
| * | | | | profiling doesn't require call to enableProfilingAndreas Rumpf2015-12-181-0/+1
| * | | | | modified the integrated profiler to hopefully produce more reliable resultsAndreas Rumpf2015-12-182-28/+35
| * | | | | implements column information retrival for db_sqliteAndreas Rumpf2015-12-171-0/+33
| * | | | | fixes InstantRow decl; implements column information retrival for db_mysqlAndreas Rumpf2015-12-171-5/+88
| * | | | | added column_table_name procAndreas Rumpf2015-12-171-0/+2
| * | | | | added more column information fieldsAndreas Rumpf2015-12-171-1/+6
| * | | | | Merge pull request #3653 from oderwat/mysql-fields-sizeof-fixAndreas Rumpf2015-12-171-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fixing mysql_field.Hans Raaf2015-12-171-0/+1
| |/ / / /
| * | | | updated db*.nim modulesAndreas Rumpf2015-12-164-53/+36
| * | | | big update for the db*.nim modules; uses new db_common.nimAndreas Rumpf2015-12-164-143/+188
| * | | | Merge pull request #3635 from jlp765/odbcsql1Andreas Rumpf2015-12-162-1/+517
| |\ \ \ \
| | * | | | add SQLErr (mapped to SQLError in odbc lib)JamesP2015-12-091-1/+37
| | * | | | add db_odbc library moduleJamesP2015-12-091-0/+480