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
/
lib
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
*
profiler improvements
Araq
2012-09-17
4
-33
/
+17
*
profiler documentation
Araq
2012-09-15
1
-6
/
+0
*
implemented a stack trace profiler
Araq
2012-09-15
3
-49
/
+103
*
debugger compiles again
Araq
2012-09-13
1
-2
/
+5
*
made more tests green; fixes #201
Araq
2012-09-12
1
-2
/
+2
*
made some tests green
Araq
2012-09-12
1
-4
/
+2
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-4
/
+0
*
made tests green again
Araq
2012-08-24
1
-1
/
+1
*
objects with no ancestor are not implicitely final
Araq
2012-08-24
1
-1
/
+1
*
fixes #185
Araq
2012-08-22
1
-2
/
+7
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
1
-2
/
+2
*
keep initStackBottom calls please
Araq
2012-08-02
1
-0
/
+1
*
DLL fixes for windows; fixes #175
Zahary Karadjov
2012-07-31
1
-1
/
+0
*
DLLs should work again; fixes #169
Araq
2012-07-24
4
-11
/
+14
*
fixes #168
Araq
2012-07-19
1
-1
/
+2
*
make tests green again
Araq
2012-07-17
1
-25
/
+25
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
3
-4
/
+4
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
3
-6
/
+12
*
added devel/logging; weakrefs test; next steps for proper unsigned support
Araq
2012-07-05
2
-2
/
+5
*
JS codegen enhancements; still unusable
Araq
2012-07-01
1
-22
/
+79
*
dead code elimination for JS backend; JS improvements (but doesn't work yet)
Araq
2012-06-30
1
-26
/
+74
*
changed integer promotion rules; added math.fmod
Araq
2012-06-28
3
-6
/
+6
*
thread var emulation should work again
Araq
2012-06-25
1
-0
/
+2
*
bite the bullet and make 'initStackBottom' a compilerproc
Araq
2012-06-24
1
-0
/
+1
*
added gcleak4.nim test; fails in debug mode
Araq
2012-06-24
1
-2
/
+0
*
tests/gc/gcleak4.nim
Araq
2012-06-24
2
-1
/
+8
*
docgen2 improvements
Araq
2012-06-23
4
-7
/
+7
*
bugfixes for closures
Araq
2012-06-21
1
-0
/
+3
*
more uint related fixes
Zahary Karadjov
2012-06-14
1
-1
/
+3
*
generate default destructors
Zahary Karadjov
2012-06-06
1
-0
/
+4
*
fixes a long standing bug concerning assignment of case objects
Araq
2012-05-22
1
-2
/
+10
*
added another system.getStackTrace
Araq
2012-05-20
1
-0
/
+9
*
added system.getStackTrace; docgen refactoring (incomplete)
Araq
2012-05-06
1
-0
/
+7
*
documentation improvements; GC_step improved
Araq
2012-04-21
1
-8
/
+4
*
GC with realtime support
Araq
2012-04-21
2
-24
/
+173
*
@ is a sigil-like operator
Araq
2012-04-15
1
-2
/
+0
*
forgot to add lib/system/embedded.nim
Araq
2012-03-31
1
-0
/
+106
*
bugfix: DLLs should compile again
Araq
2012-03-31
1
-1
/
+2
*
implemented support for the AVR CPU and standalone OS
Araq
2012-03-31
3
-1
/
+75
*
bugfix #100 again
Araq
2012-03-28
1
-1
/
+0
*
implemented marker procs for the GC resulting in huge speedups
Araq
2012-03-21
2
-11
/
+19
*
bootstraps fine with overloadable templates
Zahary Karadjov
2012-03-14
2
-2
/
+2
*
win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...
Araq
2012-03-04
2
-4
/
+287
*
added system.setControlCHook, system.writeStackTrace
Araq
2012-02-19
1
-0
/
+5
*
fixes tests for 'system.shallow'
Araq
2012-02-10
1
-2
/
+2
*
fixes tests for 'system.shallow'
Araq
2012-02-10
1
-1
/
+1
*
added 'system.shallow'
Araq
2012-02-09
3
-61
/
+36
*
bugfix: reprEnum
Araq
2012-02-02
1
-0
/
+2
*
bugfix: threading on PowerPC
Araq
2012-02-02
1
-3
/
+16
*
tlsEmulation:on for windows/GCC
Araq
2012-01-29
1
-1
/
+1
[next]