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
...
|
*
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
|
|
*
|
renamed noStackFrame to asmNoStackFrame
Araq
2014-02-18
1
-2
/
+2
|
|
|
/
|
*
|
Add missing cast.
EXetoC
2014-03-06
1
-1
/
+1
|
*
|
Add type-specific allocation procs.
EXetoC
2014-03-06
1
-6
/
+51
|
|
/
*
|
removed `$` for openarray, was commented out
Simon Hafner
2014-02-11
1
-13
/
+0
*
|
explicit firstElement for `$` in collections
Simon Hafner
2014-02-11
1
-3
/
+9
*
|
Added `$` for seq
Simon Hafner
2014-02-11
1
-0
/
+12
|
/
*
'discard' instead of 'nil' for system.nim
Araq
2014-02-02
1
-19
/
+19
*
disable internalError so that nimbuild compiles again
Araq
2014-01-25
1
-1
/
+1
*
fix the error "only proc headers can feature pragmas" when compiling in JS mode
Zahary Karadjov
2014-01-23
1
-32
/
+32
*
resolved conflicts with master
Araq
2014-01-18
1
-2
/
+17
|
\
|
*
Adds example to locals() docstring.
Grzegorz Adam Hankiewicz
2013-12-23
1
-1
/
+17
*
|
Clarifies system.lines() docstring.
Grzegorz Adam Hankiewicz
2014-01-15
1
-4
/
+4
*
|
Adds docstrings to lines() iterators.
Grzegorz Adam Hankiewicz
2014-01-15
1
-2
/
+24
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-01-13
1
-11
/
+29
|
\
\
|
*
|
progress towards fixing tgenericshardcases
Zahary Karadjov
2014-01-06
1
-1
/
+1
|
*
|
add incl/excl for sets accepting accepting other sets
Zahary Karadjov
2013-12-30
1
-0
/
+8
|
*
|
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-10
/
+20
|
|
\
\
|
|
*
|
fixes #787
Zahary Karadjov
2013-12-28
1
-9
/
+9
|
|
*
|
documented static params
Zahary Karadjov
2013-12-25
1
-0
/
+10
|
|
*
|
static params: expr[T] is now static[T]
Zahary Karadjov
2013-12-19
1
-1
/
+1
*
|
|
|
case consistency improvements
Araq
2014-01-11
1
-1
/
+1
|
/
/
/
*
|
|
case consistency: next steps
Araq
2013-12-29
1
-1
/
+1
*
|
|
improvements for 'pretty'
Araq
2013-12-28
1
-4
/
+4
*
|
|
case consistency part 6
Araq
2013-12-28
1
-2
/
+2
*
|
|
case consistency part 4
Araq
2013-12-27
1
-37
/
+37
*
|
|
case consistency part 3
Araq
2013-12-27
1
-4
/
+3
*
|
|
case consistency part 1
Araq
2013-12-27
1
-10
/
+10
*
|
|
vm: FFI improvements
Araq
2013-12-23
1
-2
/
+6
|
|
/
|
/
|
*
|
Merge pull request #759 from zielmicha/stdmsg
Andreas Rumpf
2013-12-20
1
-9
/
+7
|
\
\
|
*
|
Add stdmsg (an alias to either stdout or stderr).
Michał Zieliński
2013-12-17
1
-9
/
+7
|
|
/
*
/
Mentions static alternatives to quit().
Grzegorz Adam Hankiewicz
2013-12-12
1
-0
/
+4
|
/
[prev]
[next]