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
*
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
*
|
more intuitive behaviour for 'discardable' in expression bodies
Araq
2013-05-04
6
-22
/
+99
*
|
fixes #117
Araq
2013-05-04
4
-7
/
+35
*
|
bugfixes
Araq
2013-05-04
4
-3
/
+19
*
|
fixed: typo
Araq
2013-05-03
1
-1
/
+1
*
|
completed expr/stmt unification
Araq
2013-05-03
10
-673
/
+642
*
|
new parser works with docgen
Araq
2013-05-02
2
-1
/
+1
*
|
pegs compiles again
Araq
2013-05-02
1
-1
/
+2
*
|
revert new scope for 'if'
Araq
2013-05-02
8
-6
/
+182
*
|
--out works for exes
Araq
2013-05-01
1
-1
/
+3
*
|
bugfixes mostly JS related
Araq
2013-05-01
10
-20
/
+37
*
|
re.nim compiles again
Araq
2013-05-01
1
-1
/
+2
*
|
tester should work again; documented (;)
Araq
2013-04-30
4
-7
/
+43
*
|
proper scoping for 'if'
Araq
2013-04-30
3
-11
/
+12
*
|
new js codegen: bugfixes
Araq
2013-04-30
1
-35
/
+28
*
|
first steps to the expr/stmt unification
Araq
2013-04-30
8
-92
/
+159
*
|
new JS code generator
Araq
2013-04-28
2
-689
/
+683
*
|
new parser: diallow more things
Araq
2013-04-23
1
-0
/
+1
*
|
made some tests green
Araq
2013-04-22
5
-3
/
+8
*
|
Merge branch 'master' into newparser
Araq
2013-04-22
5
-21
/
+64
|
\
|
|
*
Merge pull request #392 from gradha/pr_improves_os_docstrings
Simon Hafner
2013-04-17
1
-4
/
+11
|
|
\
|
|
*
Adds to docstrings link between removeFile and removeDir.
Grzegorz Adam Hankiewicz
2013-04-18
1
-4
/
+11
|
|
/
|
*
Merge pull request #388 from gradha/pr_improves_tutorial_tuples_example
Araq
2013-04-17
1
-0
/
+18
|
|
\
|
|
*
Improves tutorial tuples example.
Grzegorz Adam Hankiewicz
2013-04-15
1
-0
/
+18
|
*
|
Merge pull request #389 from gradha/pr_corrects_default_verbosity_level
Araq
2013-04-15
2
-2
/
+3
|
|
\
\
|
|
*
|
Corrects default verbosity level from 0 to 1.
Grzegorz Adam Hankiewicz
2013-04-15
2
-2
/
+3
|
|
/
/
|
*
|
Merge pull request #387 from gradha/pr_documents_verbosity_levels
Dominik Picheta
2013-04-14
1
-0
/
+18
|
|
\
\
|
|
*
|
Documents verbosity levels. Refs #258.
Grzegorz Adam Hankiewicz
2013-04-14
1
-0
/
+18
|
|
|
/
|
*
|
Fixed some problems with the times module, added interval tests.
Dominik Picheta
2013-04-14
1
-16
/
+15
*
|
|
Merge branch 'newparser' of github.com:Araq/Nimrod into newparser
Araq
2013-04-22
12
-931
/
+952
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
first version of commonType
Araq
2013-04-22
3
-0
/
+57
|
*
|
bugfix: 'import x var y' without newline doesn't parse anymore
Araq
2013-04-21
2
-11
/
+11
|
*
|
new parsing scheme is documented
Araq
2013-04-21
4
-457
/
+295
|
*
|
new parser works
Araq
2013-04-20
4
-39
/
+66
|
*
|
next steps for the new parser
Araq
2013-04-20
2
-32
/
+33
|
*
|
next steps for the new parser/grammar
Araq
2013-04-20
6
-266
/
+286
|
*
|
first steps to the new parser/grammar
Araq
2013-04-19
5
-250
/
+330
|
|
/
[next]