Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DFA and injectdestructors cleanup (#14824) | Clyybber | 2020-06-28 | 2 | -157/+118 |
| | | | | | | | | | | | | | | | * DFA and injectdestructors cleanup * More precise write analysis * Cleanup obsoleted path * Unify defInstrTargets and useInstrTargets * Misc cleanups * Nicer CFG printing * Misc cleanups 2 | ||||
* | Fix some typos (#14843) | Danil Yarantsev | 2020-06-28 | 12 | -42/+42 |
| | |||||
* | Fix typo | Clyybber | 2020-06-28 | 1 | -1/+1 |
| | |||||
* | Remove double entry for thiscall (#14842) | Danil Yarantsev | 2020-06-28 | 1 | -3/+1 |
| | |||||
* | get rid of $READLINK variable (#14841) | Andrey Makarov | 2020-06-28 | 1 | -2/+2 |
| | |||||
* | Fix #14647 (#14776) | Clyybber | 2020-06-28 | 3 | -9/+12 |
| | | | | | | | | | * Fix #14647 * Correct fix * Typo and add test * For real now :p | ||||
* | Changelog: Tiny style improvement | Clyybber | 2020-06-28 | 1 | -1/+1 |
| | |||||
* | fixed #14839 (#14840) | lqdev | 2020-06-28 | 1 | -1/+2 |
| | |||||
* | Update link to parseSpec proc | Clyybber | 2020-06-28 | 1 | -1/+1 |
| | |||||
* | add a second asyncnet.recvFrom (#14237) | rockcavera | 2020-06-27 | 2 | -18/+85 |
| | | | | | | | | | * add a second asyncnet.recvFrom * fixes * pre-allocating address * add a new nativesockets.getAddrString() | ||||
* | docs: Make `..<`, `.. ^` more discoverable (#14835) | Manuel Bojato | 2020-06-27 | 1 | -18/+23 |
| | |||||
* | Fix nimdoc invalid css on theme switch class (#14834) | Manuel Bojato | 2020-06-27 | 1 | -4/+5 |
| | |||||
* | Warn about calling wrappers at compile time until #14049 is fixed. (#14828) | Sizhe Zhao | 2020-06-27 | 1 | -1/+4 |
| | |||||
* | testament: generic N-fold batching: windows CI 37mn=>16m (#14823) | Timothee Cour | 2020-06-27 | 16 | -181/+172 |
| | | | | | | | | | * testament: run CI faster thanks to batching * move ta_in, tstdin into existing tosproc * move ta_out,tafalse,texitcode,tstderr into existing tosproc * joinable osproc * move tstdout into existing tosproc * spec: batchable; fix tests * fixup | ||||
* | Testament: Reenable arraymancer (#14831) | Clyybber | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | Fix missing comma (#14829) | Sizhe Zhao | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | Add all missing css properties to dom.nim. (#14825) | treeform | 2020-06-26 | 1 | -4/+270 |
| | | | | | * Add all missing css properties * remove extra space | ||||
* | update contributing.rst and docstyle.rst: refer to a bug via `bug #1234` + ↵ | Timothee Cour | 2020-06-26 | 2 | -24/+51 |
| | | | | | | | other guidelines (#14796) * add a testing convention in nep1 * misc updates to contributing.rst and docstyle.rst * address comments | ||||
* | followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent ↵ | Timothee Cour | 2020-06-26 | 1 | -1/+1 |
| | | | | | | | iterators (#14817) * followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent iterators * ggplotnim: remove -d:nimHasWorkaround14720 | ||||
* | Add hasAttribute method to dom.nim. (#14814) | treeform | 2020-06-25 | 1 | -0/+1 |
| | | | See: https://developer.mozilla.org/en-US/docs/Web/API/Element/hasAttribute | ||||
* | turn 'runnableExample' into 'code-block' to make nightlies green | narimiran | 2020-06-25 | 1 | -9/+12 |
| | | | | | This example doesn't work on our nightlies CI. Other procs in this module already use 'code-block'. | ||||
* | Add testcase for #4796 (#14784) | Clyybber | 2020-06-25 | 2 | -0/+13 |
| | | | | | * Add testcase for #4796 * Fix test | ||||
* | koch: add --localdocs to allow building only local docs (#14783) | alaviss | 2020-06-25 | 2 | -14/+29 |
| | | | | | | | | | | | | | | | | | | | * koch: add --localdocs to allow building only local docs This flag also make koch doc use the passed arguments when building the offline docs. This is useful when generating nightlies as we would want to use --doccmd:skip and also skipping a pass of docgen speed things up drastically (for non-native targets). This flag superseded the undocumented --docslocal. * kochdocs: filter google analytics code from the arg list instead This commit introduce a small PEG expression to filter out the google analytics code before building local docs when --localdocs is not specified. This lets us keep any arguments unrelated to google analytics when building local docs, useful for use with --doccmd:skip | ||||
* | expr => untyped; stmt => typed (#14804) | Timothee Cour | 2020-06-25 | 3 | -2/+9 |
| | | | | | * expr => untyped; stmt => typed * changelog + comment | ||||
* | fix #14802 (#14803) | Timothee Cour | 2020-06-25 | 2 | -1/+9 |
| | |||||
* | Add test-cases to some fixed issues to close them (#14795) | Danil Yarantsev | 2020-06-24 | 4 | -0/+35 |
| | |||||
* | Reject casts to builtin typeclasses (#14788) | Danil Yarantsev | 2020-06-24 | 2 | -1/+10 |
| | | | | | * Closes #14231, closes #14452 * Merge test to tcast.nim | ||||
* | add typetraits.elementType (#14780) | Timothee Cour | 2020-06-24 | 3 | -0/+33 |
| | | | | | * add typetraits.elementType * add a test for 0-sized seq | ||||
* | Patch #14716 - add missing `when` (#14792) | Euan | 2020-06-24 | 1 | -2/+2 |
| | |||||
* | fromJson: support object variants (#14694) | Timothee Cour | 2020-06-24 | 2 | -15/+126 |
| | |||||
* | Fix #14715 - detect tool fails on FreeBSD (#14716) | Euan | 2020-06-24 | 1 | -3/+3 |
| | |||||
* | fix #10343 (#14789) | Timothee Cour | 2020-06-24 | 1 | -2/+3 |
| | |||||
* | CI: Install the pkg we cloned (#14770) | Clyybber | 2020-06-24 | 3 | -57/+45 |
| | |||||
* | cleanup [ci skip] | narimiran | 2020-06-24 | 1 | -1/+0 |
| | |||||
* | Fix Norm test path. (#14779) | Constantine Molchanov | 2020-06-24 | 1 | -1/+1 |
| | |||||
* | Enable fidget in important_packages. (#14742) | treeform | 2020-06-23 | 2 | -3/+2 |
| | | | | | | | | | | | * Enable fidget in important_packages. Fidget now works with `nimble test` and there is a CI: https://github.com/treeform/fidget/commits/master * Add libx11-dev to make fidget compile. * try libxcursor-dev * try xorg-dev | ||||
* | [backport] fix #14748, move gdb files to other section of installer.ini (#14772) | Miran | 2020-06-23 | 1 | -2/+2 |
| | |||||
* | fix #14750, don't allocate too much in newWideCString (#14773) | Miran | 2020-06-23 | 1 | -3/+2 |
| | |||||
* | Correct changelog (#14775) | Clyybber | 2020-06-23 | 1 | -3/+2 |
| | | | These switches were removed, not deprecated :) | ||||
* | fixes #14760 (#14769) | Andreas Rumpf | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | Add testcase for #14440 (#14771) | Clyybber | 2020-06-23 | 1 | -1/+15 |
| | |||||
* | Deprecated laxStrings for mutating the internal zero terminator on strings ↵ | Juan Carlos | 2020-06-23 | 7 | -9/+4 |
| | | | | | and its Deprecated code cleaned out (#14766) Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763) | Juan Carlos | 2020-06-23 | 4 | -17/+2 |
| | |||||
* | Documentation GC (#14739) | Juan Carlos | 2020-06-23 | 1 | -11/+11 |
| | |||||
* | minor bugfixes for 'func' and .borrow | Araq | 2020-06-23 | 2 | -2/+3 |
| | |||||
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 53 | -257/+355 |
| | | | | | | | | | | | * I don't care about observable stores * enforce explicit initializations * cleaner code for the stdlib * stdlib: use explicit initializations * make tests green * algorithm.nim: set result explicitly * remove out parameters and bring the PR into a mergable state * updated the changelog | ||||
* | misc testament cleanups (#14764) | Timothee Cour | 2020-06-23 | 4 | -35/+22 |
| | | | | | * misc testament cleanups extracted cleanups from #14530 * make sure all CI failures can be searched with `FAIL: ` including megatest failures | ||||
* | Deprecate and/or remove ospaths (#14767) | Juan Carlos | 2020-06-23 | 6 | -6/+6 |
| | |||||
* | fix bug in semgnrc: runnableExamples should not semcheck, even with > 1 arg ↵ | Timothee Cour | 2020-06-23 | 2 | -1/+11 |
| | | | | (#14768) | ||||
* | unbreak CI, refs https://github.com/timotheecour/Nim/issues/167 (#14765) | Timothee Cour | 2020-06-22 | 1 | -1/+2 |
| |