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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
made a test green again
Araq
2012-07-15
1
-1
/
+1
*
work on closures continues; fixed #116
Araq
2012-07-13
1
-0
/
+21
*
overloading resolution finally takes inheritance depth into account
Araq
2012-07-11
1
-3
/
+3
*
fixes #147
Araq
2012-07-10
1
-0
/
+18
*
some more bugfixes for the integer promotion rules
Araq
2012-07-10
1
-1
/
+1
*
more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #15...
Araq
2012-07-09
1
-1
/
+1
*
made tests green again
Araq
2012-07-09
8
-15
/
+15
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-1
/
+1
*
added devel/logging; weakrefs test; next steps for proper unsigned support
Araq
2012-07-05
2
-1
/
+49
*
JS codegen improvements; barely usable now
Araq
2012-07-02
2
-1
/
+24
*
JS codegen enhancements; still unusable
Araq
2012-07-01
2
-3
/
+38
*
dead code elimination for JS backend; JS improvements (but doesn't work yet)
Araq
2012-06-30
1
-2
/
+6
*
thread var emulation should work again
Araq
2012-06-25
1
-3
/
+10
*
added gcleak4.nim test; fails in debug mode
Araq
2012-06-24
1
-0
/
+42
*
documented optional indentation for 'case' statements/'case' objects
Araq
2012-06-22
1
-0
/
+10
*
documentation improvements; added system.gorge (for Araq's fun)
Araq
2012-06-22
1
-1
/
+14
*
fixes #134
Araq
2012-06-21
1
-0
/
+2
*
fixes #145
Araq
2012-06-21
1
-0
/
+12
*
another bugfix
Araq
2012-06-21
1
-0
/
+1
*
fixes #140
Araq
2012-06-21
2
-10
/
+14
*
bugfixes for closures
Araq
2012-06-21
1
-0
/
+28
*
fixes #142
Araq
2012-06-20
1
-1
/
+1
*
added another macro regression
Araq
2012-06-20
1
-0
/
+9
*
made some tests green again
Araq
2012-06-20
1
-0
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-06-19
2
-1
/
+67
|
\
|
*
more uint related fixes
Zahary Karadjov
2012-06-14
1
-1
/
+1
|
*
codegen for C++ exceptions
Zahary Karadjov
2012-06-03
1
-1
/
+1
|
*
bugfix: finally blocks were not executed when the except block is exited by r...
Zahary Karadjov
2012-06-03
1
-0
/
+66
*
|
somewhat working closures
Araq
2012-06-19
2
-8
/
+33
*
|
next steps for full closure support
Araq
2012-06-18
2
-7
/
+13
*
|
tinterf.nim works now
Araq
2012-06-17
2
-8
/
+29
*
|
simple example works again
Araq
2012-06-16
1
-2
/
+3
*
|
first implementation of new lambda lifting
Araq
2012-06-15
1
-2
/
+10
|
/
*
niminst: use 'set -e'; failing to copy docs and data is no installation error
Araq
2012-05-31
1
-0
/
+2
*
fixes #127
Araq
2012-05-30
1
-1
/
+18
*
'+=' etc for all floating point types
Araq
2012-05-29
2
-0
/
+12
*
made tsequtils green again
Araq
2012-05-28
2
-1
/
+25
*
bugfix: UFCS for templates (ttempl3.nim enhanced)
Araq
2012-05-27
1
-0
/
+15
*
fixes #109
Araq
2012-05-20
1
-0
/
+28
*
made tests green again
Araq
2012-05-11
1
-1
/
+1
*
added thexlit test
Araq
2012-05-09
1
-0
/
+12
*
fixes binding of overloaded procs
Araq
2012-05-04
1
-0
/
+12
*
resolved conflict for news.txt
Araq
2012-04-21
1
-1
/
+1
|
\
|
*
implicit generics types as return types. removed the error message for captur...
Zahary Karadjov
2012-04-21
1
-1
/
+1
*
|
GC with realtime support
Araq
2012-04-21
5
-0
/
+14
|
/
*
grammar: the built-in type classes are now valid expressions
Zahary Karadjov
2012-04-18
1
-1
/
+1
*
attempt to make tests green
Araq
2012-04-17
2
-2
/
+2
*
compiler finally supports 'object {.pragma.}' syntax
Araq
2012-04-16
1
-0
/
+16
*
restored files that 'koch clean' removed
Araq
2012-04-16
2
-1
/
+2
*
fixes #105
Araq
2012-04-16
3
-82
/
+59
[next]