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
*
fixes #250
Araq
2012-11-19
1
-7
/
+9
*
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
Araq
2012-11-18
1
-11
/
+13
*
bugfix: stack traces; first class iterators almost working
Araq
2012-11-15
2
-12
/
+24
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-11-05
1
-1
/
+1
|
\
|
*
Many doc improvements. Changed Threads.joinThreads' param's type to varargs.
Dominik Picheta
2012-11-04
1
-1
/
+1
*
|
system.onRaise improvements
Araq
2012-11-05
1
-3
/
+3
*
|
added system.onRaise to support a condition system
Araq
2012-11-05
1
-2
/
+4
|
/
*
caas barely works now
Araq
2012-10-24
1
-1
/
+2
*
fixes #232
Araq
2012-10-19
1
-0
/
+4
*
fixed a serious code generation bug leading to wrong RTTI
Araq
2012-10-19
4
-19
/
+58
*
Added CAS to system/atomics.nim
Yury Benesh
2012-10-13
1
-0
/
+34
*
allow 'mixin' in generics
Araq
2012-10-12
2
-6
/
+12
*
first version of a memory profiler
Araq
2012-10-10
2
-28
/
+54
*
attempt to fix #183
Araq
2012-10-06
1
-3
/
+7
*
first steps for compiler as a service
Araq
2012-10-03
1
-1
/
+2
*
bugfix: 'defined/compiles' open an implicit mixin scope in generics
Araq
2012-09-18
1
-0
/
+2
*
stricter symbol lookup in generics
Araq
2012-09-17
2
-4
/
+3
*
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
[next]