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
/
accept
/
compile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added AST introspection routines as a part of the standard library
Zahary Karadjov
2011-09-20
1
-20
/
+3
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
1
-0
/
+6
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-0
/
+4
*
fixes #42
Araq
2011-08-04
1
-0
/
+35
*
anonymous procs implemented; however no closure support yet
Araq
2011-08-01
1
-0
/
+12
*
void type improvements; documentation improvements
Araq
2011-07-31
2
-8
/
+25
*
void type for generics
Araq
2011-07-31
1
-0
/
+13
*
bugfix: forwarding of generic procs now works
Araq
2011-07-30
1
-0
/
+11
*
bugfix: 'final' not passed to generic
Araq
2011-07-29
1
-1
/
+1
*
old pointer deref operator completely removed
Araq
2011-07-23
1
-0
/
+53
*
tests repaired; serious typo in the allocator fixed; fixes #32
Araq
2011-07-22
3
-4
/
+4
*
preparations for 0.8.12
Araq
2011-07-10
22
-54
/
+0
*
tests are green again
Araq
2011-06-28
1
-1
/
+1
*
improvements to get code size down for programs that don't use GC
Araq
2011-06-26
2
-0
/
+68
*
code gen bugfixes; marshal.nim implemented
Araq
2011-06-26
1
-0
/
+65
*
bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)
Araq
2011-06-20
1
-9
/
+9
*
bugfix: typeinfo generation for tuples
Araq
2011-06-19
1
-4
/
+15
*
rebuilt csources; bootstrap should work again
Araq
2011-06-15
1
-0
/
+40
*
bugfix: proper return types for templates
Araq
2011-06-15
1
-0
/
+4
*
tuple unpacking is not enforced in for loops anymore
Araq
2011-06-15
2
-0
/
+31
*
basic thread analysis working
Araq
2011-06-13
1
-0
/
+54
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-1
/
+1
*
loop unrolled for stack marking
Araq
2011-05-13
1
-0
/
+19
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
12
-2
/
+52
*
slices are first class citizens
Araq
2011-04-22
1
-0
/
+16
*
hashtables: 1st version; parseutils additions
Araq
2011-04-18
1
-2
/
+2
*
:= templatable; lexer improvements
Araq
2011-04-17
1
-0
/
+8
*
p[] instead of p^
Araq
2011-04-11
2
-2
/
+2
*
some tests cleaned up; some bugfixes
Araq
2011-04-11
3
-0
/
+32
*
fixes #27
dom96
2011-04-04
1
-0
/
+17
*
ugh, maybe broke git
Araq
2011-04-01
3
-0
/
+58
*
some little bugfixes
Araq
2011-03-27
1
-0
/
+7
*
added 'reset' magic proc
Araq
2011-03-25
3
-0
/
+36
*
bugfix: type converter that converts to bool in 'if' context
Araq
2011-03-25
3
-2
/
+26
*
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Araq
2011-03-23
5
-0
/
+30
*
linearScanEnd pragma; string case statement optimization
Araq
2011-03-14
1
-0
/
+11
*
bugfix: tuple access in macros (issue #17)
Araq
2011-03-07
1
-0
/
+21
*
distinction between re.replace and re.replacef; speed improvements for re module
Araq
2011-03-06
1
-1
/
+1
*
various bugfixes for generics; added generic sort proc
Araq
2011-03-03
1
-0
/
+69
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
3
-0
/
+0
*
c2nim compiles again [#9 state:resolved]; better error message for named para...
Araq
2011-01-09
1
-0
/
+8
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-01-05
1
-0
/
+23
|
\
|
*
Added a generics test case.
dom96
2011-01-03
1
-0
/
+23
*
|
bugfix: multiple yield statements and loop body vars
Araq
2010-12-13
2
-1
/
+21
|
/
*
claro wrapper added
Araq
2010-11-07
1
-0
/
+5
*
version 0.8.10
Araq
2010-10-21
5
-12
/
+83
*
handling of compiler procs improved for DLL generation
Andreas Rumpf
2010-07-29
2
-0
/
+0
*
implemented user-defined pragmas
Andreas Rumpf
2010-07-23
1
-0
/
+7
*
c2nim tool added
Andreas Rumpf
2010-07-21
1
-0
/
+16
*
bugfix: exception handling (still not correct)
Andreas Rumpf
2010-06-04
3
-0
/
+13
[next]