Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | complete std prefixes for stdlib (#22887) | ringabout | 2023-10-30 | 1 | -2/+2 |
| | | | | follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873 | ||||
* | Markdown code blocks migration part 8 (#22478) | Andrey Makarov | 2023-08-15 | 1 | -1/+2 |
| | |||||
* | Markdown indented code blocks (#20473) | Andrey Makarov | 2022-10-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | * Implement Markdown indented code blocks Additional indentation of 4 spaces makes a block an "indented code block" (monospaced text without syntax highlighting). Also `::` RST syntax for code blocks is disabled. So instead of ```rst see:: Some code ``` the code block should be written as ```markdown see: Some code ``` * Migrate RST literal blocks :: to Markdown's ones | ||||
* | nnkArglist => nnkArgList + special case stylecheck:error (#17529) | Timothee Cour | 2021-03-27 | 1 | -1/+1 |
| | | | | | * nnkArglist => nnkArgList * special case stylecheck:error | ||||
* | remove {.compileTime.} for procs with NimNode: redundant because of ↵ | Timothee Cour | 2021-03-23 | 1 | -2/+2 |
| | | | | tfTriggersCompileTime (#17463) | ||||
* | Add Portals (#17306) | Juan Carlos | 2021-03-09 | 1 | -0/+4 |
| | | | | | * Add Portals * Add Portals | ||||
* | use single backtick (#17181) | flywind | 2021-02-24 | 1 | -151/+151 |
| | |||||
* | clean up old codes (#17071) | flywind | 2021-02-17 | 1 | -4/+1 |
| | |||||
* | htmlgen: Add lazy loading (#15986) | Juan Carlos | 2020-11-16 | 1 | -2/+2 |
| | |||||
* | [docs minor] unify generates and Generates (#15434) | flywind | 2020-10-01 | 1 | -110/+110 |
| | | | | | * [docs] unify generates and Generates * fix typo | ||||
* | => supports pragmas & names (+ changed behavior) (#14200) | hlaaftana | 2020-05-03 | 1 | -4/+4 |
| | | | | | | | | | | * => supports pragmas & names (+ changed behavior) (x, y: int) is now parsed as (x: int, y: int) instead of (x: auto, y: int) inside => and ->. * fix pragma check * fixes, use since & LHS of -> supports pragmas | ||||
* | fixes #13444 | Araq | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | Fix htmlgen html lang (#12668) [backport] | Juan Carlos | 2019-11-15 | 1 | -1/+1 |
| | | | | | * Fix HTMLGen enable lang on html tag | ||||
* | Fix many broken links | Jjp137 | 2019-10-22 | 1 | -1/+1 |
| | | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol. | ||||
* | Improve htmlgen (#12452) | Juan Carlos | 2019-10-18 | 1 | -0/+194 |
| | |||||
* | minor improvements for htmlgen.nim | Andreas Rumpf | 2019-10-10 | 1 | -4/+8 |
| | |||||
* | [backport] run nimpretty on web stuff | narimiran | 2019-09-30 | 1 | -5/+5 |
| | |||||
* | htmlgen update; don't use deprecated callsite feature | Araq | 2019-09-21 | 1 | -130/+12 |
| | |||||
* | Fix header inconsistencies in documentation (#11071) | Zed | 2019-04-23 | 1 | -1/+2 |
| | |||||
* | HTMLGen Update, Add runnableExamples, Add HTML Tags center, details, dialog, ↵ | Juan Carlos | 2018-10-09 | 1 | -5/+42 |
| | | | | marquee, picture, slot, summary (#9252) | ||||
* | Update html elements to current html spec (#8791) | Nathan Cahill | 2018-08-31 | 1 | -50/+241 |
| | |||||
* | Update html attrs to current html spec | Nathan Cahill | 2018-08-26 | 1 | -4/+12 |
| | |||||
* | fix deprecation warnings in asyncmacro and htmlgen (#7573) | Arne Döring | 2018-04-12 | 1 | -1/+2 |
| | | | | | | * fix deprecation warnings in asyncmacro and htmlgen * removed todo | ||||
* | Get symbol kind (#7491) | Arne Döring | 2018-04-11 | 1 | -2/+4 |
| | |||||
* | Fixes #4377. | Dominik Picheta | 2017-11-28 | 1 | -2/+2 |
| | |||||
* | get rid of immediate macros in htmlgen module | Arne Döring | 2017-01-06 | 1 | -75/+75 |
| | |||||
* | fixes #3474 | Araq | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | Turn some test outputs into actual tests | Oleh Prypin | 2015-04-21 | 1 | -5/+6 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Rename PNimrodNode to NimNode | def | 2015-03-17 | 1 | -89/+89 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | fixes #1776 | Araq | 2014-12-24 | 1 | -1/+1 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -9/+8 |
| | |||||
* | added a warning for htmlgen | Araq | 2014-03-03 | 1 | -3/+8 |
| | |||||
* | case consistency part 7 | Araq | 2013-12-28 | 1 | -1/+1 |
| | |||||
* | fixes #393; now works with backticks | Araq | 2013-04-23 | 1 | -1/+5 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | parameter passing works the same for macros and templates; use callsite ↵ | Araq | 2012-08-28 | 1 | -78/+153 |
| | | | | magic to access the invokation AST | ||||
* | small bugfixes; documentation generator supports smilies for the forum | Araq | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | bugfix: proper cache for generic instantiations | Araq | 2011-07-21 | 1 | -0/+406 |