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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
example: template hygienic(val: expr) = var `*x` = val echo `*x` *x was chosen as mnemonic for "opposite of public" and thus private
*
|
generic types can be used like type classes. distinct can be applied to type ↵
Zahary Karadjov
2012-03-25
1
-0
/
+34
|
/
|
|
|
classes.
*
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
|
*
fix for template redefinition. test cases added.
Zahary Karadjov
2012-03-15
1
-0
/
+29
|
*
small fixes for tests on windows
Araq
2012-01-31
1
-9
/
+11
|
*
tlsEmulation:on for windows/GCC
Araq
2012-01-29
1
-2
/
+2
|
*
fixes #89
Araq
2012-01-29
1
-0
/
+5
|
*
fixed #96 as good as technically possible (debug frames are allocated on the ↵
Araq
2012-01-29
1
-4
/
+4
|
|
|
|
C stack)
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-22
/
+37
|
*
even more sys assertions
Araq
2012-01-13
1
-25
/
+14
|
*
more sysasserts for allocator/gc
Araq
2012-01-12
1
-7
/
+12
|
*
further steps to eliminate generics bugs
Araq
2012-01-11
2
-2
/
+4
|
*
disabled tdatabind.nim as it's still to heavy for the compiler
Araq
2012-01-08
1
-0
/
+95
|
*
implicit invokation of items/pairs iterators
Araq
2012-01-08
1
-0
/
+4
|
*
fixes #33
Araq
2012-01-07
1
-19
/
+17
|
*
bugfix: type alias to generic; generic type not stripped away from for loop ↵
Araq
2012-01-07
3
-0
/
+34
|
|
|
|
variable
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
|
*
improved actors.sync
Araq
2011-12-31
1
-0
/
+66
|
*
added support for advanced substitution expressions
Araq
2011-12-27
1
-1
/
+1
|
*
fixed some recently introduced compilation errors in the standard library
Zahary Karadjov
2011-12-13
1
-1
/
+1
|
*
proc arguments are in scope when the result type definition is being processed
Zahary Karadjov
2011-12-09
1
-0
/
+3
|
|
|
|
|
This is intended for type deduction depending on the arguments proc foo(x: type): type(expr(x))
*
fixes #31
Araq
2011-11-27
1
-0
/
+4
|
*
attempt to fix tunidecode test; GC cares for seq->openArray conversions
Araq
2011-11-21
1
-3
/
+1
|
*
got rid of 'accept' dir in the tests
Araq
2011-11-19
126
-0
/
+3059