Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #23085: update grammars for 'concept' (#23256) | Silly Carbon | 2024-01-26 | 1 | -1/+1 |
| | | | Fixes #23085 | ||||
* | fixes broken doc links (#23255) | ringabout | 2024-01-25 | 1 | -1/+1 |
| | | | | | https://nim-lang.github.io/Nim/testament.html#writing-unit-tests https://nim-lang.github.io/Nim/testament.html#writing-unit-tests-output-message-variable-interpolation | ||||
* | Fixing overload resolution documentation (#23171) | Ryan McConnell | 2024-01-19 | 1 | -22/+64 |
| | | | As requested. Let me know where adjustments are wanted. | ||||
* | Nim Compiler User Guide: Add explanations about lto and strip (#23227) | Tomohiro | 2024-01-18 | 1 | -3/+10 |
| | |||||
* | fix link to `jsfetch` stdlib (#23203) | Ethosa | 2024-01-12 | 1 | -1/+1 |
| | |||||
* | document the new ambiguous identifier resolution (#23166) | metagn | 2024-01-11 | 1 | -4/+26 |
| | | | | | refs #23123 Not sure if detailed enough. | ||||
* | Nim manual: better byref pragma explanation (#23192) | Tomohiro | 2024-01-09 | 1 | -2/+56 |
| | | | | | | | | | | | | | | Nim manual says: > When using the Cpp backend, params marked as byref will translate to cpp references `&` But how `byref` pragma translate to depends on whether it is used with `importc` or `importcpp`. When `byref` pragma used with `importc` types and compiled with the Cpp backend, it is not traslated to cpp reference `&`. --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Changing generic weight of `tyGenericParam` (#22143) | Ryan McConnell | 2024-01-05 | 1 | -9/+29 |
| | | | | | | | | | | | |