index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
strscans.nim
Commit message (
Expand
)
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
*
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
*
bootstrap the compiler with nimPreviewSlimSystem (#20176)
ringabout
2022-08-09
1
-0
/
+4
*
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
*
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
*
[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
*
Fix strscans.scanp (#9518)
xzfc
2018-10-28
1
-3
/
+4
*
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 type...
Andreas Rumpf
2017-11-02
1
-2
/
+2
*
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