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
*
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
|
/
*
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
|
/
*
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
|
*
|
test-runner for caas multi-step tests
Zahary Karadjov
2013-05-04
9
-4
/
+122
|
*
|
Changed babel path handling.
Dominik Picheta
2013-05-02
1
-1
/
+1
|
*
|
nimrod dump can now produce a machine readable json report
Zahary Karadjov
2013-05-01
10
-34
/
+64
|
*
|
proper compiler output delimiter in the stdin compiler service
Zahary Karadjov
2013-04-29
1
-0
/
+3
|
*
|
Merge pull request #403 from fowlmouth/patch-4
Araq
2013-04-26
2
-8
/
+10
|
|
\
\
|
|
*
|
Update macros.nim
Billingsly Wetherfordshire
2013-04-25
1
-6
/
+8
|
|
*
|
Update evals.nim
Billingsly Wetherfordshire
2013-04-25
1
-2
/
+2
|
|
/
/
|
*
|
fixes #393; now works with backticks
Araq
2013-04-23
1
-1
/
+5
|
*
|
fixes #394
Araq
2013-04-23
1
-2
/
+5
|
*
|
added distinct array test
Araq
2013-04-23
2
-7
/
+14
|
*
|
fixes #395
Araq
2013-04-23
2
-7
/
+9
[next]