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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
genSym support for hygienic macros and templates.
Zahary Karadjov
2012-03-26
6
-70
/
+34
|
*
|
generic types can be used like type classes. distinct can be applied to type ...
Zahary Karadjov
2012-03-25
11
-79
/
+147
|
*
|
tyOrdinal now means "integral types". tyTypeClass created to take care of typ...
Zahary Karadjov
2012-03-22
7
-30
/
+43
*
|
|
added strutils.parseEnum; fixes #95
Araq
2012-04-01
4
-4
/
+28
|
|
/
|
/
|
*
|
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
7
-32
/
+122
*
|
tests tcnstseq and tcnstseq3 work again
Araq
2012-03-28
3
-3
/
+6
*
|
corrected the index website
Araq
2012-03-28
2
-2
/
+9
*
|
bugfix #100 again
Araq
2012-03-28
7
-14
/
+12
*
|
attempt to fix a bug concerning implicit type conversions in case statements
Araq
2012-03-27
4
-29
/
+26
*
|
added htmlgen to docs
Araq
2012-03-23
2
-0
/
+5
*
|
fixes #102
Araq
2012-03-23
2
-0
/
+448
*
|
bugfix: GC marker procs; making tests green again
Araq
2012-03-23
4
-4
/
+10
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-03-23
5
-6
/
+257
|
\
\
|
*
|
Forgot to rename ETimedout to ETimeout in the sockets module in some places.
dom96
2012-03-22
1
-4
/
+4
|
*
|
Added benchmark tool and some benchmarks.
dom96
2012-03-22
3
-0
/
+170
|
*
|
Fixed a problem with message parsing in the IRC module. Introduced timeout to...
dom96
2012-03-22
2
-6
/
+87
|
|
/
*
/
some bugfixes for symbolfiles
Araq
2012-03-23
4
-20
/
+16
|
/
*
expr params implemented for procs; paving the way for type classes
Zahary Karadjov
2012-03-22
6
-29
/
+88
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-03-21
11
-34
/
+32
|
\
|
*
untyped proc/template/macro params default to expr
Zahary Karadjov
2012-03-20
2
-17
/
+15
|
*
enforcing gcc code generation for koch csource; proper C sources for Windows
Zahary Karadjov
2012-03-20
1
-1
/
+1
|
*
making tests green again
Zahary Karadjov
2012-03-20
8
-16
/
+16
*
|
implemented marker procs for the GC resulting in huge speedups
Araq
2012-03-21
6
-18
/
+169
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-03-19
39
-210
/
+365
|
\
|
|
*
missed file from the previous commit
Zahary Karadjov
2012-03-19
1
-0
/
+7
|
*
merged branch overloading-for-macros
Zahary Karadjov
2012-03-19
39
-210
/
+358
|
|
\
|
|
*
rebuilt the C sources
Zahary Karadjov
2012-03-16
0
-0
/
+0
|
|
*
the test suite is mostly green again
Zahary Karadjov
2012-03-16
19
-67
/
+46
|
|
*
updated system.nim to take advantage of the new template capabilities
Zahary Karadjov
2012-03-15
1
-13
/
+13
|
|
*
fix for template redefinition. test cases added.
Zahary Karadjov
2012-03-15
8
-14
/
+98
|
|
*
allowing definitions of procs and templates to be overridden in local scopes
Zahary Karadjov
2012-03-14
3
-7
/
+20
|
|
*
allowing multiple definitions of templates
Zahary Karadjov
2012-03-14
2
-12
/
+13
|
|
*
bootstraps fine with overloadable templates
Zahary Karadjov
2012-03-14
14
-134
/
+221
*
|
|
preparations for marker procs generation
Araq
2012-03-19
3
-17
/
+19
|
/
/
*
|
unittest module compiles again
Araq
2012-03-17
2
-6
/
+6
*
|
rebuilt C sources
Araq
2012-03-17
2
-8
/
+1
*
|
trigger a new build for nimbuild; last commit fixes #14, #34, #101
Araq
2012-03-17
1
-2
/
+1
*
|
clean separation of PNimrodNode and tyExpr
Araq
2012-03-16
7
-22
/
+32
*
|
implemented 'static'; macros do not work anymore
Araq
2012-03-15
10
-22
/
+73
*
|
first steps for cleaner static/const distinction
Araq
2012-03-13
19
-66
/
+193
|
/
*
vars can be 'compileTime'; shallow introduced weird string aliasing bug
Araq
2012-03-11
2
-3
/
+3
*
attempt to make tests green again
Araq
2012-03-11
5
-21
/
+40
*
browsers module should compile on windows again
Araq
2012-03-10
1
-1
/
+8
*
unit test for #100
Zahary Karadjov
2012-03-10
4
-5
/
+26
*
fixes #100
Araq
2012-03-10
3
-9
/
+11
*
win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...
Araq
2012-03-04
22
-199
/
+931
*
c2nim, pas2nim compile again
Araq
2012-02-29
2
-4
/
+4
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-28
1
-1
/
+1
|
\
[prev]
[next]