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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
fixes #232
Araq
2012-10-19
1
-0
/
+4
*
|
try version 1.0.0 for openssl
Araq
2012-10-19
1
-1
/
+1
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-19
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
5
-21
/
+60
|
/
*
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
*
|
Added CAS to system/atomics.nim
Yury Benesh
2012-10-13
1
-0
/
+34
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-12
1
-0
/
+122
|
\
|
*
Wrapped GtkInfoBar, GtkComboBox and GtkComboBoxText
Dominik Picheta
2012-10-11
1
-0
/
+122
*
|
allow 'mixin' in generics
Araq
2012-10-12
2
-6
/
+12
|
/
*
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
*
|
first version of a memory profiler
Araq
2012-10-10
4
-54
/
+99
*
|
better extension loading for the OpenGL wrapper
Araq
2012-10-09
1
-4
/
+15
|
/
*
attempt to fix #183
Araq
2012-10-06
1
-3
/
+7
*
fixes #120
Zahary Karadjov
2012-10-04
2
-7
/
+4
*
syntax compatibility between do blocks and stmt blocks
Zahary Karadjov
2012-10-04
4
-9
/
+8
*
fixes #213
Araq
2012-10-04
1
-2
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-03
3
-348
/
+347
|
\
|
*
experimental support for querying the type of expressions within macros
Zahary Karadjov
2012-10-03
1
-336
/
+330
|
*
the `is` operator now works with type classes and type variables
Zahary Karadjov
2012-10-03
1
-1
/
+1
|
*
implemented case expressions
Zahary Karadjov
2012-10-03
1
-1
/
+1
|
*
implemented return type inference
Zahary Karadjov
2012-10-03
1
-10
/
+15
*
|
first steps for compiler as a service
Araq
2012-10-03
1
-1
/
+2
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-29
1
-16
/
+17
|
\
|
*
Fixes async scgi.
Dominik Picheta
2012-09-28
1
-16
/
+17
*
|
opengl wrapper compiles under windows
Araq
2012-09-29
1
-4
/
+5
|
/
*
website improvements; better opengl wrapper (still broken)
Araq
2012-09-28
2
-40
/
+83
*
Added close() to async versions of scgi and httpserver.
Dominik Picheta
2012-09-23
2
-2
/
+10
*
Fixes sockets.recvFrom not setting length of data.
Dominik Picheta
2012-09-23
1
-1
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-23
3
-164
/
+190
|
\
|
*
Ftpclient now fully works both synchronously and asynchronously.
Dominik Picheta
2012-09-22
3
-164
/
+190
*
|
proc bodies can be expressions with a type
Araq
2012-09-22
1
-1
/
+1
|
/
*
ftpclient fixed but causes an issue with the code generator and
Dominik Picheta
2012-09-21
2
-95
/
+194
*
math.random(max: float) not available on windows
Araq
2012-09-19
1
-10
/
+15
*
bugfix: 'defined/compiles' open an implicit mixin scope in generics
Araq
2012-09-18
3
-5
/
+9
*
made tests green again
Araq
2012-09-18
2
-5
/
+5
*
stricter symbol lookup in generics
Araq
2012-09-17
4
-8
/
+7
*
profiler improvements
Araq
2012-09-17
6
-68
/
+107
*
profiler documentation
Araq
2012-09-15
2
-8
/
+5
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-15
1
-76
/
+46
|
\
|
*
[unittest] even deeper inspection of expressions and variables for the check ...
Zahary Karadjov
2012-09-14
1
-76
/
+46
*
|
implemented a stack trace profiler
Araq
2012-09-15
5
-50
/
+230
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-13
3
-218
/
+272
|
\
|
*
[unittest] the check macro will print the values of params involved in failed...
Zahary Karadjov
2012-09-13
1
-183
/
+211
|
*
Fixes IRC module.
Dominik Picheta
2012-09-12
2
-35
/
+61
*
|
splitted echo into echo/debugEcho
Araq
2012-09-13
1
-5
/
+6
|
/
*
debugger compiles again
Araq
2012-09-13
1
-2
/
+5
[prev]
[next]