summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* fix js stacktraces, unify all file,line,col formatting into a single function...Timothee Cour2020-05-053-11/+10
* fixes #14209 [backport:1.2] (#14213)Andreas Rumpf2020-05-051-1/+1
* Fix #14151 (#14205) [backport]slangmgh2020-05-031-8/+2
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-023-19/+2
* Document that proc named fooTask is created for every foo task [backport] (#1...Kaushal Modi2020-05-021-0/+15
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-012-5/+5
* fixes #13698 [backport:1.2] (#14175)Andreas Rumpf2020-04-301-2/+2
* fixes the regression #12860 caused; hotfixAraq2020-04-301-0/+3
* JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)hlaaftana2020-04-301-34/+12
* many bugfixes for js (#14158)hlaaftana2020-04-292-23/+16
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-2814-78/+101
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-1/+1
* Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)Neelesh Chandola2020-04-271-8/+0
* `$` now works for unsigned intergers with `nim js` (#14122)Timothee Cour2020-04-271-0/+17
* `$(a: float)` now works consistently in nim js, avoiding printing floats as i...Timothee Cour2020-04-271-0/+15
* new implementations for --gc:orc (#14121)Andreas Rumpf2020-04-276-19/+418
* since now takes an optional patch, eg: `since: (1, 3, 1)` (#14124)Timothee Cour2020-04-261-2/+14
* changed type() to typeof() in docs and error messages (#14084)hlaaftana2020-04-241-3/+3
* cycle collector (#14071)Andreas Rumpf2020-04-223-106/+74
* Treat zig like clang/gcc wrt integer arithmetic. (#13957)Hessam Mehr2020-04-221-1/+1
* fixes #14038Andreas Rumpf2020-04-201-1/+1
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-5/+85
* refactor system.$ for objects a little; refs #13398Araq2020-04-201-9/+3
* fixes #14001 (#14004)Andreas Rumpf2020-04-191-5/+5
* forward type alignment information to seqs (#12430)Arne Döring2020-04-1917-84/+93
* Fix unused warning for `$` for empty tuple/objects (#13991)hlaaftana2020-04-181-1/+2
* added extended msg for failed library loads w/ incorrect DLL formats (#13950)awr12020-04-162-12/+30
* Fix #13872 (#13898)Clyybber2020-04-061-0/+5
* doc: fix comment for repr*(x: char): string (#13873)Hiroki Noda2020-04-051-1/+1
* Deprecate PHP (#13838)Juan Carlos2020-04-021-16/+1
* Documentation, add more examples (#13825)Juan Carlos2020-04-011-2/+2
* fix #13829 (#13831)Timothee Cour2020-04-011-1/+1
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-311-1/+7
* Add Documentation (#13811)Juan Carlos2020-03-311-0/+6
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-302-2/+31
* __stderrp and friends are only on FreeBSD & DragonFlyBSD. (#13735)Euan2020-03-232-2/+2
* fix #13731, ambiguous repr of pointers (#13732)Miran2020-03-231-6/+2
* [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...Timothee Cour2020-03-201-3/+3
* cycle breaker (#13593)Andreas Rumpf2020-03-193-11/+243
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-192-32/+6
* added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...Andreas Rumpf2020-03-191-1/+1
* enable --tlsEmulation:on for --gc:arc (#13685)Andreas Rumpf2020-03-183-7/+4
* rewritten goto based exception handling; much cleaner implementation;… (#13...Andreas Rumpf2020-03-171-3/+3
* catchable defects (#13626)Andreas Rumpf2020-03-1211-32/+178
* Fix #12676 (#13634)genotrance2020-03-121-7/+15
* fixes #13519Araq2020-03-111-1/+1
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-112-59/+77
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-041-1/+3
* Fix docgen snippet numbering (#13507)genotrance2020-03-031-1/+1
* Remove dead magics (#13551)Arne Döring2020-03-031-11/+11