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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
rebuilt the C sources
Zahary Karadjov
2013-05-13
2
-12
/
+28
|
*
fixes #430
Zahary Karadjov
2013-05-12
2
-6
/
+24
|
*
fixes #429 and tstmtexpr
Zahary Karadjov
2013-05-12
6
-22
/
+35
|
*
fixing the dos line endings in a broken test
Zahary Karadjov
2013-05-12
1
-4
/
+3
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2013-05-12
4
-7
/
+29
|
|
\
|
|
*
Fixes #428
Dominik Picheta
2013-05-11
1
-1
/
+1
|
*
|
documented the ``noforward`` pragma
Zahary Karadjov
2013-05-12
4
-2
/
+60
|
*
|
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
9
-22
/
+76
|
*
|
|
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
5
-30
/
+41
*
|
|
Merge branch 'newtempl' of github.com:Araq/Nimrod
Araq
2013-05-11
3
-47
/
+65
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
todo.txt changes
Araq
2013-05-11
3
-47
/
+65
*
|
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-05-11
4
-50
/
+176
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #426 from gradha/pr_misc_doc_improvements
Simon Hafner
2013-05-10
3
-50
/
+62
|
|
\
\
|
|
*
|
Adds note about grouping to split iterators.
Grzegorz Adam Hankiewicz
2013-05-11
1
-42
/
+49
|
|
*
|
Adds note to quit() about being called for termination.
Grzegorz Adam Hankiewicz
2013-05-10
1
-6
/
+11
|
|
*
|
Adds link to manual thread memory section from threads module.
Grzegorz Adam Hankiewicz
2013-05-10
1
-2
/
+2
|
|
|
/
|
*
|
Merge pull request #425 from gradha/pr_ignore_generated_files
Simon Hafner
2013-05-10
1
-0
/
+114
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Adds some more entries to the list of ignored files.
Grzegorz Adam Hankiewicz
2013-05-10
1
-0
/
+114
|
|
/
*
/
new effect system should be sound now
Araq
2013-05-11
3
-6
/
+28
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-05-09
1
-0
/
+3
|
\
|
*
Merge pull request #418 from fowlmouth/patch-5
Araq
2013-05-08
1
-0
/
+3
|
|
\
|
|
*
Change varargs[T] to openarray[T]
Billingsly Wetherfordshire
2013-05-04
1
-1
/
+1
|
|
*
Change hash[T](seq[A]) to take varargs[A]
Billingsly Wetherfordshire
2013-05-04
1
-1
/
+1
|
|
*
add hashing for seqs
Billingsly Wetherfordshire
2013-05-04
1
-0
/
+3
*
|
|
better effects handling for callbacks
Araq
2013-05-09
4
-6
/
+63
|
/
/
*
|
pegs/re =~ warns about scope rule change; improved docs
Araq
2013-05-08
4
-9
/
+19
*
|
Merge branch 'master' into newparser
Araq
2013-05-07
18
-69
/
+196
|
\
\
|
*
|
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
9
-7
/
+72
|
*
|
bugfix: compiling after idetools usage is now possible in caas mode
Zahary Karadjov
2013-05-05
2
-0
/
+20
|
*
|
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
942
-3237
/
+13786
|
|
\
|
|
*
|
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
31
-64
/
+278
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
failing test case demonstrating how generic arguments are preferred to
Zahary Karadjov
2013-05-04
1
-0
/
+26
|
*
|
adding some failing caas tests
Zahary Karadjov
2013-05-04
3
-2
/
+21
[prev]
[next]