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 stack overflow prevention
Araq
2014-07-16
1
-1
/
+2
*
Merge branch 'new_spawn' into devel
Araq
2014-07-15
1
-1
/
+2
|
\
|
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn
Araq
2014-06-26
1
-6
/
+49
|
|
\
|
*
|
rewrote lambdalifting; fixes deeply nested closures
Araq
2014-06-26
1
-1
/
+2
*
|
|
Merge pull request #1336 from Varriount/fix-542
Andreas Rumpf
2014-07-09
1
-0
/
+4
|
\
\
\
|
*
|
|
Fixes #542
Clay Sweetser
2014-07-08
1
-0
/
+4
*
|
|
|
fixes #1328
Araq
2014-07-08
1
-0
/
+3
|
/
/
/
*
|
/
Add type constraints for uint and uint64 to the System module's procs instead
def
2014-06-28
1
-5
/
+5
|
|
/
|
/
|
*
|
Fix bootstrapping
flaviut
2014-06-16
1
-1
/
+1
*
|
Merge pull request #1281 from Araq/new_spawn
Andreas Rumpf
2014-06-16
1
-4
/
+7
|
\
|
|
*
some changes
Araq
2014-06-09
1
-0
/
+4
|
*
Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn
Araq
2014-06-01
1
-4
/
+3
|
|
\
|
|
*
bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise'
Araq
2014-05-25
1
-1
/
+3
|
|
*
initial non-compiling version of 'parallel'
Araq
2014-05-12
1
-3
/
+0
*
|
|
Documents -d: in the compiler guide and hyperlinks assert/defined.
Grzegorz Adam Hankiewicz
2014-06-06
1
-3
/
+17
*
|
|
Adds docstring example to system.fieldPairs.
Grzegorz Adam Hankiewicz
2014-06-06
1
-3
/
+32
|
/
/
*
/
added getTotalSharedMem et al.
Jostein Berre Eliassen
2014-05-20
1
-0
/
+14
|
/
*
bootstraps works again; get rid of compile-time 'rand' (too weird)
Araq
2014-05-06
1
-3
/
+0
*
implemented builtin noncopying slice
Araq
2014-05-02
1
-2
/
+2
*
give system.lines a proper buffer
Araq
2014-04-30
1
-1
/
+1
*
building of nimrtl.dll should work again
Araq
2014-04-22
1
-4
/
+5
*
fixes DLL generation
Araq
2014-04-21
1
-41
/
+41
*
fixes bootstrapping
Araq
2014-04-20
1
-2
/
+2
*
made large parts of the stdlib gcsafe
Araq
2014-04-20
1
-3
/
+0
*
actors compile again
Araq
2014-04-20
1
-5
/
+12
*
attempt to fix bootstrapping
Araq
2014-04-20
1
-1
/
+1
*
New concurrency model: next steps
Araq
2014-04-19
1
-51
/
+63
*
new concurrency model: first steps; shared is not a keyword anymore
Araq
2014-04-14
1
-2
/
+8
*
Merge pull request #1075 from flaviut/inlinedocs
Andreas Rumpf
2014-04-09
1
-15
/
+105
|
\
|
*
Fix typos in system.nim
flaviut
2014-04-08
1
-12
/
+12
|
*
`Concatenates` was misspelled
flaviut
2014-04-08
1
-6
/
+6
|
*
Code example for `clamp`
flaviut
2014-04-08
1
-1
/
+5
|
*
Document inplace string appending
flaviut
2014-04-08
1
-0
/
+14
|
*
Code examples for string concatination
flaviut
2014-04-08
1
-1
/
+16
|
*
Code docs for `contains`, `in`, `is`, and `of`
flaviut
2014-04-08
1
-1
/
+35
|
*
Inline docs for sequence appending
flaviut
2014-04-08
1
-0
/
+23
*
|
fixes bootstrapping
Araq
2014-04-09
1
-5
/
+8
*
|
added `$` for arrays
Simon Hafner
2014-03-31
1
-14
/
+14
*
|
Merge branch 'devel' of github.com:Araq/Nimrod into seq_toString
Simon Hafner
2014-03-31
1
-29
/
+113
|
\
|
|
*
iterators check seqs/strings are not resized during iteration
Araq
2014-03-29
1
-14
/
+18
|
*
Adds example to likely/unlikely docstring. Refs #983.
Grzegorz Adam Hankiewicz
2014-03-13
1
-4
/
+24
|
*
EOS exception now contains the error code.
Dominik Picheta
2014-03-11
1
-0
/
+1
|
*
Use 'Natural' or 'Positive' instead of 'int' where applicable.
EXetoC
2014-03-07
1
-6
/
+6
|
*
create -> createU, create0 -> create.
EXetoC
2014-03-07
1
-9
/
+9
|
*
Use separate names for type-based allocation procs rather than overloading.
EXetoC
2014-03-07
1
-20
/
+29
|
*
Better names.
EXetoC
2014-03-07
1
-2
/
+2
|
*
Merge branch 'devel' into alloc-overloads
EXetoC
2014-03-06
1
-5
/
+10
|
|
\
|
|
*
system.nim makes use of the 'unchecked' pragma
Araq
2014-03-05
1
-1
/
+4
|
|
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-25
1
-2
/
+4
|
|
|
\
|
|
|
*
Documents system.readAll() limitations. Refs #298.
Grzegorz Adam Hankiewicz
2014-02-20
1
-2
/
+4
[next]