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
/
system.nim
Commit message (
Collapse
)
Author
Age
Files
Lines
*
system.onRaise improvements
Araq
2012-11-05
1
-1
/
+4
|
*
added system.onRaise to support a condition system
Araq
2012-11-05
1
-0
/
+9
|
*
nimbuild should work again
Araq
2012-11-01
1
-1
/
+0
|
*
fixed a serious code generation bug leading to wrong RTTI
Araq
2012-10-19
1
-2
/
+2
|
*
first version of a memory profiler
Araq
2012-10-10
1
-1
/
+1
|
*
fixes #120
Zahary Karadjov
2012-10-04
1
-3
/
+2
|
*
implemented case expressions
Zahary Karadjov
2012-10-03
1
-1
/
+1
|
*
implemented return type inference
Zahary Karadjov
2012-10-03
1
-10
/
+15
|
|
|
|
|
|
Other fixes: * bind once is now the default for type classes as documented in the manual * fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used)
*
made tests green again
Araq
2012-09-18
1
-4
/
+4
|
*
stricter symbol lookup in generics
Araq
2012-09-17
1
-3
/
+3
|
*
profiler improvements
Araq
2012-09-17
1
-5
/
+5
|
*
implemented a stack trace profiler
Araq
2012-09-15
1
-1
/
+2
|
*
splitted echo into echo/debugEcho
Araq
2012-09-13
1
-5
/
+6
|
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-8
/
+6
|
*
objects with no ancestor are not implicitely final
Araq
2012-08-24
1
-2
/
+5
|
*
documented hygienic templates; made tests green; fixed system.clamp
Araq
2012-08-22
1
-4
/
+4
|
*
next steps to hygienic templates
Araq
2012-08-20
1
-1
/
+4
|
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
1
-9
/
+11
|
*
keep initStackBottom calls please
Araq
2012-08-02
1
-0
/
+1
|
*
DLL fixes for windows; fixes #175
Zahary Karadjov
2012-07-31
1
-1
/
+0
|
*
DLLs should work again; fixes #169
Araq
2012-07-24
1
-0
/
+3
|
*
added system.compiles
Araq
2012-07-20
1
-0
/
+10
|
*
got rid of some mAddU64 etc. magics
Araq
2012-07-20
1
-6
/
+6
|
*
equality and hashing for closures
Araq
2012-07-17
1
-0
/
+1
|
*
make tests green again
Araq
2012-07-17
1
-0
/
+1
|
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-7
/
+7
|
*
c2nim and system.nim now agree on a C type mapping
Araq
2012-07-15
1
-0
/
+11
|
*
added system.@ for openarrays
Araq
2012-07-14
1
-1
/
+8
|
*
improved unsigned support
Araq
2012-07-14
1
-42
/
+1
|
*
proper enum constraints for system.nim
Araq
2012-07-13
1
-3
/
+3
|
*
'addSon' for types deprecated for 'int literal type' analysis (3)
Araq
2012-07-09
1
-11
/
+11
|
*
made tests green again
Araq
2012-07-09
1
-3
/
+5
|
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-6
/
+10
|
*
' is optional in type suffixes for numerical literals
Araq
2012-07-02
1
-0
/
+4
|
*
bite the bullet and make 'initStackBottom' a compilerproc
Araq
2012-06-24
1
-5
/
+5
|
*
system.nim: documentation fixes
Araq
2012-06-23
1
-5
/
+5
|
*
documentation improvements; added system.gorge (for Araq's fun)
Araq
2012-06-22
1
-1
/
+7
|
*
better support for unsigned integers.
Zahary Karadjov
2012-06-11
1
-38
/
+76
|
*
fix compilation errors when bootstrapping with C++
Zahary Karadjov
2012-06-04
1
-1
/
+3
|
*
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
1
-5
/
+36
|
\
|
*
'+=' etc for all floating point types
Araq
2012-05-29
1
-4
/
+4
|
|
|
*
Added timezone handling and functions for adding and subtracting time to the ↵
Dominik Picheta
2012-05-26
1
-0
/
+13
|
|
|
|
|
|
|
|
|
|
|
|
times module. Added insert for strings to the system module.
|
*
added system.||; lacks runtime support
Araq
2012-05-23
1
-0
/
+9
|
|
|
*
TInteger vs TOrdinal
Araq
2012-05-22
1
-1
/
+5
|
|
|
*
added another system.getStackTrace
Araq
2012-05-20
1
-0
/
+5
|
|
*
|
Added system.staticExec proc for executing external command at compile-time
Zahary Karadjov
2012-06-02
1
-2
/
+13
|
/
*
Fixes for embeddable devices (--os:standalone)
dom96
2012-05-20
1
-8
/
+8
|
*
added system.getStackTrace; docgen refactoring (incomplete)
Araq
2012-05-06
1
-0
/
+3
|
*
documentation improvements; GC_step improved
Araq
2012-04-21
1
-2
/
+2
|
[next]