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
/
unicode.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the uses of {.procvar.} pragma (#14359)
Kaushal Modi
2020-05-15
1
-18
/
+18
*
unicode: minor documention improvement
Araq
2020-04-20
1
-0
/
+1
*
Deprecate DCE:on (#13839)
Juan Carlos
2020-04-02
1
-3
/
+0
*
unicode.split: Fix the splitting when a Rune separator is used [backport] (#1...
Kaushal Modi
2020-03-12
1
-14
/
+11
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
1
-1
/
+1
*
Fix for 16 bit platforms (#12760) [backend]
PMunch
2019-11-28
1
-6
/
+6
*
[backport] run nimpretty on string stuff
narimiran
2019-09-30
1
-33
/
+34
*
remove unicode.Rune16 without deprecation period; fixes https://github.com/ni...
Andreas Rumpf
2019-08-28
1
-5
/
+0
*
unicode.nim: fixed spacing to something sane
Andreas Rumpf
2019-08-26
1
-1
/
+1
*
[bugfix] Make std/unicode compile with --styleCheck:error (#11763)
Kaushal Modi
2019-07-17
1
-3
/
+3
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-51
/
+51
*
right shift is now by default sign preserving (#11322)
Arne Döring
2019-05-29
1
-66
/
+66
*
fix changing case for Unicode characters which change size (#11271)
Miran
2019-05-20
1
-9
/
+16
*
update unicode.nim (#10921)
Miran
2019-03-31
1
-1148
/
+383
*
[backport] improve unicode docs, fixes #2353 (#10174)
Miran
2019-01-04
1
-85
/
+122
*
fixes #9800 (#9804) [backport]
pgkos
2018-11-26
1
-2
/
+5
*
Fixed wording (#9761)
Yuriy Glukhov
2018-11-20
1
-4
/
+4
*
removes deprecated T/P types
Araq
2018-11-16
1
-2
/
+0
*
WIP
Arne Döring
2018-11-08
1
-1
/
+6
*
unicode.nim: minor alignment change
Araq
2018-11-02
1
-6
/
+6
*
unicode: added strip, align, alignLeft, repeat procs; refs #6301
Andreas Rumpf
2018-10-14
1
-0
/
+149
*
unicode: add split procs; refs #6301
Andreas Rumpf
2018-10-14
1
-0
/
+176
*
strutils/unicode: deprecate isLower and friends operating on complete strings...
Andreas Rumpf
2018-10-14
1
-40
/
+7
*
Make isUpper (and variants) work for strings with non-alpha chars
Kaushal Modi
2018-06-08
1
-30
/
+84
*
keep unicode.nim warning free
Araq
2018-05-18
1
-4
/
+4
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-1
/
+1
*
Fixes #6223.
Dominik Picheta
2017-11-28
1
-6
/
+6
*
Little spelling fix in unicode module
Dominik Picheta
2017-10-15
1
-1
/
+1
*
system/unicode: check for buffer overflows; refs #5284
Araq
2017-02-08
1
-25
/
+47
*
update stdlib to not use deprecated symbols
Andreas Rumpf
2016-08-25
1
-3
/
+3
*
Added iterator for utf8 strings
Hans Raaf
2016-07-13
1
-1
/
+15
*
Add useful unicode procs for string manipulation
Joey Payne
2016-07-01
1
-0
/
+134
*
Add new procs for string manipulation
Joey Payne
2016-06-13
1
-29
/
+209
*
Optimized end offsets and added tests.
Hans Raaf
2016-06-02
1
-12
/
+93
*
More work in optimizing, names and added substr().
Hans Raaf
2016-06-02
1
-6
/
+40
*
Some procs to deal with Rune position base indexing.
Hans Raaf
2016-06-02
1
-0
/
+19
*
change 'Rune' type in unicode module to 'int32'
Parashurama
2016-06-02
1
-2
/
+2
*
validateUtf8: catch overlong ascii
theduke
2015-11-26
1
-0
/
+1
*
fixesunicode.lastRune
Araq
2015-09-29
1
-2
/
+1
*
added unicode.lastRun, unicode.graphemeLen
Araq
2015-09-21
1
-6
/
+35
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-1
/
+1
*
Corrected proc name in assertion
apense
2015-07-09
1
-1
/
+1
*
Corrected documentation
apense
2015-07-09
1
-27
/
+28
*
Renamed to toRunes
apense
2015-07-04
1
-1
/
+1
*
Added new proc
apense
2015-07-03
1
-10
/
+18
*
Updated whitespace ranges
apense
2015-06-08
1
-2
/
+8
*
marshalling can be done at compile-time
Araq
2015-04-25
1
-0
/
+25
*
Use more Natural and Positive numbers in proc parameters
def
2015-04-06
1
-965
/
+965
*
make toUTF8 support up to 6 bytes
def
2015-03-03
1
-4
/
+18
*
Fix documentation a bit in unicode
def
2015-02-14
1
-2
/
+3
[next]