summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-1/+0
* view types: spec changes (#18226)Andreas Rumpf2021-06-101-17/+14
* Update nims.rst to reflect that -d:release is now allowed in config.nims (#18...Kaushal Modi2021-06-101-6/+6
* update docgen documentation (#18192)Andrey Makarov2021-06-062-48/+76
* follow-up #18013 - inline syntax highlighting (#18166)Andrey Makarov2021-06-0420-164/+183
* fixes #18058 (#18162)Andreas Rumpf2021-06-031-0/+2
* close #18092 document elif in case statements (#18105)Timothee Cour2021-05-311-12/+18
* Minor doc fixes; follow up to 17258 and 17259 (#18123)quantimnot2021-05-293-5/+5
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-263-10/+10
* docs: make inline markup more compatible with Markdown (#18053)Andrey Makarov2021-05-211-1/+1
* follow-up #17930 - inline syntax highlighting (#18013)Andrey Makarov2021-05-161-13/+22
* [ci skip] correctly explain how to use `[backport]` tagsnarimiran2021-05-121-3/+3
* docs: fix syntax error in hotCodeReloading example (#17999)gavr1234567892021-05-121-1/+1
* fixes #15848 [backport:1.2] (#17959)Andreas Rumpf2021-05-071-0/+2
* tiny cleanup (#17957)Andreas Rumpf2021-05-071-10/+10
* follow-up #17837: add `Console` for interactive sessions (#17930)Andrey Makarov2021-05-069-139/+194
* small improvements for tut1.rst (#17935)Miran2021-05-052-79/+101
* follow-up #17692: more inline syntax highlighting (#17837)Andrey Makarov2021-04-295-181/+287
* Implement https://forum.nim-lang.org/t/7848#50018 (#17874)c-blake2021-04-291-0/+1
* move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)Timothee Cour2021-04-241-2/+2
* manual: fix rendering of `Identifiers & Keywords` [skip ci] (#17811)Timothee Cour2021-04-231-1/+2
* typos (#17824)Andreas Rumpf2021-04-231-5/+5
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-231-0/+2
* add RST highlighting for command line / shells (also fixes #16858) (#17789)Andrey Makarov2021-04-213-98/+126
* `--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...Timothee Cour2021-04-211-1/+3
* close #13373 document `(ref Foo)(a: 1)` (#17804)Timothee Cour2021-04-211-1/+11
* updated the documentation (#17796)Andreas Rumpf2021-04-201-4/+4
* support skip ci in azure pipelines, and support it properly in github action...Timothee Cour2021-04-201-3/+4
* IC: first steps towards 'nim check --def --ic:on' (#17714)Andreas Rumpf2021-04-141-0/+3
* iterable[T] (#17196)Timothee Cour2021-04-111-18/+25
* turn on syntax highlighting in Manual & Tutorial (#17692)Andrey Makarov2021-04-117-137/+149
* restyle RST option lists (#17637)Andrey Makarov2021-04-101-0/+27
* nep1: guidelines for getters and setters (#17645)Timothee Cour2021-04-091-0/+9
* Fix small typos (#17680)konsumlamm2021-04-091-1/+1
* undocument unsupported advanced options (#17678)Andreas Rumpf2021-04-091-13/+6
* Update `sysrand` documentation (#17676)konsumlamm2021-04-081-4/+4
* further progress on rst roles & directives (fix #17646) (#17659)Andrey Makarov2021-04-081-1/+1
* manual: minor improvements (#17677)Andreas Rumpf2021-04-081-47/+47
* use strstr for a faster find implementation (#17672)Andreas Rumpf2021-04-081-1/+6
* fixes #17647 (#17667)Andreas Rumpf2021-04-071-1/+1
* close #4451 (#17627)flywind2021-04-061-0/+8
* enable syntax highlighting for inline code (#17585)Andrey Makarov2021-04-021-0/+38
* docs: note regarding emit with backticks (#17608)flywind2021-04-011-3/+3
* [ci skip] correct indentation this timenarimiran2021-03-311-5/+5
* [ci skip] minor: fix indentation in manual.rstnarimiran2021-03-311-5/+5
* Fix entries in nimc advopt (#17576)Danil Yarantsev2021-03-301-3/+5
* unify tuple expressions (#13793)Arne Döring2021-03-301-4/+41
* RST: enable parsing of prefix roles (ref #17340) (#17514)Andrey Makarov2021-03-291-0/+9
* remove std/ prefix from doc/lib.rst now that canonical import is shown in mod...Timothee Cour2021-03-291-13/+13
* followup custom literals (#17500)Timothee Cour2021-03-271-1/+1