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
/
semmagic.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-1
/
+1
*
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-8
/
+7
|
\
|
*
make more tests green
Zahary Karadjov
2013-12-29
1
-4
/
+3
|
*
static params: expr[T] is now static[T]
Zahary Karadjov
2013-12-19
1
-1
/
+1
*
|
case consistency: next steps
Araq
2013-12-29
1
-1
/
+1
*
|
case consistency part 4
Araq
2013-12-27
1
-7
/
+7
*
|
new VM: globals kinda work
Araq
2013-12-13
1
-1
/
+3
*
|
new VM: improvements
Araq
2013-12-12
1
-11
/
+6
*
|
compiler bootstraps with new VM
Araq
2013-10-15
1
-0
/
+17
|
/
*
implemented delegators and improved the error messages of unmatched type classes
Zahary Karadjov
2013-08-26
1
-0
/
+1
*
Experimental support for delayed instantiation of generics
Zahary Karadjov
2013-08-23
1
-1
/
+1
*
get rid of ImportTablePos and ModuleTablePos
Zahary Karadjov
2013-05-12
1
-2
/
+3
*
test-runner for caas multi-step tests
Zahary Karadjov
2013-05-04
1
-1
/
+2
*
added system.locals
Araq
2013-03-21
1
-1
/
+29
*
improved support for typedesc values
Zahary Karadjov
2012-09-25
1
-2
/
+6
*
distinguish properly between nkOpen and nkClosedSymChoice
Araq
2012-08-26
1
-3
/
+9
*
bindSym suffices; no 'bind' for macros anymore
Araq
2012-08-25
1
-0
/
+19
*
better error handling for better idetools support
Araq
2012-07-29
1
-1
/
+1
*
better overloading capabilities for 'shallowCopy'; little bugfix for 'system....
Araq
2012-07-29
1
-0
/
+2
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-0
/
+6
*
Added system.staticExec proc for executing external command at compile-time
Zahary Karadjov
2012-06-02
1
-14
/
+0
*
the foundations of a type traits module; better error messages for expr, type...
Zahary Karadjov
2012-04-06
1
-0
/
+11
*
some bugfixes for symbolfiles
Araq
2012-03-23
1
-1
/
+1
*
pragma blocks; fixed line information issue with user defined assertions
Araq
2012-01-17
1
-0
/
+18
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-1
/
+3
*
alias analysis as required for the code gen and the HLO
Araq
2011-12-08
1
-0
/
+36