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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #8062 from LemonBoy/fix-7825
Andreas Rumpf
2018-06-21
3
-2
/
+101
|
\
|
*
Fix constant folding for shl/not
LemonBoy
2018-06-19
3
-2
/
+101
*
|
nimpretty: bugfixes; refs #8078
Araq
2018-06-20
4
-5
/
+42
*
|
fixes #8076
Araq
2018-06-20
1
-10
/
+11
*
|
Merge branch 'araq-nimpretty' into devel
Andreas Rumpf
2018-06-20
9
-24
/
+669
|
\
\
|
*
|
nimpretty: added more code claimed to not be working
Andreas Rumpf
2018-06-20
2
-0
/
+26
|
*
|
nimpretty: fixes more reported issues
Andreas Rumpf
2018-06-20
3
-3
/
+10
|
*
|
nimpretty: also test on Windows/Appveyor
Andreas Rumpf
2018-06-19
1
-0
/
+2
|
*
|
nimpretty: don't produce trailing whitespace; fixes the rendering of unary op...
Andreas Rumpf
2018-06-19
3
-11
/
+16
|
*
|
nimpretty: proper command line handling; added tests; travis ensures these st...
Andreas Rumpf
2018-06-19
8
-17
/
+622
*
|
|
Pegs AST read access (#8050)
gemath
2018-06-19
3
-2
/
+102
*
|
|
Merge pull request #7771 from nim-lang/nim-in-action-fixes
Andreas Rumpf
2018-06-19
12
-1
/
+646
|
\
\
\
|
*
|
|
Workaround VM bug in strutils
Dominik Picheta
2018-06-17
2
-4
/
+5
|
*
|
|
Adds smaller code samples from Chapters 1-3 to the tester.
Dominik Picheta
2018-06-17
11
-1
/
+642
|
*
|
|
Exports unicode.toUpper/toLower in strutils module.
Dominik Picheta
2018-06-17
1
-0
/
+3
*
|
|
|
Merge pull request #8047 from kaushalmodi/add-styledWrite
Dominik Picheta
2018-06-19
1
-25
/
+59
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Convert styledWriteLine and styledEcho to templates
Kaushal Modi
2018-06-18
1
-35
/
+7
|
*
|
|
Add styledWrite macro
Kaushal Modi
2018-06-18
1
-12
/
+74
*
|
|
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2018-06-19
2
-5
/
+9
|
\
|
|
|
|
*
|
|
Changed tutorial documentation referring to 'constant' to 'immutable' (#8056)
mboratko
2018-06-18
1
-2
/
+3
|
*
|
|
Add support for italic and strikethrough ANSI escape codes (#8048)
Kaushal Modi
2018-06-17
1
-3
/
+6
*
|
|
|
nimpretty improvements
Andreas Rumpf
2018-06-19
3
-43
/
+60
*
|
|
|
nimpretty: don't touch dense binary operators
Andreas Rumpf
2018-06-17
1
-9
/
+13
|
/
/
/
*
|
|
testament: minor code formating change
Andreas Rumpf
2018-06-17
1
-1
/
+1
*
|
|
nimpretty: fixes pragma rendering
Andreas Rumpf
2018-06-17
1
-1
/
+1
|
/
/
*
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2018-06-16
3
-66
/
+144
|
\
\
|
*
\
Merge pull request #8039 from yglukhov/proc-pragmas
Andreas Rumpf
2018-06-16
3
-66
/
+144
|
|
\
\
|
|
*
|
Added more tests to toverflw
Yuriy Glukhov
2018-06-15
1
-6
/
+69
|
|
*
|
Fixed proto options
Yuriy Glukhov
2018-06-15
1
-0
/
+1
|
|
*
|
Fixed stacktrace/linetrace proc pragmas when appended by macro pragma
Yuriy Glukhov
2018-06-14
2
-60
/
+74
*
|
|
|
nimpretty: stuff that doesn't work
Andreas Rumpf
2018-06-16
1
-6
/
+34
*
|
|
|
nimpretty: more features
Andreas Rumpf
2018-06-16
2
-13
/
+51
|
/
/
/
*
|
|
nimpretty: render and/or/notin/in properly
Andreas Rumpf
2018-06-16
1
-2
/
+9
*
|
|
nimpretty: first version that seems useful for others to test it
Andreas Rumpf
2018-06-16
6
-6
/
+239
|
|
/
|
/
|
*
|
Add MemMapFileStream. Fixes in memFiles. (#7944)
Dmitry Atamanov
2018-06-14
5
-23
/
+195
*
|
Merge pull request #8021 from yglukhov/seq-lit
Andreas Rumpf
2018-06-14
1
-1
/
+1
|
\
\
|
*
|
Added NIM_STRLIT_FLAG to seq literals
Yuriy Glukhov
2018-06-12
1
-1
/
+1
*
|
|
document the 'pkg' and 'std' pseudo directories; closes #7250
Araq
2018-06-14
1
-10
/
+29
*
|
|
implements pkg/ prefix to enforce searching for the module ignore the stdlib ...
Araq
2018-06-14
1
-18
/
+14
*
|
|
RST hotfix: don't crash in rstnodeToRefname
Araq
2018-06-14
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge pull request #7950 from Paalon/math-log
Andreas Rumpf
2018-06-14
1
-5
/
+15
|
\
\
|
*
|
Fix a test
Koki Fushimi
2018-06-14
1
-1
/
+1
|
*
|
Use one same type for two parameters
Koki Fushimi
2018-06-14
1
-5
/
+1
|
*
|
Use concrete expression
Koki Fushimi
2018-06-05
1
-7
/
+6
|
*
|
Bug fix
Koki Fushimi
2018-06-05
1
-2
/
+3
|
*
|
Change to use log(x, base)
Koki Fushimi
2018-06-05
1
-3
/
+3
|
*
|
Broaden the argument types
Koki Fushimi
2018-06-04
1
-1
/
+6
|
*
|
Generalize and add test
Koki Fushimi
2018-06-04
1
-7
/
+14
|
*
|
Add log proc for base b of x
Koki Fushimi
2018-06-04
1
-1
/
+3
*
|
|
Merge pull request #8033 from FedericoCeratto/patch-9
Andreas Rumpf
2018-06-14
1
-0
/
+2
|
\
\
\
[next]