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
*
tinterf.nim works now
Araq
2012-06-17
4
-17
/
+54
*
simple example works again
Araq
2012-06-16
2
-14
/
+32
*
first implementation of new lambda lifting
Araq
2012-06-15
5
-215
/
+411
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-06-03
17
-73
/
+261
|
\
|
*
attempt to fix nimbuild
Zahary Karadjov
2012-06-02
1
-1
/
+2
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-06-02
31
-114
/
+459
|
|
\
|
*
|
Added system.staticExec proc for executing external command at compile-time
Zahary Karadjov
2012-06-02
13
-39
/
+83
|
*
|
codegen for user-defined destructors
Zahary Karadjov
2012-05-25
4
-2
/
+87
|
*
|
optional indentation for case statements
Zahary Karadjov
2012-05-23
1
-3
/
+22
|
*
|
stand-alone except and finally blocks
Zahary Karadjov
2012-05-23
4
-30
/
+69
*
|
|
first steps to working closures
Araq
2012-06-03
3
-19
/
+24
|
|
/
|
/
|
*
|
bugfix: RST parser: URLs properly parsed
Araq
2012-06-01
2
-1
/
+9
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-05-31
2
-5
/
+6
|
\
\
|
*
|
Fixed times.format handling of month numbers.
Dominik Picheta
2012-05-30
1
-2
/
+2
|
*
|
Marshal now works with nil strings. Timezone and tzname vars are not public a...
Dominik Picheta
2012-05-30
2
-3
/
+4
*
|
|
niminst: use 'set -e'; failing to copy docs and data is no installation error
Araq
2012-05-31
4
-18
/
+28
|
/
/
*
|
fixes #127
Araq
2012-05-30
3
-6
/
+30
*
|
'+=' etc for all floating point types
Araq
2012-05-29
6
-13
/
+21
*
|
made tsequtils green again
Araq
2012-05-28
5
-8
/
+45
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-05-27
1
-2
/
+2
|
\
\
|
*
|
Fixed times.format
Dominik Picheta
2012-05-27
1
-2
/
+2
*
|
|
bugfix: UFCS for templates (ttempl3.nim enhanced)
Araq
2012-05-27
3
-10
/
+27
*
|
|
bugfix: field names of tuples are treated consistently in the C backend
Araq
2012-05-27
5
-25
/
+39
|
/
/
*
|
Fixed times on non-posix operating systems.
Dominik Picheta
2012-05-26
1
-5
/
+5
*
|
Added timezone handling and functions for adding and subtracting time to the ...
Dominik Picheta
2012-05-26
2
-12
/
+165
*
|
added system.||; lacks runtime support
Araq
2012-05-23
12
-9
/
+60
*
|
TInteger vs TOrdinal
Araq
2012-05-22
1
-1
/
+5
*
|
fixes a long standing bug concerning assignment of case objects
Araq
2012-05-22
2
-4
/
+10
*
|
todo.txt changes
Araq
2012-05-20
1
-4
/
+2
*
|
added another system.getStackTrace
Araq
2012-05-20
2
-0
/
+14
|
/
*
Fixes for embeddable devices (--os:standalone)
dom96
2012-05-20
1
-8
/
+8
*
fixes #113
Araq
2012-05-20
3
-16
/
+22
*
fixes #114
Araq
2012-05-20
1
-2
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-05-20
7
-10
/
+547
|
\
|
*
The httpserver now grabs the IP address of the client. RST gen fix for smileys.
dom96
2012-05-16
2
-2
/
+5
|
*
Fixed a bug in times and finished its docs. Added mimetypes module and added ...
dom96
2012-05-13
5
-8
/
+542
*
|
fixes #109
Araq
2012-05-20
9
-16
/
+95
|
/
*
fixes #103
Araq
2012-05-11
1
-2
/
+3
*
made tests green again
Araq
2012-05-11
2
-3
/
+3
*
thoughts about 'continue/break' bug
Araq
2012-05-10
2
-0
/
+5
*
fixes #111; however may introduce other problems
Araq
2012-05-10
1
-1
/
+6
*
added thexlit test
Araq
2012-05-09
1
-0
/
+12
*
markdown improvements
Araq
2012-05-09
3
-9
/
+10
*
implemented markdown styled code-blocks
Araq
2012-05-09
1
-2
/
+35
*
rst parser: removed index handling
Araq
2012-05-09
1
-113
/
+1
*
bugfix: strutils.formatFloat
Araq
2012-05-09
2
-7
/
+3
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-05-09
3
-13
/
+102
|
\
|
*
Removed echos from uri module.
Dominik Picheta
2012-05-07
1
-2
/
+0
|
*
Added uri module.
dom96
2012-05-06
1
-0
/
+35
|
*
The httpserver module now supports POST requests. Fix for captureBetween in t...
dom96
2012-05-06
2
-13
/
+69
[next]