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
*
[Documentation] free -> dealloc (#7334)
WhiteDuke
2018-03-16
1
-3
/
+3
*
lib/system: Fix programResult documentation (#7307)
alaviss
2018-03-07
1
-3
/
+3
*
development version is 0.18.1
Araq
2018-03-05
1
-1
/
+1
*
bump version to 0.18.0
Araq
2018-03-01
1
-2
/
+2
*
added -d:nimNoArrayToString define to allow easier porting to 0.18
Araq
2018-03-01
1
-4
/
+4
*
merged #6512 manually; fixes #6431
Araq
2018-02-27
1
-0
/
+14
*
system.nim: fix harmless typo
Andreas Rumpf
2018-02-26
1
-1
/
+1
*
fixes #4220
Araq
2018-02-10
1
-1
/
+7
*
mark Nim version with .intdefine
Andreas Rumpf
2018-02-05
1
-3
/
+3
*
the .deprecated pragma for procs now supports a user-definable deprecation me...
Andreas Rumpf
2018-02-02
1
-1
/
+0
*
Undeprecate readChar. Closes #7072 (#7156)
Yuriy Glukhov
2018-01-30
1
-3
/
+3
*
fixes #6989
Andreas Rumpf
2018-01-27
1
-6
/
+6
*
writeStackTrace now officially has no IO effect anymore for more convenient d...
Andreas Rumpf
2018-01-21
1
-2
/
+3
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-1
/
+1
*
work in progress: 'sink' and 'lent' types
Araq
2018-01-07
1
-0
/
+4
*
Add newSeqUninitialized, closes #6401 (#6402)
Eduardo Bart
2018-01-03
1
-0
/
+12
*
cmp(x, y: string) now uses memcmp rather than strcmp (#6869) (#6968)
Mathias Stearn
2017-12-24
1
-1
/
+4
*
Merge branch 'issue-6805' of https://github.com/Veladus/Nim into Veladus-issu...
Araq
2017-12-15
1
-1
/
+1
|
\
|
*
Now analyzes over magics instead of symbol names; but dosn't compile for me
Veladus
2017-12-11
1
-1
/
+1
*
|
Improved collection-to-string behavior (#6825)
Fabian Keller
2017-12-14
1
-8
/
+65
|
/
*
Fixes #6223.
Dominik Picheta
2017-11-28
1
-1
/
+4
*
Exit nodejs with programResult (#6822)
Alexander Ivanov
2017-11-28
1
-1
/
+5
*
Implement doAssertRaises (#6819)
Dominik Picheta
2017-11-28
1
-0
/
+19
*
the documentation generator now supports system.runnableExamples
Araq
2017-11-26
1
-0
/
+17
*
added a warning that the .deprecate statement is unreliable for routines
Andreas Rumpf
2017-11-21
1
-3
/
+0
*
make '..' work better with mixed integer types for backwards compat
Andreas Rumpf
2017-11-18
1
-12
/
+12
*
fixes #6753
Andreas Rumpf
2017-11-18
1
-2
/
+2
*
added system.getStackTraceEntries
Andreas Rumpf
2017-11-16
1
-1
/
+11
*
Trim remaining expr/stmt from stdlib (#6742)
Lynn C. Rees
2017-11-15
1
-5
/
+5
*
fixes #6710
Andreas Rumpf
2017-11-08
1
-1
/
+1
*
make 'nim doc2 system.nim' work again
Andreas Rumpf
2017-11-07
1
-2
/
+2
*
make tests green again
Andreas Rumpf
2017-11-07
1
-0
/
+7
*
breaking change: countup/'..' only take a simple generic T
Andreas Rumpf
2017-11-07
1
-1
/
+9
*
Merge branch 'devel' into araq
Andreas Rumpf
2017-11-07
1
-5
/
+7
|
\
|
*
fixes #6692
Araq
2017-11-05
1
-3
/
+5
|
*
fixes #6675
Andreas Rumpf
2017-11-02
1
-2
/
+2
*
|
make countup et al take only a single type parameter in order to prevent type...
Andreas Rumpf
2017-11-02
1
-32
/
+70
*
|
wip
Andreas Rumpf
2017-11-02
1
-3
/
+3
|
/
*
Extend description of fmWrite
Simon Krauter
2017-11-01
1
-1
/
+1
*
system.'..<' should not be dirty; fixes yet another regression
Andreas Rumpf
2017-11-01
1
-1
/
+1
*
system.nim improvement: make 'len' work with heterogenous slices
Andreas Rumpf
2017-11-01
1
-1
/
+1
*
system.nim improvements: make contains for HSlice more flexible; added .inlin...
Andreas Rumpf
2017-11-01
1
-9
/
+10
*
Implementation of high/low for SomeReal (#6570)
Fabian Keller
2017-10-30
1
-0
/
+3
*
fixes #6631
Andreas Rumpf
2017-10-30
1
-17
/
+19
*
system.nim: typo
Andreas Rumpf
2017-10-29
1
-3
/
+3
*
remove old implementation of the roof operator; make tests green again; close...
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
work in progress: new implementation for 'a[^1]'
Andreas Rumpf
2017-10-29
1
-51
/
+48
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-34
/
+37
*
destructors: work in progress
Araq
2017-10-26
1
-2
/
+2
*
default '=sink' and '=destroy' cannot be templates
Araq
2017-10-25
1
-9
/
+9
[next]