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
/
doc
/
manual.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix: echo vs debugEcho
Araq
2012-09-13
1
-1
/
+1
*
tr macros now documented
Araq
2012-09-10
1
-1
/
+3
*
implemented 'pure' enums
Araq
2012-09-08
1
-0
/
+13
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-3
/
+3
*
parameter passing works the same for macros and templates; use callsite magic...
Araq
2012-08-28
1
-5
/
+10
*
distinguish properly between nkOpen and nkClosedSymChoice
Araq
2012-08-26
1
-0
/
+13
*
bindSym suffices; no 'bind' for macros anymore
Araq
2012-08-25
1
-11
/
+6
*
objects with no ancestor are not implicitely final
Araq
2012-08-24
1
-5
/
+8
*
documented bind in macros
Araq
2012-08-24
1
-0
/
+53
*
implemented backslash for continuation comments
Araq
2012-08-23
1
-0
/
+10
*
documented hygienic templates; made tests green; fixed system.clamp
Araq
2012-08-22
1
-3
/
+58
*
first steps to make templates hygienic
Araq
2012-08-20
1
-2
/
+2
*
bycopy/byref for object/tuple types
Araq
2012-08-16
1
-1
/
+20
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
1
-21
/
+39
*
fixes #171
Araq
2012-07-25
1
-0
/
+41
*
got rid of some mAddU64 etc. magics
Araq
2012-07-20
1
-2
/
+6
*
bugfixes for the symbol mangling; implements #129
Araq
2012-07-19
1
-0
/
+12
*
implemented #133
Araq
2012-07-19
1
-3
/
+12
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-10
/
+11
*
x11 example compiles again; updated python wrapper; compiler supports variabl...
Araq
2012-07-16
1
-1
/
+1
*
made a test green again
Araq
2012-07-15
1
-4
/
+2
*
';' as statement separator
Araq
2012-07-12
1
-3
/
+3
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-21
/
+61
*
added devel/logging; weakrefs test; next steps for proper unsigned support
Araq
2012-07-05
1
-12
/
+18
*
fixes #150; next steps for proper unsigned support
Araq
2012-07-03
1
-8
/
+25
*
' is optional in type suffixes for numerical literals
Araq
2012-07-02
1
-13
/
+38
*
added proc annotations: macros invoked as pragmas
Araq
2012-06-26
1
-1
/
+22
*
documented optional indentation for 'case' statements/'case' objects
Araq
2012-06-22
1
-2
/
+14
*
documented 'immediate' templates
Araq
2012-06-22
1
-16
/
+55
*
documentation improvements; added system.gorge (for Araq's fun)
Araq
2012-06-22
1
-4
/
+6
*
stand-alone except and finally blocks
Zahary Karadjov
2012-05-23
1
-22
/
+31
*
@ is a sigil-like operator
Araq
2012-04-15
1
-7
/
+26
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-04-10
1
-4
/
+4
|
\
|
*
added new OpenGL wrapper
Araq
2012-04-04
1
-4
/
+4
*
|
proper order of initialization for .global. variables
Zahary Karadjov
2012-04-10
1
-1
/
+17
|
/
*
first steps for cleaner static/const distinction
Araq
2012-03-13
1
-0
/
+24
*
documentation improvements
Araq
2012-02-13
1
-2
/
+5
*
added 'system.shallow'
Araq
2012-02-09
1
-1
/
+3
*
version 0.8.14
Araq
2012-02-09
1
-1
/
+1
*
further steps to closure support
Araq
2012-02-06
1
-6
/
+31
*
pragma blocks; fixed line information issue with user defined assertions
Araq
2012-01-17
1
-5
/
+25
*
niminst: bugfixes; documentation changes
Araq
2012-01-15
1
-31
/
+4
*
implicit invokation of items/pairs iterators
Araq
2012-01-08
1
-1
/
+20
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-0
/
+6
*
implemented 'let' statement
Araq
2011-11-29
1
-1
/
+13
*
manual: cstring finally properly documented
Araq
2011-11-25
1
-0
/
+52
*
new pragma: 'noinit'
Araq
2011-11-25
1
-0
/
+9
*
operator precedence changed: assignment like operators are supported; escapin...
Araq
2011-11-09
1
-6
/
+19
*
'bind' as a declarative statement
Araq
2011-10-10
1
-12
/
+21
*
slurp uses path; unidecode is improved and threadsafe
Araq
2011-10-08
1
-4
/
+7
[next]