summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Collapse)AuthorAgeFilesLines
* further steps in implementing sink parameters; refs #7041Araq2018-03-301-0/+5
|
* added toOpenArray builtin for zero-copy slices; syntax sugar yet to comeAraq2018-03-241-0/+10
|
* [Documentation] free -> dealloc (#7334)WhiteDuke2018-03-161-3/+3
|
* lib/system: Fix programResult documentation (#7307)alaviss2018-03-071-3/+3
|
* development version is 0.18.1Araq2018-03-051-1/+1
|
* bump version to 0.18.0Araq2018-03-011-2/+2
|
* added -d:nimNoArrayToString define to allow easier porting to 0.18Araq2018-03-011-4/+4
|
* merged #6512 manually; fixes #6431Araq2018-02-271-0/+14
|
* system.nim: fix harmless typoAndreas Rumpf2018-02-261-1/+1
|
* fixes #4220Araq2018-02-101-1/+7
|
* mark Nim version with .intdefineAndreas Rumpf2018-02-051-3/+3
|
* the .deprecated pragma for procs now supports a user-definable deprecation ↵Andreas Rumpf2018-02-021-1/+0
| | | | message
* Undeprecate readChar. Closes #7072 (#7156)Yuriy Glukhov2018-01-301-3/+3
|
* fixes #6989Andreas Rumpf2018-01-271-6/+6
|
* writeStackTrace now officially has no IO effect anymore for more convenient ↵Andreas Rumpf2018-01-211-2/+3
| | | | debugging
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-1/+1
|
* work in progress: 'sink' and 'lent' typesAraq2018-01-071-0/+4
|
* Add newSeqUninitialized, closes #6401 (#6402)Eduardo Bart2018-01-031-0/+12
|
* cmp(x, y: string) now uses memcmp rather than strcmp (#6869) (#6968)Mathias Stearn2017-12-241-1/+4
|
* Merge branch 'issue-6805' of https://github.com/Veladus/Nim into ↵Araq2017-12-151-1/+1
|\ | | | | | | Veladus-issue-6805
| * Now analyzes over magics instead of symbol names; but dosn't compile for meVeladus2017-12-111-1/+1
| |
* | Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-8/+65
|/
* Fixes #6223.Dominik Picheta2017-11-281-1/+4
|
* Exit nodejs with programResult (#6822)Alexander Ivanov2017-11-281-1/+5
|
* Implement doAssertRaises (#6819)Dominik Picheta2017-11-281-0/+19
|
* the documentation generator now supports system.runnableExamplesAraq2017-11-261-0/+17
|
* added a warning that the .deprecate statement is unreliable for routinesAndreas Rumpf2017-11-211-3/+0
|
* make '..' work better with mixed integer types for backwards compatAndreas Rumpf2017-11-181-12/+12
|
* fixes #6753Andreas Rumpf2017-11-181-2/+2
|
* added system.getStackTraceEntriesAndreas Rumpf2017-11-161-1/+11
|
* Trim remaining expr/stmt from stdlib (#6742)Lynn C. Rees2017-11-151-5/+5
|
* fixes #6710Andreas Rumpf2017-11-081-1/+1
|
* make 'nim doc2 system.nim' work againAndreas Rumpf2017-11-071-2/+2
|
* make tests green againAndreas Rumpf2017-11-071-0/+7
|
* breaking change: countup/'..' only take a simple generic TAndreas Rumpf2017-11-071-1/+9
|
* Merge branch 'devel' into araqAndreas Rumpf2017-11-071-5/+7
|\
| * fixes #6692Araq2017-11-051-3/+5
| |
| * fixes #6675Andreas Rumpf2017-11-021-2/+2
| |
* | make countup et al take only a single type parameter in order to prevent ↵Andreas Rumpf2017-11-021-32/+70
| | | | | | | | type guesses
* | wipAndreas Rumpf2017-11-021-3/+3
|/
* Extend description of fmWriteSimon Krauter2017-11-011-1/+1
| | | | Add "Existing files will be cleared!" like in fmReadWriteExisting. Behavior tested under Linux.
* system.'..<' should not be dirty; fixes yet another regressionAndreas Rumpf2017-11-011-1/+1
|
* system.nim improvement: make 'len' work with heterogenous slicesAndreas Rumpf2017-11-011-1/+1
|
* system.nim improvements: make contains for HSlice more flexible; added ↵Andreas Rumpf2017-11-011-9/+10
| | | | .inline to the new BackwardsIndex accessors
* Implementation of high/low for SomeReal (#6570)Fabian Keller2017-10-301-0/+3
|
* fixes #6631Andreas Rumpf2017-10-301-17/+19
|
* system.nim: typoAndreas Rumpf2017-10-291-3/+3
|
* remove old implementation of the roof operator; make tests green again; ↵Andreas Rumpf2017-10-291-1/+1
| | | | close #6292
* work in progress: new implementation for 'a[^1]'Andreas Rumpf2017-10-291-51/+48
|
* deprecated unary '<'Andreas Rumpf2017-10-291-34/+37
|