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
/
compiler
/
semfold.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
the `is` operator now works with type classes and type variables
Zahary Karadjov
2012-10-03
1
-11
/
+0
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-2
/
+10
*
next steps for tyVarargs/tyOpenArray split
Araq
2012-08-14
1
-2
/
+2
*
got rid of some mAddU64 etc. magics
Araq
2012-07-20
1
-10
/
+10
*
equality and hashing for closures
Araq
2012-07-17
1
-3
/
+9
*
improved unsigned support
Araq
2012-07-14
1
-3
/
+5
*
more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #15...
Araq
2012-07-09
1
-1
/
+4
*
'addSon' for types deprecated for 'int literal type' analysis
Araq
2012-07-09
1
-2
/
+2
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-5
/
+156
*
added devel/logging; weakrefs test; next steps for proper unsigned support
Araq
2012-07-05
1
-2
/
+3
*
changed integer promotion rules; added math.fmod
Araq
2012-06-28
1
-1
/
+1
*
better support for unsigned integers.
Zahary Karadjov
2012-06-11
1
-6
/
+6
*
Added system.staticExec proc for executing external command at compile-time
Zahary Karadjov
2012-06-02
1
-1
/
+1
*
the foundations of a type traits module; better error messages for expr, type...
Zahary Karadjov
2012-04-06
1
-1
/
+1
*
bugfix: semfold supports merging of '&'
Araq
2012-02-19
1
-0
/
+10
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
alias analysis as required for the code gen and the HLO
Araq
2011-12-08
1
-1
/
+1
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
1
-0
/
+4
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-26
1
-2
/
+4
|
\
|
*
New algorithm for locating and loading nimrod config files.
Zahary Karadjov
2011-11-25
1
-2
/
+4
*
|
fixed bug that kept tls emulation from working
Araq
2011-11-25
1
-3
/
+3
|
/
*
bugfix: 'when' sections in generic objects now work, so TThread[void] compiles
Araq
2011-11-20
1
-1
/
+3
*
constant folding for cnst[i] and cnst.attr
Araq
2011-10-29
1
-9
/
+64
*
Cleaned up the circular dependecies and remaining issues
Zahary Karadjov
2011-10-07
1
-1
/
+1
*
getAst works correctly with existing AST values as template/macro arguments
Zahary Karadjov
2011-10-07
1
-1
/
+1
*
code generator supports constant sequences; more consistent compile time eval...
Araq
2011-10-07
1
-9
/
+11
*
Moved the parseAST magics to evals.nim
Zahary Karadjov
2011-09-20
1
-0
/
+1
*
finally got rid of nkPassAsOpenArray
Araq
2011-08-16
1
-1
/
+0
*
'is' operator for generic code
Araq
2011-07-31
1
-5
/
+5
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-2
/
+2
*
newStringOfCap implemented and used to optimize some procs
Araq
2011-05-08
1
-2
/
+3
*
const table support
Araq
2011-04-29
1
-1
/
+2
*
got rid of some arcane module names
Araq
2011-04-21
1
-1
/
+1
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+449