summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [backport] tut1: Update the proc overloading examples (#13497) [skip ci]Kaushal Modi2020-02-251-5/+11
* only enable linenoise for -d:nimUseLinenoise (#13478)Timothee Cour2020-02-242-2/+2
* Update advopt.txt to include link to nim cache docs (#13464)Lee Matos2020-02-221-0/+1
* 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
* lib.rst: add a link for jsconsole [backport] (#13383)Jjp1372020-02-111-0/+3
* fixes #3339 by documenting the limitations of case-statement (#13366)Miran2020-02-081-0/+29
* fix #13150 `nim doc --project` now works reliably (#13223)Timothee Cour2020-02-061-0/+7
* contributing.rst: Add a special rule for 'outplace'-like featuresAraq2020-02-051-2/+15
* contributing docs: symbols need package prefix; changed allocStats to nimAllo...Timothee Cour2020-01-251-0/+14
* Updated 'nim for embedded systems' section to use --os:any and --gc:arc (#13237)Ico Doornekamp2020-01-231-15/+33
* VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)Timothee Cour2020-01-231-0/+1
* [backport] Documentation Fix #12251 (#13226) [ci skip]Juan Carlos2020-01-221-0/+8
* followup on #10435 : should be diff, not show (#13162)Timothee Cour2020-01-171-1/+1
* make sink operator optional (#13068)cooldome2020-01-171-2/+6
* Fix typo in doc/destructors.rst (#13148)Tomohiro2020-01-141-1/+1
* fixes #10665 (#13141) [backport]Andreas Rumpf2020-01-142-23/+28
* [easy] --hint:link:on now shows link cmd instead of nothing (#13056)Timothee Cour2020-01-071-1/+2
* Fix typo (#13015) [backport]Siegfried Ehret2020-01-031-1/+1
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-1/+2
* [ci skip] docfix .. < => ..< (#12981) [backport]Timothee Cour2019-12-291-1/+1