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
*
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 ↵
Araq
2012-03-04
2
-4
/
+287
|
|
|
|
wide char versions of the WinAPI
*
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
|
*
--tlsEmulation:on works in debug mode again
Araq
2012-01-29
1
-0
/
+2
|
*
fixes #89
Araq
2012-01-29
1
-3
/
+7
|
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
8
-124
/
+356
|
*
bugfix: boehm GC improvements
Araq
2012-01-16
1
-4
/
+4
|
*
better inferfacing to boehm GC
Araq
2012-01-15
2
-13
/
+39
|
*
removed nimKeepAlive as it's not necessary with interior pointer checking
Araq
2012-01-15
1
-7
/
+0
|
*
GC: growObj: revert to somewhat more efficient version
Araq
2012-01-13
1
-3
/
+3
|
*
bugfix: endless recursion in 'semAfterMacroCall'
Araq
2012-01-13
1
-1
/
+0
|
*
even more sys assertions
Araq
2012-01-13
2
-3
/
+46
|
*
more sysasserts for allocator/gc
Araq
2012-01-12
2
-5
/
+8
|
*
GC: interior pointers on stack are not necessarily aligned
Araq
2012-01-10
1
-8
/
+1
|
*
unsuccessful phantom bug hunting
Araq
2012-01-08
1
-8
/
+9
|
*
implemented incompleteStruct pragma; embedded debugger works with posix module
Araq
2012-01-05
1
-0
/
+4
|
*
bugfix: +1 unnecessary in resizeString; caused annoying reallocations for ↵
Araq
2012-01-02
2
-5
/
+5
|
|
|
|
strings created with 'newStringOfCap'
*
serious allocator bugfixes
Araq
2012-01-02
1
-3
/
+10
|
*
year 2012 for most copyright headers
Araq
2012-01-02
24
-24
/
+24
|
*
MAP_ANONYMOUS is not always 0x20 for linux; changed the tests
Araq
2011-12-31
1
-5
/
+4
|
*
sysio: got rid of now unnecessary length check
Araq
2011-12-31
1
-2
/
+0
|
*
Merge pull request #79 from Tass/master
Araq
2011-12-31
1
-19
/
+50
|
\
|
|
|
|
readAll
|
*
fixes for readAll
Simon Hafner
2011-12-30
1
-17
/
+22
|
|
|
*
implemented readAll()
Simon Hafner
2011-12-22
1
-19
/
+45
|
|
*
|
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
|
[next]