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 (
Expand
)
Author
Age
Files
Lines
*
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
|
*
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
*
Finally rebuilt the sources to take advantage of the new type system capabili...
Zahary Karadjov
2012-04-21
1
-2
/
+17
*
implicit generics types as return types. removed the error message for captur...
Zahary Karadjov
2012-04-21
1
-2
/
+4
*
produce errors on proc types with implicit empty param lists.
Zahary Karadjov
2012-04-20
1
-3
/
+3
*
Proper C scopes for if, try and case statements
Zahary Karadjov
2012-04-12
1
-6
/
+6
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-04-01
1
-3
/
+25
|
\
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-03-31
1
-25
/
+29
|
|
\
|
*
|
generic types can be used like type classes. distinct can be applied to type ...
Zahary Karadjov
2012-03-25
1
-3
/
+25
*
|
|
added strutils.parseEnum; fixes #95
Araq
2012-04-01
1
-1
/
+0
|
|
/
|
/
|
*
|
implemented support for the AVR CPU and standalone OS
Araq
2012-03-31
1
-25
/
+29
|
/
*
merged branch overloading-for-macros
Zahary Karadjov
2012-03-19
1
-13
/
+13
|
\
|
*
updated system.nim to take advantage of the new template capabilities
Zahary Karadjov
2012-03-15
1
-13
/
+13
*
|
unittest module compiles again
Araq
2012-03-17
1
-1
/
+1
*
|
rebuilt C sources
Araq
2012-03-17
1
-7
/
+0
*
|
clean separation of PNimrodNode and tyExpr
Araq
2012-03-16
1
-0
/
+5
*
|
first steps for cleaner static/const distinction
Araq
2012-03-13
1
-6
/
+6
|
/
*
helper templates static, eval and emit for easier compile-time code evaluation
Zahary Karadjov
2012-02-24
1
-0
/
+14
*
added system.setControlCHook, system.writeStackTrace
Araq
2012-02-19
1
-0
/
+8
*
added 'system.shallow'
Araq
2012-02-09
1
-2
/
+2
*
added 'system.shallow'
Araq
2012-02-09
1
-1
/
+22
*
further steps for closure support; added 'system.rawProc', 'system.rawEnv'
Araq
2012-02-08
1
-0
/
+14
*
further steps to closure support
Araq
2012-02-06
1
-0
/
+3
*
implemented/fixed #92
Araq
2012-01-29
1
-0
/
+32
*
sysasserts leaner again
Araq
2012-01-29
1
-7
/
+1
[next]