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
*
documented AST overloading and some TR optimizations
Araq
2012-12-09
1
-2
/
+83
*
documentation improvements
Araq
2012-12-07
1
-5
/
+291
*
implements 'export' feature
Araq
2012-12-01
1
-2
/
+29
*
implemented 'import except'
Araq
2012-11-28
1
-0
/
+13
*
'return' for first class iterators
Araq
2012-11-26
1
-0
/
+25
*
implemented 'tags' pragma
Araq
2012-11-11
1
-5
/
+1
*
documented 'mixin' declaration
Araq
2012-11-08
1
-4
/
+30
*
documented Nimrod's effects system
Araq
2012-11-06
1
-7
/
+101
*
system.onRaise improvements
Araq
2012-11-05
1
-110
/
+126
*
added system.onRaise to support a condition system
Araq
2012-11-05
1
-23
/
+42
*
implemented case expressions
Zahary Karadjov
2012-10-03
1
-8
/
+29
*
table constructors now mimic more closely the syntax of case... of...
Zahary Karadjov
2012-10-03
1
-2
/
+2
*
implemented return type inference
Zahary Karadjov
2012-10-03
1
-8
/
+19
*
missing documentation added to the manual
Zahary Karadjov
2012-09-27
1
-38
/
+248
*
normalized the line endings in the manual
Zahary Karadjov
2012-09-27
1
-3685
/
+3685
*
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
|
/
[next]