summary refs log tree commit diff stats
path: root/doc/manual.rst
Commit message (Expand)AuthorAgeFilesLines
* Add thiscall calling convention, mostly for hooking purpose (#14466)Huy Doan2020-05-271-0/+4
* 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
* 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
* 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
* make `from` an operator (#14241)hlaaftana2020-05-081-16/+16
* exp. features now in correct manual, closes #11932 (#14195)hlaaftana2020-05-021-167/+3
* discardable async procs are now an error (#14176)hlaaftana2020-05-011-1/+2
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-14/+14
* changed type() to typeof() in docs and error messages (#14084)hlaaftana2020-04-241-1/+1
* docs: move `not nil` to the experimental page (#14027)Rory O’Kane2020-04-211-26/+0
* clarify tuples and objects in manual, fixes #12486 (#14044)hlaaftana2020-04-211-7/+20
* Small typo (#13824)Clyybber2020-03-311-1/+1
* macros for proc types, macros for types (#13778)Andreas Rumpf2020-03-311-44/+74
* docs: say that `nil` can be used as a value (#13756)Rory O’Kane2020-03-251-5/+8
* catchable defects (#13626)Andreas Rumpf2020-03-121-13/+21
* 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
* Fixed non-working examples in Manual: Exception Handling (#13424)Manav2020-02-201-1/+3
* manual: documents changes regarding dynlib (#13425)alaviss2020-02-181-4/+4
* fixes #3339 by documenting the limitations of case-statement (#13366)Miran2020-02-081-0/+29
* fixes #10665 (#13141) [backport]Andreas Rumpf2020-01-141-0/+3
* docs: tiny style improvementsAraq2019-12-241-2/+2
* update documentation for `closureScope` and `capture` (#12886)Judd2019-12-211-1/+2
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-2/+26
* Manual update: custom exceptions (#12847) [backport]Mark2019-12-081-0/+17
* deviated -> derived (#12845) [backport]Mark2019-12-081-1/+1
* [backport] Fix spelling typos (#12755)Brian Wignall2019-11-281-5/+5
* fix typo in the manual (#12723)tauplus2019-11-251-1/+1
* Fix wrong section hierarchy in the manual (#12724) [backport]tauplus2019-11-251-9/+9
* implemented a new localPassc pragma (#12706)Andreas Rumpf2019-11-221-4/+17
* conversions to unsigned numbers are not checked anymore; implements /… (#12...Andreas Rumpf2019-11-201-0/+14
* fixes and changes the recently introduced 'alignas' to be 'align' (#12666)Andreas Rumpf2019-11-151-13/+14
* implemented alignas pragma (#12643)Arne Döring2019-11-131-0/+32
* [backport] Clarifies experimental / parallel example on manual.rst (#12472)UNIcodeX2019-10-241-1/+7
* Fix many broken links and prefer relative links within docs (#12463)Miran2019-10-241-12/+14
|\
| * Fix word wrappingJjp1372019-10-221-8/+9
| * manual.rst: remove unintended linkJjp1372019-10-221-1/+1
| * Fix many broken linksJjp1372019-10-221-7/+8
* | fixes #12453 (#12475)Arne Döring2019-10-231-0/+19
|/
* Fixes #10824 (#12437)Juan Carlos2019-10-171-0/+19
* Fix #10804 (#12438)Juan Carlos2019-10-171-4/+4
* [backport] Mention "lambdas" and `=>` in the manual (#12397) [ci skip]awr12019-10-101-3/+5
* Fixed sizeOf to sizeof (#12347)Ridho Pratama2019-10-031-1/+1
* Explicitly state that trailing underscores are banned (#12257)Mathias Stearn2019-09-251-2/+5
* importjs symbol (#12218)Arne Döring2019-09-201-6/+15