summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #6255, add `system.ashr` arithmetic right shift (#8547)andri lim2018-08-071-0/+17
* Stricter signature for countdown/countup (#8549)Oscar Nihlgård2018-08-071-3/+3
* fixes #7492 excessiveStackTrace:on shows non-absolute file in stacktrace (#8469)Timothee Cour2018-07-301-1/+3
* Fix links to manual.html in the system module documentation (#8467)Hugo Locurcio2018-07-281-3/+3
* fixes #8223Andreas Rumpf2018-07-171-3/+2
* Don't depend on string.h in codegen (#8299)Yuriy Glukhov2018-07-131-17/+17
* Do not consider enums with holes as ordinals (#8264)LemonBoy2018-07-121-3/+3
* workaround issue #8223 nim doc fails with doAssertRaises (#8245)Timothee Cour2018-07-081-4/+7
* Add proc toOpenArray[byte] for strings (#7820)Dmitry Atamanov2018-07-071-1/+2
* Put back deprecation path for SomeRealMamy Ratsimbazafy2018-07-071-0/+2
* system.nim: minor code style changeAraq2018-07-061-1/+1
* Merge branch 'devel' of github.com:nim-lang/Nim into araq-develAraq2018-07-061-1/+1
|\
| * Use '\L' instead of '\n' in system for backwards compatibility.Dominik Picheta2018-07-061-1/+1
* | restore deprecated PNimrodNode in order to make the CIs happyAndreas Rumpf2018-07-051-0/+2
* | system.nim: cleanup the formattingAndreas Rumpf2018-06-291-194/+194
* | system.nim: remove deprecated symbolsAndreas Rumpf2018-06-281-74/+0
|/
* A minimal patch enabling the new typedesc and static types syntaxZahary Karadjov2018-06-161-4/+18
* Native access to Genode environmentEmery Hemingway2018-06-071-4/+33
* Fix GC_getStatistics calling itself GC_disableMarkAndSweep in JS (again)hlaaf2018-06-061-1/+1
* Expose GC_setStackBottom (#7885)Yuriy Glukhov2018-06-041-5/+9
* Added $ for openarrays. Fixes #7940.data-man2018-06-011-0/+8
* Fixes #6832 (#7813)Dmitry Atamanov2018-05-191-1/+3
* Disable setTerminate when noCppExceptions is defined (#7751)Emery Hemingway2018-05-041-2/+3
* make 'not nil' experimentalAndreas Rumpf2018-05-021-1/+1
* correct comparisons for nil strings/seqsAndreas Rumpf2018-04-281-5/+6
* system.nim documentation: setLen can handle nil nowAndreas Rumpf2018-04-281-4/+2
* Don't escape multibyte characters (#7570)Oscar Nihlgård2018-04-231-9/+33
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
* fixes system.doAssertRaisesAraq2018-04-181-4/+5
* Remove PHP backend. (#7606)treeform2018-04-181-12/+9
* rename SomeReal to SomeFloat (#7617)Arne Döring2018-04-151-5/+7
* implements first version of for-loop macrosAndreas Rumpf2018-04-151-0/+5
* Support code hot reloading for JavaScript projects (#7362)zah2018-04-131-0/+24
* Add column number to instantiation info (#7376)PMunch2018-04-121-1/+1
* Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)cooldome2018-04-101-0/+1
* Add RISC-V (riscv64) support (#7417)Federico Ceratto2018-04-071-1/+2
* 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 me...Andreas Rumpf2018-02-021-1/+0
* Undeprecate readChar. Closes #7072 (#7156)Yuriy Glukhov2018-01-301-3/+3
* fixes #6989Andreas Rumpf2018-01-271-6/+6