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
/
compile
Commit message (
Expand
)
Author
Age
Files
Lines
*
track the "owner" heap object in the ref write barrier
Zahary Karadjov
2012-12-01
1
-0
/
+71
*
bugfix: wrong assertions for C++ code generation; some solaris support; first...
Araq
2012-10-30
1
-1
/
+1
*
bugfix: tcan_inherit_generic works again
Araq
2012-10-19
1
-0
/
+8
*
fixes #217
Araq
2012-10-13
1
-0
/
+6
*
attempt to fix #183
Araq
2012-10-06
2
-0
/
+9
*
experimental support for querying the type of expressions within macros
Zahary Karadjov
2012-10-03
1
-0
/
+12
*
the `is` operator now works with type classes and type variables
Zahary Karadjov
2012-10-03
2
-2
/
+44
*
fixes ttypeselectors
Zahary Karadjov
2012-09-28
1
-2
/
+1
*
bugfix: 'result' cannot be captured in a closure
Araq
2012-09-23
1
-9
/
+11
*
ftpclient fixed but causes an issue with the code generator and
Dominik Picheta
2012-09-21
1
-16
/
+18
*
fixes #194
Araq
2012-09-20
1
-0
/
+31
*
[unittest] even deeper inspection of expressions and variables for the check ...
Zahary Karadjov
2012-09-14
1
-2
/
+0
*
[unittest] the check macro will print the values of params involved in failed...
Zahary Karadjov
2012-09-13
1
-1
/
+1
*
made more tests green; fixes #201
Araq
2012-09-12
3
-15
/
+7
*
made some tests green
Araq
2012-09-12
17
-24
/
+29
*
implemented generic templates
Araq
2012-08-27
1
-0
/
+8
*
thygienictempl added
Araq
2012-08-26
1
-0
/
+10
*
next steps for closure consistency; fixes #176
Araq
2012-07-25
1
-0
/
+474
*
better test for 'system.compiles'
Araq
2012-07-20
1
-3
/
+22
*
added system.compiles
Araq
2012-07-20
1
-0
/
+12
*
implemented #133
Araq
2012-07-19
1
-1
/
+3
*
bugfix: constraint matching for tyGenericInst; implements #130
Araq
2012-07-19
1
-0
/
+23
*
attempt to fix DLL generation
Araq
2012-07-18
1
-1
/
+1
*
made some tests green
Araq
2012-07-17
4
-6
/
+6
*
make tests green again
Araq
2012-07-17
3
-3
/
+3
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-1
/
+2
*
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 #15...
Araq
2012-07-09
1
-1
/
+1
*
made tests green again
Araq
2012-07-09
2
-5
/
+5
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-1
/
+1
*
documented optional indentation for 'case' statements/'case' objects
Araq
2012-06-22
1
-0
/
+10
*
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
1
-10
/
+0
*
fixes #142
Araq
2012-06-20
1
-1
/
+1
*
added another macro regression
Araq
2012-06-20
1
-0
/
+9
*
bugfix: UFCS for templates (ttempl3.nim enhanced)
Araq
2012-05-27
1
-0
/
+15
*
fixes binding of overloaded procs
Araq
2012-05-04
1
-0
/
+12
*
fixes #105
Araq
2012-04-16
1
-81
/
+0
*
documentation improvements; higher level Mongodb wrapper
Araq
2012-04-09
1
-0
/
+16
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-03-31
2
-0
/
+454
|
\
|
*
corrected the index website
Araq
2012-03-28
1
-0
/
+7
|
*
fixes #102
Araq
2012-03-23
1
-0
/
+447
*
|
genSym support for hygienic macros and templates.
Zahary Karadjov
2012-03-26
1
-0
/
+12
*
|
generic types can be used like type classes. distinct can be applied to type ...
Zahary Karadjov
2012-03-25
1
-0
/
+34
|
/
*
making tests green again
Zahary Karadjov
2012-03-20
1
-1
/
+1
*
the test suite is mostly green again
Zahary Karadjov
2012-03-16
4
-8
/
+6
[next]