summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* dfa.nim: track object/tuple field accesses more precisely; sink(o.x); sink(o....Araq2019-04-168-48/+136
* faster CountTable sort(), optional SortOrder (#11010)Andy Davidoff2019-04-162-42/+60
* Review of vcc command line arguments (#11003)cooldome2019-04-161-36/+7
* disable testing of nimly packagenarimiran2019-04-151-1/+1
* Extend the fix for #11018 to strings (#11031)Clyybber2019-04-152-2/+10
* Add len check for newIfStmt to avoid segfault (#11032)Jasper Jenkins2019-04-151-0/+2
* minor capitalization typo in manual (#11028) [ci skip]Andy Davidoff2019-04-151-1/+1
* $ command in gdb now works (#10956)Arne Döring2019-04-151-10/+37
* fixes another regression; the behaviour of 'array' formatting was changedAraq2019-04-152-8/+8
* fixes #11012Araq2019-04-153-50/+28
* Fixes #11018 (#11019)Clyybber2019-04-142-0/+14
* make strscans module work with --newruntimeAndreas Rumpf2019-04-142-4/+7
* render urls correctly (#11022)Andy Davidoff2019-04-141-2/+2
* fix reraise (#11017)cooldome2019-04-132-5/+9
* make koch.nim compile with --newruntime. Again.Araq2019-04-121-3/+16
* we do not support -d:useWinAnsi switch anymoreAraq2019-04-122-6/+5
* added system.disarm (experimental)Araq2019-04-121-0/+7
* fixes #11005Araq2019-04-121-3/+3
* fixes #11004Araq2019-04-122-60/+79
* Compiler plugin for implementing incremental computation in user space (#10819)cooldome2019-04-1114-82/+387
* fixes #10765 (#10993) [backport]cooldome2019-04-112-4/+30
* preparations for --newruntime owned refs/callbacksAraq2019-04-115-30/+30
* sem'check understands 'owned procs'Araq2019-04-112-7/+22
* sigmatch: ensure 'owned proc' works with system.isNilAraq2019-04-111-1/+1
* Less ropes (#10979)Arne Döring2019-04-117-349/+451
* random: works for slices and enums, fixes #7698 (#10998)Miran2019-04-111-3/+3
* newruntime: raising an exception works but currently leaks memory because cur...Araq2019-04-104-6/+60
* enable more testsAraq2019-04-101-23/+22
* Make `secureHash` accept any `openArray[char]`, not only `string`. (#10988)c-blake2019-04-102-1/+4
* rst: parse brackets individually, fixes #10475 (#10997)Miran2019-04-102-6/+29
* json: add '\v' support, fixes #10541 (#10987)Miran2019-04-102-0/+4
* enable most tnewruntime_strutils testsAraq2019-04-102-39/+29
* strutils.nim: fixes the indentation of formatEngAraq2019-04-101-5/+5
* newruntime: fixes another bugAraq2019-04-105-4/+247
* be consistent, strings have destructors for --gc:destructorsAraq2019-04-101-3/+2
* make parseopt compile with --newruntimeAraq2019-04-101-1/+5
* make tests green againAraq2019-04-101-1/+1
* manual: make currency example compile and ensure it remains workingAraq2019-04-091-3/+5
* koch.nim compiles with --newruntimeAraq2019-04-092-5/+9
* make nimble packages testing more robust (#10984)Miran2019-04-092-44/+79
* newruntime: fixes memory leakAraq2019-04-091-3/+4
* make 'raise' statement work with --newruntimeAraq2019-04-091-6/+27
* added lowerings.evalOnceAraq2019-04-091-0/+16
* don't emit an implicit try finally when in system.nim in order to prevent end...Araq2019-04-091-1/+2
* strs.nim: fixed a silly typoAraq2019-04-091-1/+1
* make tests green againAraq2019-04-091-2/+6
* add strformat limitations section (#10982)Arne Döring2019-04-091-0/+59
* allocators.nim: use zero initializationAndreas Rumpf2019-04-081-3/+8
* make it compile with older nim versionsAraq2019-04-082-0/+5
* respect -d:useMalloc everywhere; turn ansi_c and memory into proper Nim modulesAraq2019-04-084-66/+83