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
/
encodings.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...
Timothee Cour
2020-03-13
1
-1
/
+2
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
1
-1
/
+1
*
[backport] run nimpretty on string stuff
narimiran
2019-09-30
1
-159
/
+165
*
fixes #11618 (#11969)
Andreas Rumpf
2019-08-17
1
-3
/
+6
*
Fixed handling of empty strings for encodings conversions (#11897)
amzak
2019-08-07
1
-5
/
+13
*
Fixed utf8<->utf16 conversions on windows (#11888)
amzak
2019-08-06
1
-39
/
+108
*
exposing procs (#11218)
Benny Elgazar
2019-05-11
1
-2
/
+2
*
removes deprecated T/P types
Araq
2018-11-16
1
-1
/
+0
*
stdlib: documenation updates, the exception names have been changed
Andreas Rumpf
2018-10-25
1
-1
/
+1
*
Haiku support for Nim (#8542)
alaviss
2018-08-14
1
-1
/
+3
*
fixes #8468, stdlib.encodings.convert not crash anymore on windows (#8470)
andri lim
2018-07-30
1
-4
/
+4
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-2
/
+0
*
make more tests green
Araq
2018-04-30
1
-1
/
+1
*
Fix iconv import on freebsd and netbsd (#5490)
Anatoly Galiulin
2017-03-07
1
-4
/
+9
*
Removed libiconv prefix (on OS X) to make encodings compile on OS X.
Hans Raaf
2015-10-28
1
-10
/
+4
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-185
/
+185
*
lib/pure/e-o - Dropped 'T' from types
pdw
2015-06-04
1
-2
/
+3
*
fix for https://github.com/nim-lang/Aporia/issues/69
Stephan Diehl
2015-05-28
1
-1
/
+1
*
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
1
-1
/
+1
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
more tests green
Araq
2014-08-31
1
-12
/
+12
*
more modules updated
Araq
2014-08-28
1
-9
/
+9
*
big rename
Araq
2014-08-27
1
-16
/
+18
*
added OEMCP for the default OEM codepage
Araq
2014-06-26
1
-0
/
+1
*
make encodings.nim case consistent
Araq
2014-01-19
1
-33
/
+31
*
more tests are green
Araq
2013-12-08
1
-5
/
+5
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
Adds macosx dynamic library name for libiconv.
Grzegorz Adam Hankiewicz
2012-12-17
1
-4
/
+11
*
fixes #162
Araq
2012-07-10
1
-1
/
+1
*
some more bugfixes for the integer promotion rules
Araq
2012-07-10
1
-2
/
+2
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for...
Araq
2011-06-21
1
-2
/
+13
*
added encodings stdlib
Araq
2011-06-16
1
-0
/
+445