index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #3636
Andreas Rumpf
2016-01-04
4
-9
/
+31
*
fixes #1725
Andreas Rumpf
2016-01-04
2
-7
/
+28
*
async works again
Andreas Rumpf
2016-01-03
3
-20
/
+188
*
further progress on closure iterators; tforum still failing
Andreas Rumpf
2016-01-03
3
-18
/
+34
*
next steps to produce working closure iterators
Andreas Rumpf
2016-01-03
3
-68
/
+111
*
made closure iterators tests green, updated docs
Andreas Rumpf
2015-12-31
10
-35
/
+42
*
closure iterators do have 'result'
Andreas Rumpf
2015-12-30
1
-1
/
+2
*
closure iterators sometimes work
Andreas Rumpf
2015-12-30
1
-2
/
+3
*
Merge branch 'devel' into new-ll
Andreas Rumpf
2015-12-29
9
-23
/
+35
|
\
|
*
new db_sqlite requires deadCodeElim:on because not every sqlite3_column_name
Andreas Rumpf
2015-12-29
2
-7
/
+2
|
*
do not print spurious warnings when dlopen fails; can be re-enabled with -d:n...
Andreas Rumpf
2015-12-29
1
-3
/
+4
|
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Dominik Picheta
2015-12-29
2
-3
/
+3
|
|
\
|
|
*
Merge pull request #3663 from def-/netbsd-fix
Dominik Picheta
2015-12-25
1
-2
/
+2
|
|
|
\
|
|
|
*
Fix osproc compilation on NetBSD, use workaround for missing execvpe
def
2015-12-23
1
-2
/
+2
|
|
*
|
Merge pull request #3662 from def-/openbsd-fix
Dominik Picheta
2015-12-24
1
-1
/
+1
|
|
|
\
\
|
|
|
*
|
Fix nativesockets compilation on OpenBSD and NetBSD
def
2015-12-23
1
-1
/
+1
|
|
|
|
/
|
*
|
/
Fixes incorrect Host header when using httpclient with proxy.
Dominik Picheta
2015-12-29
1
-5
/
+5
|
|
/
/
|
*
|
Task proc in nimscript module will now export the proc it creates.
Dominik Picheta
2015-12-24
1
-1
/
+1
|
*
|
Merge pull request #3666 from trustable-code/PR10
Andreas Rumpf
2015-12-24
2
-4
/
+20
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
fix issue #3550
trustable-code
2015-12-24
2
-4
/
+20
|
|
/
*
|
LL works reasonably well; closure iterators still not implemented
Andreas Rumpf
2015-12-29
1
-3
/
+9
*
|
updated test cases
Andreas Rumpf
2015-12-29
2
-5
/
+5
*
|
changed testcase for new LL semantics
Andreas Rumpf
2015-12-29
1
-1
/
+1
*
|
updated test case for changed LL
Andreas Rumpf
2015-12-29
1
-2
/
+3
*
|
breaking change: disallow .closure procs for const
Andreas Rumpf
2015-12-29
2
-5
/
+8
*
|
fixes missing 'illegal capture' error message regression
Andreas Rumpf
2015-12-29
1
-2
/
+2
*
|
fixes closure generation when only paramters are captured
Andreas Rumpf
2015-12-29
1
-8
/
+23
*
|
bootstrapping works again
Andreas Rumpf
2015-12-29
1
-2
/
+4
*
|
up references work
Andreas Rumpf
2015-12-28
1
-35
/
+38
*
|
made indirectAccess slightly more efficient
Andreas Rumpf
2015-12-28
1
-1
/
+2
*
|
compute LL before the other transformations as that should produce more effic...
Andreas Rumpf
2015-12-28
1
-5
/
+5
*
|
new-ll: further progress (bootstrapping still fails)
Andreas Rumpf
2015-12-27
1
-7
/
+13
*
|
up references might work; got rid of debugging code
Andreas Rumpf
2015-12-26
1
-5
/
+3
*
|
first implementation of the new lambda-lifting pass; barely anything works
Andreas Rumpf
2015-12-26
20
-789
/
+465
|
/
*
Merge pull request #3651 from jangko/vm_'excl'
Andreas Rumpf
2015-12-21
2
-1
/
+28
|
\
|
*
fixed compile time `excl ` cause SIGSEGV #3639
jangko
2015-12-17
2
-1
/
+28
*
|
Merge pull request #3654 from jangko/vm_uinttouint64conv
Andreas Rumpf
2015-12-21
2
-1
/
+85
|
\
\
|
*
|
fixed VM touint conversion #2514
jangko
2015-12-19
2
-1
/
+85
|
|
/
*
|
Merge pull request #3657 from oderwat/fix-excl-regression
Andreas Rumpf
2015-12-21
1
-1
/
+1
|
\
\
|
*
|
Fix regression in set.excl code generation.
Hans Raaf
2015-12-21
1
-1
/
+1
|
/
/
*
|
profiling doesn't require call to enableProfiling
Andreas Rumpf
2015-12-18
1
-0
/
+1
*
|
modified the integrated profiler to hopefully produce more reliable results
Andreas Rumpf
2015-12-18
2
-28
/
+35
*
|
implements column information retrival for db_sqlite
Andreas Rumpf
2015-12-17
1
-0
/
+33
*
|
fixes InstantRow decl; implements column information retrival for db_mysql
Andreas Rumpf
2015-12-17
1
-5
/
+88
*
|
added column_table_name proc
Andreas Rumpf
2015-12-17
1
-0
/
+2
*
|
added more column information fields
Andreas Rumpf
2015-12-17
1
-1
/
+6
*
|
Merge pull request #3653 from oderwat/mysql-fields-sizeof-fix
Andreas Rumpf
2015-12-17
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fixing mysql_field.
Hans Raaf
2015-12-17
1
-0
/
+1
|
/
*
updated db*.nim modules
Andreas Rumpf
2015-12-16
4
-53
/
+36
*
big update for the db*.nim modules; uses new db_common.nim
Andreas Rumpf
2015-12-16
4
-143
/
+188
[next]