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
...
*
|
extracted documentation generator
Araq
2012-05-09
13
-10202
/
+706
|
/
*
added system.getStackTrace; docgen refactoring (incomplete)
Araq
2012-05-06
13
-509
/
+744
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-05-05
1
-0
/
+7
|
\
|
*
Scgi module handles socket disconnection properly now.
dom96
2012-05-05
1
-0
/
+7
*
|
improvements for the iup wrapper
Araq
2012-05-05
1
-17
/
+21
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-05-04
3
-11
/
+56
|
\
|
*
The httpserver now gathers the headers for the user. Fixed ambiguity in recvL...
dom96
2012-05-03
3
-11
/
+56
*
|
fixes binding of overloaded procs
Araq
2012-05-04
6
-26
/
+51
|
/
*
rst parser does not support 'raw' directive per default (security risk)
Araq
2012-05-01
2
-3
/
+11
*
small bugfixes; documentation generator supports smilies for the forum
Araq
2012-05-01
11
-84
/
+229
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-04-26
2
-1
/
+149
|
\
|
*
Added a format function to the times module and a setCookie function to the c...
dom96
2012-04-26
2
-1
/
+149
*
|
some code formating
Araq
2012-04-26
2
-11
/
+10
*
|
added db_*.getRow
Araq
2012-04-24
6
-4
/
+42
|
/
*
documentation improvements; GC_step improved
Araq
2012-04-21
8
-23
/
+68
*
resolved conflict for news.txt
Araq
2012-04-21
9
-204
/
+244
|
\
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-04-21
1
-43
/
+64
|
|
\
|
|
*
Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of P...
dom96
2012-04-20
1
-43
/
+64
|
*
|
Finally rebuilt the sources to take advantage of the new type system capabili...
Zahary Karadjov
2012-04-21
2
-2
/
+21
|
*
|
implicit generics types as return types. removed the error message for captur...
Zahary Karadjov
2012-04-21
6
-60
/
+67
|
*
|
produce errors on proc types with implicit empty param lists.
Zahary Karadjov
2012-04-20
3
-11
/
+13
|
*
|
allow the use of built-in type constraints in type sections
Zahary Karadjov
2012-04-20
1
-34
/
+27
|
*
|
made built-in types primary expressions to allow infix operators to be used w...
Zahary Karadjov
2012-04-20
3
-54
/
+52
|
|
/
*
/
GC with realtime support
Araq
2012-04-21
15
-27
/
+261
|
/
*
fixed incorrect C++ code generation for sequences. more revealing type names ...
Zahary Karadjov
2012-04-18
1
-5
/
+16
*
grammar: the built-in type classes are now valid expressions
Zahary Karadjov
2012-04-18
2
-63
/
+35
*
more Objective-C and C keywords are now escaped
Zahary Karadjov
2012-04-18
2
-7
/
+15
*
attempt to make tests green
Araq
2012-04-17
2
-2
/
+2
*
compiler finally supports 'object {.pragma.}' syntax
Araq
2012-04-16
4
-4
/
+25
*
bugfix: 'error' statement pragma works as expected again
Araq
2012-04-16
2
-8
/
+11
*
restored files that 'koch clean' removed
Araq
2012-04-16
5
-2
/
+3
*
fixes #105
Araq
2012-04-16
7
-85
/
+63
*
documentation improvements; cleanup
Araq
2012-04-16
1
-3
/
+0
*
documentation improvements
Araq
2012-04-16
6
-5
/
+102
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-04-15
20
-264
/
+440
|
\
|
*
fix incorrect path for rodfile tests' nimcache
Zahary Karadjov
2012-04-15
1
-5
/
+6
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-04-15
4
-20
/
+49
|
|
\
|
*
|
minor changes to make the test suite green again
Zahary Karadjov
2012-04-15
3
-14
/
+7
|
*
|
avoid duplicated variable names in unrolled loops
Zahary Karadjov
2012-04-15
2
-2
/
+7
|
*
|
fix threading tests
Zahary Karadjov
2012-04-15
2
-4
/
+10
|
*
|
fixes #20 properly
Zahary Karadjov
2012-04-15
4
-38
/
+36
|
*
|
fix the usage of definedInScope in pegs.=~
Zahary Karadjov
2012-04-14
1
-1
/
+1
|
*
|
experimental support for preserving local variable names in the generated code
Zahary Karadjov
2012-04-13
6
-22
/
+146
|
*
|
Proper C scopes for if, try and case statements
Zahary Karadjov
2012-04-12
3
-83
/
+103
|
*
|
C variables are created in their enclosing block instead of their enclosing f...
Zahary Karadjov
2012-04-12
8
-151
/
+180
*
|
|
@ is a sigil-like operator
Araq
2012-04-15
9
-157
/
+119
|
|
/
|
/
|
*
|
unicode: invalid utf-8 bytes are preserved
Araq
2012-04-13
1
-4
/
+6
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-04-13
31
-86
/
+335
|
\
\
|
*
|
The build.sh file generated by niminst now supports a --extraBuildArgs param.
dom96
2012-04-11
1
-1
/
+22
|
|
/
|
*
re-enable rodfiles tests; fixes #91
Zahary Karadjov
2012-04-11
7
-6
/
+25
[prev]
[next]