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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
bugfixes for the symbol mangling; implements #129
Araq
2012-07-19
1
-0
/
+12
|
*
implemented #133
Araq
2012-07-19
1
-3
/
+12
|
*
improvements for 'bind', fixes #166
Araq
2012-07-18
1
-1
/
+1
|
*
tutorial improvements
Araq
2012-07-17
1
-16
/
+23
|
*
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 ↵
Araq
2012-07-16
1
-1
/
+1
|
|
|
|
variables in DLLs
*
made a test green again
Araq
2012-07-15
1
-4
/
+2
|
*
improved unsigned support
Araq
2012-07-14
1
-0
/
+5
|
*
';' as statement separator
Araq
2012-07-12
1
-3
/
+3
|
*
';' now valid for parameter lists
Araq
2012-07-11
1
-3
/
+5
|
*
cross-compilation improvements
Araq
2012-07-08
1
-1
/
+14
|
*
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
2
-24
/
+29
|
*
' is optional in type suffixes for numerical literals
Araq
2012-07-02
2
-13
/
+39
|
*
JS codegen enhancements; still unusable
Araq
2012-07-01
1
-0
/
+1
|
*
added proc annotations: macros invoked as pragmas
Araq
2012-06-26
1
-1
/
+22
|
*
tests/gc/gcleak4.nim
Araq
2012-06-24
1
-3
/
+5
|
*
doc2 improvements
Araq
2012-06-24
2
-3
/
+1
|
*
docgen2 improvements
Araq
2012-06-23
1
-1
/
+1
|
*
first implementation of docgen2
Araq
2012-06-23
1
-0
/
+1
|
*
deprecated the pretty printer command
Araq
2012-06-22
1
-1
/
+0
|
*
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
|
|
|
|
This is equivalent to the on-error and at-scope-exit operators in other languages
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-05-20
1
-0
/
+5
|
\
|
*
Fixed a bug in times and finished its docs. Added mimetypes module and added ↵
dom96
2012-05-13
1
-0
/
+5
|
|
|
|
|
|
|
|
the uri module to the doc gen. Fixed a bug in the cookies module.
*
|
fixes #109
Araq
2012-05-20
1
-0
/
+1
|
/
*
extracted documentation generator
Araq
2012-05-09
2
-9666
/
+2
|
*
fixes binding of overloaded procs
Araq
2012-05-04
1
-1
/
+1
|
*
added db_*.getRow
Araq
2012-04-24
1
-2
/
+5
|
*
documentation improvements; GC_step improved
Araq
2012-04-21
3
-9
/
+56
|
*
GC with realtime support
Araq
2012-04-21
3
-0
/
+65
|
*
documentation improvements; cleanup
Araq
2012-04-16
1
-3
/
+0
|
*
documentation improvements
Araq
2012-04-16
4
-1
/
+99
|
*
@ 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
5
-398
/
+528
|
\
|
*
documentation improvements; higher level Mongodb wrapper
Araq
2012-04-09
2
-355
/
+497
|
|
|
*
fixed another docgen bug; initial mongodb wrapper
Araq
2012-04-06
2
-31
/
+3
|
|
|
*
better opengl wrapper; oids and endians modules documented
Araq
2012-04-04
1
-0
/
+9
|
|
|
*
added libsvm wrapper
Araq
2012-04-04
1
-0
/
+6
|
|
|
*
added new OpenGL wrapper
Araq
2012-04-04
3
-13
/
+14
|
|
*
|
proper order of initialization for .global. variables
Zahary Karadjov
2012-04-10
1
-1
/
+17
|
/
*
added htmlgen to docs
Araq
2012-03-23
1
-0
/
+4
|
*
implemented 'static'; macros do not work anymore
Araq
2012-03-15
1
-4
/
+2
|
*
first steps for cleaner static/const distinction
Araq
2012-03-13
4
-3
/
+30
|
*
exported strutils.abbrev
Araq
2012-02-24
1
-3
/
+3
|
*
documentation improvements
Araq
2012-02-13
2
-3
/
+6
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-12
1
-2
/
+3
|
\
[next]