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
*
Add arm64 support (untested)
def
2015-07-31
1
-1
/
+1
*
Add powerpc64el support (untested)
def
2015-07-31
1
-2
/
+2
*
Add Mipsel CPU support (untested)
def
2015-07-31
1
-1
/
+2
*
`$` for tuples/objects now handles a nil value correctly. Fixes #3149.
Dominik Picheta
2015-07-26
1
-1
/
+5
*
removed system.free
Araq
2015-07-18
1
-2
/
+1
*
staticExec now supports caching
Araq
2015-07-15
1
-3
/
+12
*
Merge pull request #2272 from def-/unsigned
Andreas Rumpf
2015-07-11
1
-1
/
+44
|
\
|
*
Move unsigned int operations to system module
def
2015-07-01
1
-1
/
+44
*
|
Merge pull request #3073 from apense/patch-12
Andreas Rumpf
2015-07-11
1
-0
/
+5
|
\
\
|
*
|
Corrected documentation
apense
2015-07-09
1
-3
/
+3
|
*
|
Doubled ticks
apense
2015-07-09
1
-5
/
+5
|
*
|
Added safeAdd documentation
apense
2015-07-06
1
-0
/
+5
*
|
|
Expose the name of an exception.
Joey
2015-07-10
1
-3
/
+3
*
|
|
Updated `&` parameters
apense
2015-07-06
1
-1
/
+1
|
/
/
*
/
implements varargs[untyped]; refs #2545; to be documented
Araq
2015-07-02
1
-21
/
+27
|
/
*
proper distinction between --gc:none and --os:standalone
Araq
2015-06-29
1
-18
/
+26
*
Fix doc typo
Sergey Avseyev
2015-06-28
1
-1
/
+1
*
Slight documentation addition
apense
2015-06-25
1
-3
/
+38
*
reworked deprecation to retain old procs
patrick dw
2015-06-19
1
-0
/
+4
*
Renamed writeln procs to writeLine
patrick dw
2015-06-18
1
-3
/
+3
*
conditional TGenericSeq extension
Stefan Talpalaru
2015-06-16
1
-3
/
+7
*
Merge branch 'devel' into gogc
Stefan Talpalaru
2015-06-15
1
-32
/
+64
|
\
|
*
fixes #2909
Araq
2015-06-15
1
-11
/
+42
|
*
Merge pull request #2896 from r-ku/I64-magics-gone
Andreas Rumpf
2015-06-12
1
-15
/
+15
|
|
\
|
|
*
Removed magics: mAbsI64
rku
2015-06-10
1
-1
/
+1
|
|
*
Removed magics: mBitnotI64
rku
2015-06-10
1
-1
/
+1
|
|
*
Removed magics: mEqI64 mLtI64 mLeI64
rku
2015-06-10
1
-3
/
+3
|
|
*
Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64
rku
2015-06-10
1
-5
/
+5
|
|
*
Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64
rku
2015-06-10
1
-5
/
+5
|
*
|
Removed unnecessary template
apense
2015-06-09
1
-3
/
+0
|
|
/
|
*
lib/system/a-e - Dropped 'T' from types
pdw
2015-06-04
1
-8
/
+12
|
*
Added slight explanation for count{down|up}
apense
2015-06-02
1
-2
/
+2
*
|
the Go GC - initial implementation
Stefan Talpalaru
2015-05-31
1
-4
/
+4
|
/
*
development version is 0.11.3
Araq
2015-05-28
1
-1
/
+1
*
Corrected various links within documentation
apense
2015-05-25
1
-2
/
+2
*
system.nim -> disabled Uninit warnings
HOLYCOWBATMAN
2015-05-24
1
-2
/
+2
*
Move the noreturn pragma to sysFatal
def
2015-05-05
1
-9
/
+10
*
version 0.11.2
Araq
2015-05-04
1
-1
/
+1
*
development version is 0.11.1
Araq
2015-05-03
1
-1
/
+1
*
preparations for version 0.11.0
Araq
2015-04-30
1
-2
/
+2
*
system.locals is now a plugin for education
Araq
2015-04-24
1
-1
/
+1
*
news.txt updates; fixes bootstrapping
Araq
2015-04-22
1
-2
/
+3
*
added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys...
Araq
2015-04-22
1
-0
/
+5
*
cleaned up some magics to make room for new magics; added '..<' and '..^' tem...
Araq
2015-04-22
1
-3
/
+13
*
Merge pull request #2449 from def-/slice-items
Andreas Rumpf
2015-04-21
1
-0
/
+6
|
\
|
*
Add items iterator for slices
def
2015-04-03
1
-0
/
+6
*
|
fixes #2500
Araq
2015-04-10
1
-23
/
+16
*
|
minor doc improvements
Araq
2015-04-08
1
-4
/
+4
*
|
Merge pull request #2472 from def-/natural
Andreas Rumpf
2015-04-07
1
-42
/
+42
|
\
\
|
*
|
Use more Natural and Positive numbers in proc parameters
def
2015-04-06
1
-42
/
+42
[next]