Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix grammar (#23090) | Stephen | 2023-12-18 | 1 | -1/+1 |
| | |||||
* | complete std prefixes for stdlib (#22887) | ringabout | 2023-10-30 | 1 | -1/+1 |
| | | | | follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873 | ||||
* | allow tuples and procs in 'toTask' + minor things (#22530) | Andreas Rumpf | 2023-08-22 | 1 | -2/+2 |
| | |||||
* | Markdown code blocks migration part 8 (#22478) | Andrey Makarov | 2023-08-15 | 1 | -16/+16 |
| | |||||
* | give a deprecate warning when using `newPar` to construct tuple expressions ↵ | ringabout | 2022-09-06 | 1 | -2/+2 |
| | | | | | | | | | (#20312) * error/deprecate when using `newPar` to construct tuple expressions * Update lib/core/macros.nim * fixes | ||||
* | bootstrap the compiler with nimPreviewSlimSystem (#20176) | ringabout | 2022-08-09 | 1 | -0/+4 |
| | | | | | * bootstrap the compiler with nimPreviewSlimSystem * threads | ||||
* | typo [backport] (#18967) | flywind | 2021-10-07 | 1 | -1/+1 |
| | |||||
* | various small documentation improvements (#18602) | Miran | 2021-07-28 | 1 | -1/+1 |
| | |||||
* | [FIX] use `mixin` for strscans.scanp (#17371) | haxscramper | 2021-03-19 | 1 | -1/+2 |
| | |||||
* | Change stdlib imports to use std prefix in most examples (#17202) | Danil Yarantsev | 2021-02-28 | 1 | -1/+1 |
| | |||||
* | Added strscans.scanTuple (#16300) | Jason Beetham | 2020-12-12 | 1 | -1/+50 |
| | | | | * Added since and changelog | ||||
* | add support for parsing chars in `scanf` macro (#16240) | Miran | 2020-12-03 | 1 | -0/+7 |
| | |||||
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -112/+0 |
| | | | | | | | | | * move tests to testament * minor * fix random * disable test random | ||||
* | [backport] fix #15064, strscans.scanf edge case for '$+' (#15223) | Miran | 2020-08-25 | 1 | -1/+1 |
| | |||||
* | fix a few dead links and a missing sentence in documentation (#12387) | Nindaleth | 2019-10-08 | 1 | -1/+1 |
| | |||||
* | [backport] run nimpretty on string stuff | narimiran | 2019-09-30 | 1 | -17/+29 |
| | |||||
* | Fix strscans Docs (#11408) [ci skip] | Tristano Ajmone | 2019-06-05 | 1 | -2/+2 |
| | | | | | | | Amend two typos in the documentation of strscans library: - `a ^* b` instead of `a ^+ b`. - Remove hyphen from `$w` ASCII identifier `[A-Z-a-z_][A-Za-z_0-9]*` (matching `IdentStartChars` definition in parseutils). | ||||
* | Fix strscans.scanp (#9518) | xzfc | 2018-10-28 | 1 | -3/+4 |
| | | | | | | | | * strscans: fix typo * strscans: fix #9240 * strscans: add tests | ||||
* | fix #8925 by using `getTypeInst` instead of `getType` | Vindaar | 2018-09-17 | 1 | -2/+2 |
| | |||||
* | fixes #8925 | Araq | 2018-09-15 | 1 | -1/+1 |
| | |||||
* | [DOC] fix typos in `strscans` documentation (#8885) | Vindaar | 2018-09-05 | 1 | -3/+3 |
| | |||||
* | Better error messages in scanf. | data-man | 2018-05-30 | 1 | -8/+11 |
| | |||||
* | strscans module does not rely on the zero terminator anymore | Andreas Rumpf | 2018-04-29 | 1 | -15/+19 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-04-13 | 1 | -5/+5 |
| | |||||
* | strscans: fix the type checking logic; improve the documentation | Araq | 2018-01-06 | 1 | -8/+8 |
| | |||||
* | Fix typos in scanf docs (#7035) | Mathias Stearn | 2018-01-06 | 1 | -3/+3 |
| | |||||
* | Add a more number parsers to the scanf macro (#6985) | Dmitry Atamanov | 2018-01-05 | 1 | -2/+31 |
| | |||||
* | make countup et al take only a single type parameter in order to prevent ↵ | Andreas Rumpf | 2017-11-02 | 1 | -2/+2 |
| | | | | type guesses | ||||
* | fixes #6487 | Araq | 2017-10-14 | 1 | -10/+22 |
| | |||||
* | Docs: add one more example in strscans module | konqoro | 2017-08-01 | 1 | -1/+24 |
| | |||||
* | documentation for strscans.scanp; fixes #5154 | Araq | 2017-02-26 | 1 | -1/+142 |
| | |||||
* | strscans: Fix examples | konqoro | 2016-12-06 | 1 | -3/+3 |
| | |||||
* | fixes #4562 | Andreas Rumpf | 2016-08-04 | 1 | -1/+2 |
| | |||||
* | added scanp macro as an alternative to pegs | Araq | 2016-05-10 | 1 | -9/+234 |
| | |||||
* | added strscans stdlib module | Araq | 2016-05-10 | 1 | -0/+296 |