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 (
Collapse
)
Author
Age
Files
Lines
*
GC: use simple balanced tree instead of AVL tree
Araq
2011-12-30
2
-235
/
+94
|
*
GC: AVL tree uses unsigned comparisons
Araq
2011-12-30
1
-7
/
+7
|
*
GC stack scanning cares about interior pointers
Araq
2011-12-30
3
-12
/
+308
|
*
code gen can generate code to keep alive stack roots
Araq
2011-12-22
2
-1
/
+25
|
*
GC: some inlining to improve performance sensitive parts
Araq
2011-12-13
1
-1
/
+11
|
*
C code gen: generate even better code for the GC
Araq
2011-12-12
2
-3
/
+23
|
*
c2nim compiles again
Araq
2011-12-12
2
-2
/
+2
|
*
compiler takes advantage of 'new(Obj|New)RC1
Araq
2011-12-12
1
-0
/
+1
|
*
compiler generates volatile temps to keep C compiler from optimizing away ↵
Araq
2011-12-12
1
-3
/
+29
|
|
|
|
stack roots
*
fixes #71; sorry about the polling implementation
Araq
2011-12-05
1
-1
/
+4
|
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
2
-4
/
+4
|
*
threads compile again; attempt to fix serious code gen issue (except + return)
Araq
2011-12-03
2
-11
/
+11
|
*
bugfixes for .rod files and visual C++
Araq
2011-12-03
6
-94
/
+94
|
*
implemented 'let' statement
Araq
2011-11-29
1
-1
/
+2
|
*
fixes #31
Araq
2011-11-27
1
-0
/
+3
|
*
bugfix: tester compiles again
Araq
2011-11-26
1
-1
/
+1
|
*
deprecated endOfFile and readLine
Araq
2011-11-25
1
-11
/
+8
|
*
fixed bug that kept tls emulation from working
Araq
2011-11-25
1
-4
/
+5
|
*
C codegen: generate nimKeepAlive calls at strategic places to keep the C ↵
Araq
2011-11-24
1
-6
/
+15
|
|
|
|
compiler from optimizing away all stack roots
*
attempt to fix tunidecode test; GC cares for seq->openArray conversions
Araq
2011-11-21
1
-0
/
+6
|
*
tester checks exitcode; osproc additions; DLL fixes; taint mode fixes
Araq
2011-11-07
1
-35
/
+38
|
*
DLL generation may work again
Araq
2011-11-02
2
-8
/
+10
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-02
1
-1
/
+2
|
\
|
*
Fixed the tester. Some fixes and additions for the JS backend.
dom96
2011-10-31
1
-1
/
+2
|
|
*
|
better code generation for constant aggregates
Araq
2011-11-02
1
-3
/
+4
|
/
*
new compiler option tlsEmulation
Araq
2011-10-27
1
-1
/
+1
|
*
thread local vs. global system.raiseHook
Araq
2011-10-23
1
-2
/
+4
|
*
renamed optional to discardable
Araq
2011-09-24
1
-5
/
+14
|
*
more fixes to get rid of tyPureObject
Araq
2011-09-24
2
-3
/
+3
|
*
got rid of tyPureObject; broke bootstrapping; use generated C code
Araq
2011-09-24
4
-9
/
+8
|
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-09-24
2
-1
/
+24
|
\
|
*
Fixed string concatenation and other bugs in the JS backend. Fixed a small ↵
dom96
2011-09-23
2
-1
/
+24
|
|
|
|
|
|
|
|
bug in the IRC module.
*
|
beginning of a taint mode; type system enhancements
Araq
2011-09-24
1
-3
/
+3
|
/
*
bugfixes for generics; new threads implementation still broken
Araq
2011-09-20
1
-3
/
+5
|
*
new actors implementation for nimrod; compiler's generics still not up for ↵
Araq
2011-08-29
2
-166
/
+79
|
|
|
|
the task though
*
attempt to fix tester.nim file handle leak
Araq
2011-08-29
1
-0
/
+0
|
*
bugfix: fixed built-in 'reset'
Araq
2011-08-20
1
-2
/
+2
|
*
more occurences of 'pure' proc pragma fixed
Araq
2011-08-20
1
-25
/
+26
|
*
locks now in their own core module
Araq
2011-08-20
1
-117
/
+3
|
*
'pure' is now 'noStackFrame' for procs
Araq
2011-08-19
1
-6
/
+6
|
*
bugfix: running for threads
Araq
2011-08-12
1
-1
/
+1
|
*
added system.running for threads
Araq
2011-08-11
1
-0
/
+8
|
*
json code generation works again
Araq
2011-08-07
1
-1
/
+1
|
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use ↵
Araq
2011-07-31
1
-1
/
+1
|
|
|
|
generated C code)
*
bugfixes; added events module, sequtils module
Araq
2011-07-26
1
-5
/
+9
|
*
tests repaired; serious typo in the allocator fixed; fixes #32
Araq
2011-07-22
1
-1
/
+1
|
*
bugfix: proper cache for generic instantiations
Araq
2011-07-21
1
-1
/
+1
|
*
shared untraced heap; bugfix: mem corruptions in message passing code
Araq
2011-07-18
5
-81
/
+103
|
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
3
-5
/
+86
|
*
version 0.8.12
Araq
2011-07-10
1
-1
/
+1
|
[next]