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
*
added system.||; lacks runtime support
Araq
2012-05-23
8
-8
/
+47
*
fixes #109
Araq
2012-05-20
5
-14
/
+62
*
fixes #103
Araq
2012-05-11
1
-2
/
+3
*
thoughts about 'continue/break' bug
Araq
2012-05-10
1
-0
/
+4
*
fixes #111; however may introduce other problems
Araq
2012-05-10
1
-1
/
+6
*
extracted documentation generator
Araq
2012-05-09
6
-513
/
+85
*
added system.getStackTrace; docgen refactoring (incomplete)
Araq
2012-05-06
8
-2489
/
+100
*
fixes binding of overloaded procs
Araq
2012-05-04
2
-13
/
+25
*
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
3
-78
/
+209
*
some code formating
Araq
2012-04-26
1
-8
/
+8
*
resolved conflict for news.txt
Araq
2012-04-21
4
-151
/
+146
|
\
|
*
implicit generics types as return types. removed the error message for captur...
Zahary Karadjov
2012-04-21
3
-57
/
+59
|
*
produce errors on proc types with implicit empty param lists.
Zahary Karadjov
2012-04-20
1
-6
/
+8
|
*
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
1
-0
/
+3
|
/
*
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
1
-62
/
+34
*
more Objective-C and C keywords are now escaped
Zahary Karadjov
2012-04-18
2
-7
/
+15
*
compiler finally supports 'object {.pragma.}' syntax
Araq
2012-04-16
2
-1
/
+6
*
bugfix: 'error' statement pragma works as expected again
Araq
2012-04-16
1
-7
/
+11
*
fixes #105
Araq
2012-04-16
1
-2
/
+4
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-04-15
15
-239
/
+421
|
\
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-04-15
1
-14
/
+20
|
|
\
|
*
|
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
2
-77
/
+97
|
*
|
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
2
-129
/
+49
|
|
/
|
/
|
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-04-13
18
-80
/
+202
|
\
|
|
*
re-enable rodfiles tests; fixes #91
Zahary Karadjov
2012-04-11
2
-2
/
+8
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-04-10
1
-1
/
+5
|
|
\
|
*
|
proper order of initialization for .global. variables
Zahary Karadjov
2012-04-10
3
-2
/
+10
|
*
|
completing the "types as first class values" reform
Zahary Karadjov
2012-04-06
4
-40
/
+50
|
*
|
the foundations of a type traits module; better error messages for expr, type...
Zahary Karadjov
2012-04-06
8
-12
/
+65
|
*
|
when expressions, proper rendering for nkDo and nkLambda and parser support f...
Zahary Karadjov
2012-04-05
5
-18
/
+53
|
*
|
Added ``global`` pragma that can be used to introduce new global variables fr...
Zahary Karadjov
2012-04-05
5
-10
/
+20
*
|
|
performance improvements for ropes
Araq
2012-04-13
1
-14
/
+20
|
|
/
|
/
|
*
|
fixed another docgen bug; initial mongodb wrapper
Araq
2012-04-06
1
-1
/
+5
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-03-31
16
-69
/
+80
|
\
|
*
implemented support for the AVR CPU and standalone OS
Araq
2012-03-31
2
-5
/
+17
|
*
tests tcnstseq and tcnstseq3 work again
Araq
2012-03-28
2
-2
/
+5
|
*
bugfix #100 again
Araq
2012-03-28
5
-12
/
+11
|
*
attempt to fix a bug concerning implicit type conversions in case statements
Araq
2012-03-27
3
-29
/
+24
|
*
fixes #102
Araq
2012-03-23
1
-0
/
+1
|
*
bugfix: GC marker procs; making tests green again
Araq
2012-03-23
2
-2
/
+8
[next]