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
*
'from' statement documented
Araq
2013-05-19
4
-4
/
+33
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-05-19
4
-37
/
+124
|
\
|
*
Added news about the new website.
Dominik Picheta
2013-05-19
1
-4
/
+14
|
*
Improved the performance of the SCGI module when dealing with multiple
Dominik Picheta
2013-05-19
4
-34
/
+111
*
|
made some tests green; implemented 'from module import nil'
Araq
2013-05-19
16
-975
/
+84
|
/
*
made some tests green
Araq
2013-05-19
6
-6
/
+8
*
--os and --cpu work in configuration files
Araq
2013-05-19
1
-2
/
+2
*
updated docs
Araq
2013-05-19
4
-13
/
+2
*
fixes #432, fixes #427
Araq
2013-05-19
3
-4
/
+39
*
fixes #439
Araq
2013-05-19
1
-1
/
+1
*
fixes #420
Araq
2013-05-19
2
-4
/
+9
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-05-18
20
-130
/
+359
|
\
|
*
nimbase.h doesn't need signal.h
Simon Hafner
2013-05-18
1
-2
/
+1
|
*
Website adjustments; added table style and span.pre style.
Dominik Picheta
2013-05-18
2
-2
/
+30
|
*
Implemented new Nimrod website designed by @PhilipWitte.
Dominik Picheta
2013-05-18
19
-126
/
+328
*
|
fixes #433
Araq
2013-05-18
4
-15
/
+28
|
/
*
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
3
-3
/
+4
*
c2nim compiles again
Araq
2013-05-15
1
-1
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-05-14
31
-331
/
+460
|
\
|
*
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
|
|
\
[next]