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
path:
root
/
tests
Commit message (
Collapse
)
Author
Age
Files
Lines
*
tester compiles under taint mode again
Araq
2012-07-20
1
-3
/
+3
|
*
fixed the rodfiles tests
Zahary Karadjov
2012-07-20
3
-34
/
+37
|
*
bugfixes for the symbol mangling; implements #129
Araq
2012-07-19
1
-9
/
+9
|
*
implemented #133
Araq
2012-07-19
1
-1
/
+3
|
*
bugfix: constraint matching for tyGenericInst; implements #130
Araq
2012-07-19
1
-0
/
+23
|
*
improvements for 'bind', fixes #166
Araq
2012-07-18
1
-0
/
+24
|
*
attempt to fix DLL generation
Araq
2012-07-18
2
-2
/
+2
|
*
made some tests green
Araq
2012-07-17
4
-6
/
+6
|
*
make tests green again
Araq
2012-07-17
7
-9
/
+9
|
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
3
-8
/
+11
|
*
closures shouldn't leak anymore
Araq
2012-07-16
1
-1
/
+0
|
*
made a test green again
Araq
2012-07-15
1
-1
/
+1
|
*
work on closures continues; fixed #116
Araq
2012-07-13
1
-0
/
+21
|
*
overloading resolution finally takes inheritance depth into account
Araq
2012-07-11
1
-3
/
+3
|
*
fixes #147
Araq
2012-07-10
1
-0
/
+18
|
*
some more bugfixes for the integer promotion rules
Araq
2012-07-10
1
-1
/
+1
|
*
more fixes for new integer promotion rules; fixes #152; fixes #157; fixes ↵
Araq
2012-07-09
1
-1
/
+1
|
|
|
|
#156; fixes #155
*
made tests green again
Araq
2012-07-09
8
-15
/
+15
|
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-1
/
+1
|
*
added devel/logging; weakrefs test; next steps for proper unsigned support
Araq
2012-07-05
2
-1
/
+49
|
*
JS codegen improvements; barely usable now
Araq
2012-07-02
2
-1
/
+24
|
*
JS codegen enhancements; still unusable
Araq
2012-07-01
2
-3
/
+38
|
*
dead code elimination for JS backend; JS improvements (but doesn't work yet)
Araq
2012-06-30
1
-2
/
+6
|
*
thread var emulation should work again
Araq
2012-06-25
1
-3
/
+10
|
*
added gcleak4.nim test; fails in debug mode
Araq
2012-06-24
1
-0
/
+42
|
*
documented optional indentation for 'case' statements/'case' objects
Araq
2012-06-22
1
-0
/
+10
|
*
documentation improvements; added system.gorge (for Araq's fun)
Araq
2012-06-22
1
-1
/
+14
|
*
fixes #134
Araq
2012-06-21
1
-0
/
+2
|
*
fixes #145
Araq
2012-06-21
1
-0
/
+12
|
*
another bugfix
Araq
2012-06-21
1
-0
/
+1
|
*
fixes #140
Araq
2012-06-21
2
-10
/
+14
|
*
bugfixes for closures
Araq
2012-06-21
1
-0
/
+28
|
*
fixes #142
Araq
2012-06-20
1
-1
/
+1
|
*
added another macro regression
Araq
2012-06-20
1
-0
/
+9
|
*
made some tests green again
Araq
2012-06-20
1
-0
/
+1
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-06-19
2
-1
/
+67
|
\
|
*
more uint related fixes
Zahary Karadjov
2012-06-14
1
-1
/
+1
|
|
|
*
codegen for C++ exceptions
Zahary Karadjov
2012-06-03
1
-1
/
+1
|
|
|
*
bugfix: finally blocks were not executed when the except block is exited by ↵
Zahary Karadjov
2012-06-03
1
-0
/
+66
|
|
|
|
|
|
|
|
raise or return
*
|
somewhat working closures
Araq
2012-06-19
2
-8
/
+33
|
|
*
|
next steps for full closure support
Araq
2012-06-18
2
-7
/
+13
|
|
*
|
tinterf.nim works now
Araq
2012-06-17
2
-8
/
+29
|
|
*
|
simple example works again
Araq
2012-06-16
1
-2
/
+3
|
|
*
|
first implementation of new lambda lifting
Araq
2012-06-15
1
-2
/
+10
|
/
*
niminst: use 'set -e'; failing to copy docs and data is no installation error
Araq
2012-05-31
1
-0
/
+2
|
*
fixes #127
Araq
2012-05-30
1
-1
/
+18
|
*
'+=' etc for all floating point types
Araq
2012-05-29
2
-0
/
+12
|
*
made tsequtils green again
Araq
2012-05-28
2
-1
/
+25
|
*
bugfix: UFCS for templates (ttempl3.nim enhanced)
Araq
2012-05-27
1
-0
/
+15
|
*
fixes #109
Araq
2012-05-20
1
-0
/
+28
|
[next]