summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* borrow checking (#15282)Andreas Rumpf2020-09-091-0/+52
* "for-loop macros" are no longer an experimental feature (#15288)Miran2020-09-082-46/+42
* Fix #5691 (#15158)Clyybber2020-08-271-18/+7
* doc/nimdoc.css: align field names to the right (#15217)alaviss2020-08-231-0/+1
* Added array type definition to manual (#15173)Ico Doornekamp2020-08-101-0/+3
* disable sink inference, only enable it for the stdlib. Reason: better source ...Andreas Rumpf2020-07-281-4/+8
* cleanup ARC documentation (#15100)Andreas Rumpf2020-07-282-44/+0
* strict func: much better error messages (#15068)Andreas Rumpf2020-07-251-0/+38
* Fix #2408 - add -d:globalSymbols (#14904)genotrance2020-07-211-0/+3
* fix #13621, the nim-livereload is mentioned as proposal in #8927 (#14998)Bung2020-07-161-2/+1
* An optimizer for ARC (#14962)Andreas Rumpf2020-07-152-1/+29
* https://github.com/nim-lang/Nim/pull/14948#issuecomment-656498426 (#14958)Juan Carlos2020-07-111-1/+1
* Update docs and changelogClyybber2020-07-101-3/+4
* VM profiler (#14833)Ico Doornekamp2020-07-091-0/+1
* Minor improvements to typecast section of manual (#14896)awr12020-07-071-7/+18
* scoped memory management (#14790)Andreas Rumpf2020-07-041-2/+2
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-2/+2
* Clean out oldast (#14837)Juan Carlos2020-06-301-1/+0
* Fix some typos (#14843)Danil Yarantsev2020-06-2812-42/+42
* Fix typoClyybber2020-06-281-1/+1
* Fix nimdoc invalid css on theme switch class (#14834)Manuel Bojato2020-06-271-4/+5
* Warn about calling wrappers at compile time until #14049 is fixed. (#14828)Sizhe Zhao2020-06-271-1/+4
* Fix missing comma (#14829)Sizhe Zhao2020-06-271-1/+1
* update contributing.rst and docstyle.rst: refer to a bug via `bug #1234` + ot...Timothee Cour2020-06-262-24/+51
* Deprecated laxStrings for mutating the internal zero terminator on strings an...Juan Carlos2020-06-231-2/+0
* Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763)Juan Carlos2020-06-231-1/+0
* Documentation GC (#14739)Juan Carlos2020-06-231-11/+11
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-232-14/+24
* nep1: use subjectVerb, not verbSuject (#14732)Timothee Cour2020-06-191-2/+6
* Clarify the use of the backwards index operator (^N) in tut1 (#14681)Kaushal Modi2020-06-191-12/+26
* Deprecate unroll pragma, remove from documentation (#14705)Juan Carlos2020-06-191-19/+0
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-1/+1
* Documentation update nims.rst (#14683)Juan Carlos2020-06-171-0/+13
* Change 'Future Directions' to link memory management documentation (#14664)Juan Carlos2020-06-151-2/+2
* add arc and orc to gc list (#14653)Andy Davidoff2020-06-141-1/+1
* Clarify imported exceptions note in manualDominik Picheta2020-06-131-1/+1
* Documentation update a description (#14619)Juan Carlos2020-06-091-3/+2
* Documentation Fix Typo, Add Table (#14609)Juan Carlos2020-06-091-1/+13
* Fix(astspec.txt): type of repeated word (#14612)ynfle2020-06-081-1/+1
* walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...Timothee Cour2020-06-011-0/+2
* manual: removed subjective phrase from 'macros' section (#14536)Ico Doornekamp2020-06-011-2/+1
* spec: be explicit that NRVO will evolve furtherAraq2020-05-301-0/+4
* document NVRO and exception handlingAraq2020-05-301-0/+65
* make it easier to figure out how to debug issues (#14477)Timothee Cour2020-05-281-1/+30
* Add thiscall calling convention, mostly for hooking purpose (#14466)Huy Doan2020-05-271-0/+4
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-251-2/+10
* manual.rst: updates [backport] (#14445)Andreas Rumpf2020-05-251-23/+24
* Fix some typos in the manual [backport] (#14399)Danil Yarantsev2020-05-201-10/+10
* refs #14369 improve docs for importcpp exceptions (#14391)Timothee Cour2020-05-181-8/+30
* docs:getCurrentException() and getCurrentExceptionMsg() are not available for...cooldome2020-05-181-1/+3