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
*
hold back the new | operator for types as it creates mysterious problems fro ...
Zahary Karadjov
2017-04-28
1
-3
/
+0
*
Allow tyOr,tyAnd and tyNot to be constructed in more contexts
Zahary Karadjov
2017-04-28
1
-2
/
+17
*
Update 'compiles' documentation to remove not (#5666)
John Scillieri
2017-04-05
1
-1
/
+1
*
system.nim: make min/max take openArrays, not varargs (breaking change)
Andreas Rumpf
2017-04-04
1
-2
/
+2
*
support for the Genode OS framework (#5560)
Emery Hemingway
2017-03-31
1
-19
/
+28
*
fixes #5599 (#5610)
Andreas Rumpf
2017-03-26
1
-2
/
+6
*
Added few documentation lines for the unsafeAddr operator. (#5362)
Arne Döring
2017-03-23
1
-3
/
+7
*
Fix links to manual (#5500)
konqoro
2017-03-09
1
-28
/
+28
*
Merge pull request #5317 from rokups/feature/coroutines
Andreas Rumpf
2017-02-26
1
-0
/
+20
|
\
|
*
Removed test code from coro.nim and created three real tests for coroutines
Rokas Kupstys
2017-02-20
1
-0
/
+3
|
*
Use constant nimCoroutines instead of defined(nimCoroutines)
Rokas Kupstys
2017-02-20
1
-0
/
+17
*
|
fixes most recent codegen regression
Araq
2017-02-26
1
-3
/
+3
*
|
Bugfix/double newlines in stderr (#5426)
Fabian Keller
2017-02-24
1
-0
/
+1
|
/
*
Added BiggestUInt (#5378)
flyx
2017-02-13
1
-0
/
+11
*
system.nim: don't use deprecated symbols/constructs
Araq
2017-02-08
1
-11
/
+12
*
fixes #5349
Araq
2017-02-08
1
-2
/
+7
*
Mark setupForeignThreadGc and initGC as gcsafe (#5353)
Anatoly Galiulin
2017-02-08
1
-1
/
+1
*
fix string slice & splice (#5311)
Parashurama
2017-02-01
1
-6
/
+5
*
devel version has to be odd
Araq
2017-01-29
1
-1
/
+1
*
newException supports setting of the 'parent' field
Andreas Rumpf
2017-01-26
1
-1
/
+2
*
improvements to memtracking
Andreas Rumpf
2017-01-26
1
-13
/
+22
*
Fix a typo in system's staticExec procedure description (#5276)
Gangsta Cat
2017-01-24
1
-1
/
+1
*
Update system.nim
Andreas Rumpf
2017-01-14
1
-2
/
+2
*
updated to version 0.16.0
Araq
2017-01-07
1
-2
/
+2
*
added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994
Araq
2017-01-07
1
-0
/
+5
*
make c_setmode compatible with Borland C; refs #5157
Andreas Rumpf
2016-12-31
1
-2
/
+3
*
new shift ops for Nim; based on #4743
Andreas Rumpf
2016-12-29
1
-27
/
+48
*
remove deprecated system.TResult enum
Andreas Rumpf
2016-12-28
1
-2
/
+0
*
Added FileSeekPos
Yuriy Glukhov
2016-12-08
1
-1
/
+9
*
first version of the new memory tracking feature
Andreas Rumpf
2016-11-21
1
-0
/
+10
*
added description to fmWrite mode to be more exact
Vladislav
2016-11-01
1
-0
/
+2
*
fixes bootstrapping
Araq
2016-11-01
1
-2
/
+5
*
Merge pull request #4980 from jlp765/tostring
Andreas Rumpf
2016-11-01
1
-1
/
+2
|
\
|
*
Add nill value handling for seq/sets
jlp765
2016-11-01
1
-1
/
+2
*
|
updated development version
Araq
2016-10-31
1
-5
/
+5
|
/
*
fixed == and cmp to work on nimvm
Arne Döring
2016-10-26
1
-25
/
+33
*
version bump
Andreas Rumpf
2016-10-21
1
-1
/
+1
*
Windows console apps do not set the codepage to UTF-8 anymore; use -d:nimSetU...
Andreas Rumpf
2016-10-18
1
-1
/
+1
*
Merge remote-tracking branch 'origin/devel' into initallocator-fix
Jacek Sieka
2016-10-12
1
-34
/
+32
|
\
|
*
develop version is 0.15.1
Araq
2016-10-08
1
-1
/
+1
|
*
Make gc v2 compile with --threads:on
Yuriy Glukhov
2016-10-05
1
-1
/
+1
|
*
version changed to 0.15.0
Araq
2016-10-01
1
-2
/
+2
|
*
Misc documentation fixes
Simon Ruderich
2016-09-17
1
-7
/
+6
|
*
system: writeLine: escape \n in documentation
Simon Ruderich
2016-09-15
1
-1
/
+1
|
*
system: shl: remove superfluous spaces in documentation
Simon Ruderich
2016-09-15
1
-2
/
+2
|
*
system: <: add example of output to documentation
Simon Ruderich
2016-09-15
1
-1
/
+1
|
*
system: use more consistent spaces in seq declaration
Simon Ruderich
2016-09-15
1
-6
/
+6
|
*
system: high, low: add example which uses the type
Simon Ruderich
2016-09-15
1
-0
/
+2
|
*
system: TaintedString: reduce duplication and link to manual
Simon Ruderich
2016-09-15
1
-8
/
+8
|
*
attempt to fix #4640
Andreas Rumpf
2016-09-13
1
-3
/
+3
[next]