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
*
mark and sweep GC compiles with --cs:partial
Araq
2014-02-02
1
-14
/
+14
*
case consistency for excpt.nim
Araq
2014-02-02
1
-1
/
+1
*
nativeStackTrace might work again
Araq
2014-01-25
1
-3
/
+3
*
fix the error "only proc headers can feature pragmas" when compiling in JS mode
Zahary Karadjov
2014-01-23
1
-3
/
+3
*
compiler warns when you use GC'ed memory and '--gc:none'
Araq
2014-01-19
1
-48
/
+48
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-5
/
+1
*
case consistency improvements
Araq
2014-01-11
4
-51
/
+54
*
case consistency for linux
Araq
2013-12-29
1
-2
/
+2
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-4
/
+4
*
case consistency: next steps
Araq
2013-12-29
4
-14
/
+14
*
improvements for 'pretty'
Araq
2013-12-28
7
-32
/
+32
*
case consistency part 4
Araq
2013-12-27
13
-243
/
+243
*
case consistency part 1
Araq
2013-12-27
9
-156
/
+148
*
templates can access hidden fields
Araq
2013-12-25
1
-4
/
+4
*
bootstraps with new template symbol binding rules
Araq
2013-12-24
2
-12
/
+12
*
attempt to merge newtempl
Araq
2013-12-24
1
-1
/
+1
*
Merge branch 'vm2' of github.com:Araq/Nimrod into vm2
Araq
2013-12-24
3
-27
/
+68
|
\
|
*
NoFakeVars progress
Araq
2013-12-24
2
-3
/
+16
|
*
vm: FFI improvements
Araq
2013-12-23
2
-21
/
+45
|
*
tcnstseq works again
Araq
2013-12-23
1
-0
/
+3
|
*
Merge branch 'master' of https://github.com/Araq/Nimrod into vm2
Araq
2013-12-23
4
-28
/
+34
|
|
\
|
*
|
new VM: some progress for the FFI support
Araq
2013-12-23
2
-3
/
+4
*
|
|
Correct the spelling of the word 'implicitly'
Satish BD
2013-12-23
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #759 from zielmicha/stdmsg
Andreas Rumpf
2013-12-20
1
-21
/
+23
|
\
\
|
*
|
Rework CGI error reporting.
Michał Zieliński
2013-12-18
1
-20
/
+22
|
*
|
write exception tracebacks to stdmsg, instead of stdout
Michał Zieliński
2013-12-17
1
-1
/
+1
|
|
/
*
/
implemented 'injectStmt'; more debug support
Araq
2013-12-16
3
-7
/
+11
|
/
*
fixes a regression where memset was used without including <string.h>
Araq
2013-12-03
1
-2
/
+1
*
better error message for implicitly available modules
Araq
2013-12-01
2
-0
/
+6
*
support for multiple test variables and var qualifiers in user-defined type c...
Zahary Karadjov
2013-11-13
1
-2
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-10-31
1
-50
/
+189
|
\
|
*
Merge pull request #631 from mflamer/master
Andreas Rumpf
2013-10-31
1
-50
/
+189
|
|
\
|
|
*
LockFree Hash Table 0.1
Mark Flamer
2013-10-22
1
-50
/
+189
*
|
|
GC: even more stress testing
Araq
2013-10-31
3
-8
/
+29
|
/
/
*
|
debug GC works now
Araq
2013-10-01
1
-2
/
+2
*
|
first version of the debug GC; doesn't work yet
Araq
2013-10-01
2
-20
/
+118
*
|
fixes #575
Araq
2013-09-10
2
-1
/
+5
*
|
bugfix: --gc:none -d:useMalloc works again
Araq
2013-09-06
2
-54
/
+55
|
/
*
fixes #569; C++ codegen works again
Araq
2013-08-31
3
-3
/
+3
*
float64 is now an alias to 'float'; fixes #545
Araq
2013-08-30
1
-1
/
+1
*
GC: added static cycleGC checks
Araq
2013-08-22
1
-4
/
+6
*
fixes a long standing channels bug
Araq
2013-08-09
2
-1
/
+3
*
fixes #532
Araq
2013-08-01
1
-1
/
+1
*
refactorings for the eval engine; bugfix: clean templates as accessors
Araq
2013-07-19
1
-1
/
+3
*
fixes --os:standalone
Araq
2013-06-30
1
-5
/
+6
*
made some tests green
Araq
2013-06-30
1
-2
/
+2
*
--os:standalone works again
Araq
2013-06-30
8
-195
/
+168
*
fixed a long standing xml parser bug; html parser bugfixes + speed improvements
Araq
2013-06-27
1
-1
/
+1
*
better error message for subtle nil errors
Araq
2013-05-31
1
-2
/
+4
*
GC'ed wide strings for windows
Araq
2013-05-20
2
-243
/
+128
[next]