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
...
|
*
|
minor changes to make the test suite green again
Zahary Karadjov
2012-04-15
2
-13
/
+7
|
*
|
Proper C scopes for if, try and case statements
Zahary Karadjov
2012-04-12
1
-6
/
+6
*
|
|
@ is a sigil-like operator
Araq
2012-04-15
2
-9
/
+7
|
|
/
|
/
|
*
|
unicode: invalid utf-8 bytes are preserved
Araq
2012-04-13
1
-4
/
+6
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-04-10
14
-17
/
+11376
|
\
|
*
documentation improvements; higher level Mongodb wrapper
Araq
2012-04-09
5
-301
/
+563
|
*
yet attempt to fix realpath for BSD
Araq
2012-04-07
1
-1
/
+1
|
*
bugfix: expandFilename for BSD
Araq
2012-04-06
1
-2
/
+2
|
*
small fixes for BSD
Araq
2012-04-06
1
-1
/
+1
|
*
added terminal.isatty; nimgrep version 0.9
Araq
2012-04-06
1
-2
/
+13
|
*
fixed another docgen bug; initial mongodb wrapper
Araq
2012-04-06
2
-4
/
+1188
|
*
better opengl wrapper; oids and endians modules documented
Araq
2012-04-04
3
-2527
/
+2558
|
*
added libsvm wrapper
Araq
2012-04-04
4
-0
/
+245
|
*
added new OpenGL wrapper
Araq
2012-04-04
2
-0
/
+9608
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-04-01
1
-3
/
+25
|
|
\
|
*
|
added strutils.parseEnum; fixes #95
Araq
2012-04-01
2
-3
/
+21
*
|
|
typetraits module and tests
Zahary Karadjov
2012-04-10
1
-0
/
+15
|
|
/
|
/
|
*
|
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-03-31
8
-33
/
+298
|
\
|
|
*
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
4
-26
/
+104
|
*
bugfix #100 again
Araq
2012-03-28
1
-1
/
+0
|
*
Forgot to rename ETimedout to ETimeout in the sockets module in some places.
dom96
2012-03-22
1
-4
/
+4
|
*
Fixed a problem with message parsing in the IRC module. Introduced timeout to...
dom96
2012-03-22
2
-6
/
+87
*
|
generic types can be used like type classes. distinct can be applied to type ...
Zahary Karadjov
2012-03-25
1
-3
/
+25
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-03-21
3
-6
/
+6
|
\
|
*
making tests green again
Zahary Karadjov
2012-03-20
3
-6
/
+6
*
|
implemented marker procs for the GC resulting in huge speedups
Araq
2012-03-21
2
-11
/
+19
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-03-19
7
-23
/
+23
|
\
|
|
*
merged branch overloading-for-macros
Zahary Karadjov
2012-03-19
7
-23
/
+23
|
|
\
|
|
*
the test suite is mostly green again
Zahary Karadjov
2012-03-16
4
-8
/
+8
|
|
*
updated system.nim to take advantage of the new template capabilities
Zahary Karadjov
2012-03-15
1
-13
/
+13
|
|
*
bootstraps fine with overloadable templates
Zahary Karadjov
2012-03-14
2
-2
/
+2
*
|
|
preparations for marker procs generation
Araq
2012-03-19
1
-2
/
+0
|
/
/
*
|
unittest module compiles again
Araq
2012-03-17
2
-6
/
+6
*
|
rebuilt C sources
Araq
2012-03-17
1
-7
/
+0
*
|
clean separation of PNimrodNode and tyExpr
Araq
2012-03-16
2
-4
/
+5
*
|
implemented 'static'; macros do not work anymore
Araq
2012-03-15
1
-10
/
+10
*
|
first steps for cleaner static/const distinction
Araq
2012-03-13
2
-7
/
+8
|
/
*
browsers module should compile on windows again
Araq
2012-03-10
1
-1
/
+8
*
unit test for #100
Zahary Karadjov
2012-03-10
2
-5
/
+13
*
win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...
Araq
2012-03-04
6
-153
/
+701
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-28
1
-1
/
+1
|
\
|
*
Fixed misspelling in lib/core/macros.nim
Dominik Picheta
2012-02-25
1
-1
/
+1
*
|
prepared niminst for win64 target
Araq
2012-02-28
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-24
2
-1
/
+26
|
\
|
*
helper templates static, eval and emit for easier compile-time code evaluation
Zahary Karadjov
2012-02-24
2
-1
/
+26
*
|
exported strutils.abbrev
Araq
2012-02-24
3
-15
/
+14
|
/
*
In the IRC module the socket is now closed when EvDisconnected event is created.
dom96
2012-02-20
1
-1
/
+14
*
added matchers.parseInt
Araq
2012-02-20
1
-2
/
+2
[prev]
[next]