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
Commit message (
Expand
)
Author
Age
Files
Lines
*
version 0.9.2
Araq
2013-05-20
1
-1
/
+1
*
attempt to fix a codegen bug
Araq
2013-05-20
1
-1
/
+7
*
made some tests green; implemented 'from module import nil'
Araq
2013-05-19
4
-6
/
+12
*
made some tests green
Araq
2013-05-19
3
-3
/
+5
*
--os and --cpu work in configuration files
Araq
2013-05-19
1
-2
/
+2
*
updated docs
Araq
2013-05-19
1
-1
/
+1
*
fixes #432, fixes #427
Araq
2013-05-19
2
-4
/
+36
*
fixes #439
Araq
2013-05-19
1
-1
/
+1
*
fixes #420
Araq
2013-05-19
2
-4
/
+9
*
fixes #433
Araq
2013-05-18
2
-15
/
+17
*
fixes #119
Araq
2013-05-18
1
-2
/
+1
*
fixes #399
Araq
2013-05-18
1
-1
/
+2
*
fixes #437, fixes #436
Araq
2013-05-18
1
-1
/
+1
*
fixes #440
Araq
2013-05-18
2
-10
/
+13
*
preparations for the new symbol binding rules for clean templates
Araq
2013-05-18
1
-1
/
+1
*
c2nim compiles again
Araq
2013-05-15
1
-1
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-05-14
23
-315
/
+360
|
\
|
*
fixes #430
Zahary Karadjov
2013-05-12
1
-6
/
+12
|
*
fixes #429 and tstmtexpr
Zahary Karadjov
2013-05-12
5
-21
/
+34
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2013-05-12
1
-3
/
+10
|
|
\
|
*
|
documented the ``noforward`` pragma
Zahary Karadjov
2013-05-12
1
-2
/
+3
|
*
|
merged the persistent scopes work with the delayed proc compilation strategy
Zahary Karadjov
2013-05-12
12
-42
/
+93
|
|
\
\
|
|
*
|
added a ``noforward`` pragma that enables a new compilation strategy
Zahary Karadjov
2013-05-11
8
-21
/
+62
|
*
|
|
final fixes giving us a working compiler
Zahary Karadjov
2013-05-12
8
-22
/
+19
|
*
|
|
get rid of TOverloadIter.stackPtr
Zahary Karadjov
2013-05-12
3
-28
/
+39
|
*
|
|
get rid of ImportTablePos and ModuleTablePos
Zahary Karadjov
2013-05-12
9
-76
/
+76
|
*
|
|
get rid of the SymTab* procs in astalgo
Zahary Karadjov
2013-05-12
11
-133
/
+91
|
*
|
|
switch to a linked list of scopes
Zahary Karadjov
2013-05-11
11
-88
/
+96
|
|
/
/
*
|
|
'inject' for 'for' loop variables
Araq
2013-05-14
3
-26
/
+38
*
|
|
Merge branch 'newtempl' of github.com:Araq/Nimrod
Araq
2013-05-11
2
-8
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
todo.txt changes
Araq
2013-05-11
2
-8
/
+14
|
|
/
*
/
new effect system should be sound now
Araq
2013-05-11
1
-3
/
+10
|
/
*
better effects handling for callbacks
Araq
2013-05-09
1
-1
/
+23
*
Merge branch 'master' into newparser
Araq
2013-05-07
14
-69
/
+158
|
\
|
*
handle invalid data in --def
Zahary Karadjov
2013-05-05
1
-2
/
+5
|
*
don't perform unnecessary linking
Zahary Karadjov
2013-05-05
1
-1
/
+1
|
*
fix compiling after suggest
Zahary Karadjov
2013-05-05
3
-41
/
+36
|
*
support suggest after compile in caas mode
Zahary Karadjov
2013-05-05
6
-7
/
+44
|
*
bugfix: compiling after idetools usage is now possible in caas mode
Zahary Karadjov
2013-05-05
1
-0
/
+10
|
*
experimental support for answering idetools --def requests from
Zahary Karadjov
2013-05-04
4
-10
/
+72
|
*
remove some more references of containerID after merging
Zahary Karadjov
2013-05-04
1
-3
/
+0
|
*
Merge branch 'master' of gh:/Araq/Nimrod into upstream
Zahary Karadjov
2013-05-04
97
-750
/
+1715
|
|
\
|
*
|
containerID is no longer needed for generics
Zahary Karadjov
2013-03-01
6
-19
/
+4
*
|
|
c2nim, pas2nim compile again
Araq
2013-05-07
2
-16
/
+16
*
|
|
fixed void context detection
Araq
2013-05-07
3
-3
/
+4
*
|
|
more intelligent handling of 'discardable'
Araq
2013-05-07
1
-8
/
+6
*
|
|
fixes #121
Araq
2013-05-06
1
-0
/
+3
*
|
|
'result/return' triggers a void context
Araq
2013-05-06
2
-23
/
+60
*
|
|
Merge branch 'master' into newparser
Araq
2013-05-04
14
-41
/
+79
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
test-runner for caas multi-step tests
Zahary Karadjov
2013-05-04
1
-1
/
+2
[next]