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
*
clean separation of PNimrodNode and tyExpr
Araq
2012-03-16
4
-16
/
+27
*
implemented 'static'; macros do not work anymore
Araq
2012-03-15
6
-6
/
+59
*
first steps for cleaner static/const distinction
Araq
2012-03-13
10
-47
/
+135
*
vars can be 'compileTime'; shallow introduced weird string aliasing bug
Araq
2012-03-11
2
-3
/
+3
*
attempt to make tests green again
Araq
2012-03-11
4
-21
/
+32
*
fixes #100
Araq
2012-03-10
2
-1
/
+3
*
win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...
Araq
2012-03-04
3
-4
/
+12
*
c2nim, pas2nim compile again
Araq
2012-02-29
2
-4
/
+4
*
ERecoverableError exception contains the error message
Araq
2012-02-25
4
-18
/
+16
*
added docgen.rst2html for the forum; fixed tester bug concerning removeDir
Araq
2012-02-21
1
-0
/
+54
*
bugfix: semfold supports merging of '&'
Araq
2012-02-19
1
-0
/
+10
*
fixes #99
Araq
2012-02-17
1
-6
/
+7
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-17
1
-0
/
+6
|
\
|
*
niminst is now able to create build files for debhelper so that .deb packages...
dom96
2012-02-16
1
-0
/
+6
*
|
bugfix: optimization of complex constant string concatenations
Araq
2012-02-17
2
-4
/
+10
|
/
*
bugfix: no need for arrows to be new token kinds
Araq
2012-02-12
3
-8
/
+10
*
`do' keyword in the grammar for lambda blocks
Zahary Karadjov
2012-02-10
11
-32
/
+72
*
added 'system.shallow'
Araq
2012-02-09
2
-1
/
+4
*
version 0.8.14
Araq
2012-02-09
4
-3
/
+7
*
bugfix: lambdalifting: addHiddenParam
Araq
2012-02-08
1
-7
/
+1
*
further steps for closure support; added 'system.rawProc', 'system.rawEnv'
Araq
2012-02-08
3
-13
/
+54
*
further steps for closure support
Araq
2012-02-08
6
-55
/
+99
*
further steps for closure support
Araq
2012-02-06
5
-13
/
+36
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-06
1
-0
/
+4
|
\
|
*
ecmas fixes
dom96
2012-02-05
1
-0
/
+4
*
|
further steps to closure support
Araq
2012-02-06
15
-126
/
+303
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-04
2
-4
/
+5
|
\
|
|
*
fixes #87
Zahary Karadjov
2012-02-03
2
-4
/
+5
*
|
closure implementation: first steps
Araq
2012-02-04
4
-86
/
+229
|
/
*
small fixes for tests on windows
Araq
2012-01-31
1
-1
/
+1
*
fixes #98
Araq
2012-01-29
1
-1
/
+1
*
bugfix tests/tzeroarray
Araq
2012-01-29
1
-0
/
+3
*
fixes #89
Araq
2012-01-29
1
-1
/
+4
*
fixes #93
Araq
2012-01-29
1
-1
/
+0
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
9
-37
/
+55
*
pragma blocks; fixed line information issue with user defined assertions
Araq
2012-01-17
10
-7
/
+88
*
project wide configuration file now with suffix '.nimrod.cfg'
Araq
2012-01-15
1
-1
/
+4
*
removed nimKeepAlive as it's not necessary with interior pointer checking
Araq
2012-01-15
1
-44
/
+20
*
niminst: bugfixes; documentation changes
Araq
2012-01-15
1
-1
/
+1
*
bugfixes: tests are green again
Araq
2012-01-13
1
-1
/
+2
*
niminst: diverse improvements; fixes #80
Araq
2012-01-13
2
-16
/
+24
*
bugfix: endless recursion in 'semAfterMacroCall'
Araq
2012-01-13
1
-0
/
+5
*
bugfix: invalid indentation for 'else' is detected; optional indentation for ...
Araq
2012-01-13
2
-2
/
+7
*
bugfix: tests/reject/tnoinst.nim is now rejected properly
Araq
2012-01-13
3
-1
/
+10
*
further steps to eliminate generics bugs
Araq
2012-01-11
1
-12
/
+19
*
removed '^ deprecated' message
Araq
2012-01-10
2
-7
/
+4
*
unsuccessful phantom bug hunting
Araq
2012-01-08
1
-2
/
+8
*
bugfix: command line args are processed again after config files, so that --v...
Araq
2012-01-08
1
-5
/
+5
*
implicit invokation of items/pairs iterators
Araq
2012-01-08
2
-25
/
+44
*
fixes #33
Araq
2012-01-07
2
-7
/
+12
[next]