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
/
base64.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
encodeMIME should be encodeMime by our coding guidelines
Araq
2020-04-01
1
-3
/
+3
*
fixes #13722 (#13729)
Andreas Rumpf
2020-03-23
1
-8
/
+20
*
fight the code bloat in base64.nim
Araq
2020-03-20
1
-7
/
+16
*
Add Base64 safe (#13672)
Juan Carlos
2020-03-20
1
-9
/
+28
*
[backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...
3n-k1
2019-11-28
1
-2
/
+2
*
replace some runtime repr in stdlib for gc:arc (#12716)
Andy Davidoff
2019-11-25
1
-2
/
+2
*
Fix many broken links
Jjp137
2019-10-22
1
-2
/
+2
*
About 50% faster base64 implemention. (#12436)
treeform
2019-10-17
1
-120
/
+144
*
[backport] run nimpretty on hashes
narimiran
2019-09-30
1
-4
/
+5
*
last stdlib cleanups
Araq
2019-09-21
1
-1
/
+3
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
1
-1
/
+1
*
fixes #11364 (#11383)
Andreas Rumpf
2019-06-03
1
-2
/
+2
*
Fix header inconsistencies in documentation (#11071)
Zed
2019-04-23
1
-1
/
+0
*
better docs: base64 (#10371)
Thomas T. Jarløv
2019-01-19
1
-25
/
+59
*
make more tests green
Andreas Rumpf
2018-04-30
1
-4
/
+4
*
Small base64.nim refactor (#5755)
Daniil Yarancev
2017-04-25
1
-18
/
+23
*
Fixes #5457 - StdLib base64 encodeInternal crashes with out of bound exceptio...
Florent
2017-03-02
1
-3
/
+9
*
Fixed base64 encode
Yuriy Glukhov
2016-04-11
1
-1
/
+2
*
Added examples and more docs to base64 module.
Dominik Picheta
2015-09-17
1
-0
/
+37
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-21
/
+21
*
Some docgen fixes.
Dominik Picheta
2014-09-13
1
-0
/
+1
*
updated base64.nim
Araq
2014-08-28
1
-127
/
+127
*
big rename
Araq
2014-08-27
1
-1
/
+1
*
Fixes base64 crash.
Dominik Picheta
2014-07-26
1
-1
/
+1
*
Added base64 encode overload for arrays of integers/bytes
onionhammer
2013-10-30
1
-116
/
+126
*
fixes base64 module
Araq
2013-08-15
1
-6
/
+8
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
1
-0
/
+0
*
base64: decoding works
Araq
2010-10-23
1
-20
/
+6
*
added base64 module; decoding still broken
Araq
2010-10-23
1
-0
/
+129