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
...
*
|
|
added examples in documenation for sizeof high low
Jakob Oesterling
2015-09-25
1
-0
/
+24
|
/
/
*
|
added examples in documenation for len dec inc incl excl
Jakob Oesterling
2015-09-24
1
-0
/
+23
*
|
Fixes #2889. Merges *tostring tests in tests/system.
Dominik Picheta
2015-09-23
1
-1
/
+3
*
|
fixes #3343
Araq
2015-09-18
1
-1
/
+1
*
|
fixes the most pressing regressions introduced by the new handling of a[i] in...
Araq
2015-09-16
1
-0
/
+1
*
|
clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; fixe...
Araq
2015-09-14
1
-8
/
+8
*
|
first attempt to fix 'a[i]' handling in generics
Araq
2015-09-12
1
-0
/
+8
*
|
Merge pull request #3274 from yglukhov/seq-insert-js-fix
Andreas Rumpf
2015-09-09
1
-13
/
+33
|
\
\
|
|
/
|
/
|
|
*
Fixed seq.insert and seq.delete for js.
Yuriy Glukhov
2015-09-07
1
-13
/
+33
*
|
fixes #3300
Araq
2015-09-08
1
-1
/
+1
|
/
*
Fixed nimvm in generics.
Yuriy Glukhov
2015-09-07
1
-3
/
+3
*
nimvm is magic
Yuriy Glukhov
2015-09-04
1
-0
/
+4
*
fixes 'line too long' warnings
Araq
2015-09-03
1
-11
/
+18
*
Merge pull request #3143 from def-/readline-faster
Andreas Rumpf
2015-08-21
1
-6
/
+6
|
\
|
*
Improve performance of readLine by using fgets
def
2015-07-24
1
-6
/
+6
*
|
implements experimental new config system based on NimScript
Araq
2015-08-16
1
-49
/
+59
*
|
attempt to fix bootstrapping; refs #3139
Araq
2015-08-07
1
-1
/
+3
*
|
fixes #3193
Araq
2015-08-07
1
-1
/
+2
*
|
Merge pull request #3180 from yglukhov/3179-workaround
Dominik Picheta
2015-08-05
1
-1
/
+1
|
\
\
|
*
|
Workaround for #3179.
Yuriy Glukhov
2015-08-03
1
-1
/
+1
*
|
|
added system.unsafeAddr
Araq
2015-08-04
1
-0
/
+7
*
|
|
Updated documentation of system.new. Ref #2699.
Dominik Picheta
2015-08-04
1
-1
/
+4
|
/
/
*
|
Improve discoverability of 'of' operator
Michał Zieliński
2015-08-02
1
-0
/
+1
*
|
Merge pull request #2699 from SSPkrolik/newrefref
Andreas Rumpf
2015-08-02
1
-2
/
+8
|
\
\
|
*
|
new now able to make distinction between ref and non-ref types, so we don't g...
krolik
2015-05-12
1
-2
/
+8
*
|
|
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
[prev]
[next]