summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: fix syntax error in hotCodeReloading example (fixes #14380) (#14381)Frank Schmitt2020-05-171-1/+1
* docfix: fix wrong link in doc/manual.rst (#14367)Bung2020-05-161-1/+1
* Allow let to not have value when using importc (#14258)PMunch2020-05-121-0/+15
* fixes #13881Andreas Rumpf2020-05-121-3/+44
* Added a reference to ternary operators. (#14309)Avahe Kellenberger2020-05-121-0/+1
* do not track 'raise Defect' in the .raises: [] clause anymore (#14298)Andreas Rumpf2020-05-111-0/+22
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-112-4/+13
* Fix typoClyybber2020-05-081-1/+1
* make `from` an operator (#14241)hlaaftana2020-05-082-17/+17
* added a new feature: --cc:env so that you can use any C compiler as long as i...Andreas Rumpf2020-05-061-0/+4
* Clarify JS cstring len (#14184)hlaaftana2020-05-051-1/+1
* exp. features now in correct manual, closes #11932 (#14195)hlaaftana2020-05-022-171/+184
* discardable async procs are now an error (#14176)hlaaftana2020-05-011-1/+2
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-284-21/+21
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-282-7/+7
* Update grammar.txt with `func` and `as` (#14147) [backport]hlaaftana2020-04-281-1/+2
* changed type() to typeof() in docs and error messages (#14084)hlaaftana2020-04-244-6/+6
* CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...Timothee Cour2020-04-231-3/+2
* new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac...Timothee Cour2020-04-231-0/+1
* docs: move `not nil` to the experimental page (#14027)Rory O’Kane2020-04-212-26/+30
* clarify tuples and objects in manual, fixes #12486 (#14044)hlaaftana2020-04-211-7/+20
* Fix #13972 (#14034)Clyybber2020-04-201-2/+2
* Update code example to match new sdl2.nim syntax (#13924)Lưu Danh, Hiếu2020-04-201-25/+43
* remove the nilChecks switch; refs #11570Araq2020-04-201-1/+0
* Grammar correction in backends.rst (#13989)Adam Weber2020-04-161-2/+2
* drnim: tiny progress (#13882)Andreas Rumpf2020-04-152-5/+6
* new feature: ability to turn specific warnings to errorsAndreas Rumpf2020-04-041-0/+2
* Small typo (#13824)Clyybber2020-03-311-1/+1
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-311-0/+203
* macros for proc types, macros for types (#13778)Andreas Rumpf2020-03-311-44/+74
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-301-0/+1
* [ci skip] docs: make the syntax for generics easy to look up (#13754)Rory O’Kane2020-03-251-1/+2
* [skip ci] docs: reword Part 3 link to communicate that it exists (#13755)Rory O’Kane2020-03-251-1/+1
* docs: say that `nil` can be used as a value (#13756)Rory O’Kane2020-03-251-5/+8
* gc.rst that doesn't lie (#13686)Andreas Rumpf2020-03-191-54/+34
* Documentation GC (#13109)Juan Carlos2020-03-181-76/+98
* arc optimizations (#13325)Andreas Rumpf2020-03-181-0/+1
* fix typo (#13660) [ci skip]Kartik Saranathan2020-03-161-1/+1
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-131-2/+2
* catchable defects (#13626)Andreas Rumpf2020-03-122-13/+22
* Only print the link command when listCmd is active; fix docs (#13603)Clyybber2020-03-071-2/+2
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-042-1/+19
* fix #13409: Document as infix operator (#13570)hlaaftana2020-03-041-16/+16
* Document import/include outside of top level semantics (#13548)hlaaftana2020-03-011-0/+14