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
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-19
9
-72
/
+180
|
\
|
*
fixes #106
Zahary Karadjov
2012-10-16
3
-13
/
+25
|
*
Improved support for nkSymChoices in type coercions
Zahary Karadjov
2012-10-15
5
-51
/
+147
|
*
Merge pull request #225 from fowlmouth/master
Araq
2012-10-14
1
-8
/
+8
|
|
\
|
|
*
make glU* types unsigned, *int types are in32
Billingsly Wetherfordshire
2012-10-14
1
-8
/
+8
|
|
/
*
/
fixed a serious code generation bug leading to wrong RTTI
Araq
2012-10-19
7
-29
/
+76
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-14
6
-69
/
+85
|
\
|
*
fixes #211
Zahary Karadjov
2012-10-13
5
-9
/
+25
|
*
Merge pull request #222 from fowlmouth/patch-2
Araq
2012-10-13
1
-60
/
+60
|
|
\
|
|
*
opengl fix
Billingsly Wetherfordshire
2012-10-12
1
-60
/
+60
*
|
|
bugfix: evalTemplateArgs
Araq
2012-10-14
1
-1
/
+1
|
/
/
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-13
1
-0
/
+34
|
\
\
|
*
\
Merge pull request #221 from exhu/cas
Araq
2012-10-12
1
-0
/
+34
|
|
\
\
|
|
*
|
Added CAS to system/atomics.nim
Yury Benesh
2012-10-13
1
-0
/
+34
*
|
|
|
fixes #217
Araq
2012-10-13
3
-7
/
+13
|
/
/
/
*
|
/
bugfix: tests should be green again
Araq
2012-10-13
2
-5
/
+13
|
|
/
|
/
|
*
|
bugfix: threads should work again; fixes #220
Araq
2012-10-12
3
-5
/
+34
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-12
2
-9
/
+129
|
\
|
*
Wrapped GtkInfoBar, GtkComboBox and GtkComboBoxText
Dominik Picheta
2012-10-11
1
-0
/
+122
|
*
add static assertions in the generated code about platform-related assumptions
Zahary Karadjov
2012-10-11
1
-9
/
+7
*
|
bugfix: fixed broken expr proc bodies
Araq
2012-10-12
2
-3
/
+6
*
|
allow 'mixin' in generics
Araq
2012-10-12
6
-80
/
+84
|
/
*
bugfix: leak in db_sqlite.GetValue
Araq
2012-10-10
1
-3
/
+5
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-10
2
-17
/
+58
|
\
|
*
Fixes segfault in db_sqlite. Fixes problems with times.format.
Dominik Picheta
2012-10-07
2
-17
/
+58
*
|
bugfix: prevent endless loop in the parser for 'nimrod check'
Araq
2012-10-10
1
-3
/
+8
*
|
first version of a memory profiler
Araq
2012-10-10
8
-56
/
+117
*
|
better extension loading for the OpenGL wrapper
Araq
2012-10-09
6
-10
/
+40
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-06
3
-17
/
+3
|
\
|
*
bugfix: closures as default param values
Zahary Karadjov
2012-10-06
3
-17
/
+3
*
|
attempt to fix #183
Araq
2012-10-06
3
-3
/
+16
|
/
*
bugfix: gensym in rofiles
Araq
2012-10-05
1
-1
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-05
22
-175
/
+146
|
\
|
*
fixes #120
Zahary Karadjov
2012-10-04
2
-7
/
+4
|
*
syntax compatibility between do blocks and stmt blocks
Zahary Karadjov
2012-10-04
21
-168
/
+142
*
|
code cleanup of caas
Araq
2012-10-05
2
-45
/
+8
|
/
*
added titer7 test
Araq
2012-10-04
1
-0
/
+57
*
fixes #213
Araq
2012-10-04
1
-2
/
+2
*
next steps for 'compiler as a service'
Araq
2012-10-03
4
-22
/
+24
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-03
25
-499
/
+829
|
\
|
*
rebuilt the C sources
Zahary Karadjov
2012-10-03
0
-0
/
+0
|
*
experimental support for querying the type of expressions within macros
Zahary Karadjov
2012-10-03
5
-346
/
+371
|
*
the `is` operator now works with type classes and type variables
Zahary Karadjov
2012-10-03
13
-87
/
+161
|
*
implemented case expressions
Zahary Karadjov
2012-10-03
8
-25
/
+138
|
*
table constructors now mimic more closely the syntax of case... of...
Zahary Karadjov
2012-10-03
3
-7
/
+47
|
*
always print stack traces on errors in debug builds of nimrod
Zahary Karadjov
2012-10-03
1
-7
/
+10
|
*
bugfix: allow tuple constructors in generic code
Zahary Karadjov
2012-10-03
2
-0
/
+7
|
*
implemented return type inference
Zahary Karadjov
2012-10-03
9
-36
/
+104
*
|
first steps for compiler as a service
Araq
2012-10-03
11
-40
/
+142
|
/
*
website improvements
Araq
2012-09-29
1
-12
/
+11
[next]