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
*
revert getAst handling to not use overloading resolution
Andreas Rumpf
2017-03-20
2
-2
/
+19
*
fixes a potential endless loop
Andreas Rumpf
2017-03-20
1
-1
/
+1
*
nimsuggest: prefixes of abbreviations don't count
Andreas Rumpf
2017-03-20
1
-1
/
+5
*
fix getTypeImpl for tyEnum (#5568)
jcosborn
2017-03-19
2
-1
/
+7
*
fix #5296 (#5565)
zah
2017-03-19
2
-0
/
+17
*
Fix #4972. (#5567)
Eugene Kabanov
2017-03-19
1
-5
/
+10
*
update news.rst about the breaking changes
Araq
2017-03-18
1
-1
/
+11
*
Fix #5550 (#5553)
Ryan Gonzalez
2017-03-18
2
-2
/
+2
*
resolved unittest conflict
Araq
2017-03-18
1
-72
/
+265
|
\
|
*
Add support for custom test report formatters (#5556)
Ruslan Mustakov
2017-03-18
1
-75
/
+268
*
|
overloading resolution for getAst; breaking change
Araq
2017-03-18
5
-18
/
+44
|
/
*
fixes #5228
Andreas Rumpf
2017-03-18
3
-5
/
+20
*
strutils.nim: make removeSuffix robust on empty strings
Andreas Rumpf
2017-03-18
1
-9
/
+2
*
fixes #4756 (#5557)
zah
2017-03-17
2
-2
/
+22
*
Fix osproc.peekExitCode() to handle exitcode properly. (#5555)
Eugene Kabanov
2017-03-17
1
-14
/
+12
*
koch: better valgrind support
Andreas Rumpf
2017-03-17
2
-5
/
+26
*
Fixes to support Dragonfly BSD. (#5552)
Eugene Kabanov
2017-03-17
9
-20
/
+39
*
Cleaned up nep1 and simplified the style choices offered by it.
Dominik Picheta
2017-03-16
1
-59
/
+36
*
Fix console logger issue; fixes #5546 (#5547)
Anatoly Galiulin
2017-03-16
1
-2
/
+5
*
Make DragonFlyBSD a first class BSD-like OS (#5548)
Eugene Kabanov
2017-03-16
4
-6
/
+15
*
Added clear() function for OrderedSet and HashSet. (#5545)
GrundleTrundle
2017-03-16
2
-0
/
+67
*
fixes #5360, fixes #5238 (#5539); fixes type alias inequality for types comin...
andri lim
2017-03-16
3
-4
/
+135
*
Update nep1 to show type keyword on its own line
Dominik Picheta
2017-03-15
1
-12
/
+16
*
hotfix: allocator: don't set origSize to 0
Araq
2017-03-15
1
-2
/
+2
*
decTypeSize on growObj (#5465)
Yuriy Glukhov
2017-03-15
1
-0
/
+1
*
Fixes #5062 (#5527); JS: holes in enums
Silvio
2017-03-15
9
-27
/
+95
*
fixes #5231 inheriting from partial specialized generic object (#5538)
andri lim
2017-03-15
2
-9
/
+59
*
adding support for using llvm ASAN (#5536)
Samantha Marshall
2017-03-14
2
-1
/
+31
*
fixes #5264 (#5520); inheriting from generic object
andri lim
2017-03-14
6
-2
/
+184
*
add bitops module for optimized bit manipulation. (#5201)
Parashurama
2017-03-14
5
-0
/
+722
*
asyncdispatch.nim recursion test. (#5534)
Eugene Kabanov
2017-03-14
1
-0
/
+21
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2017-03-14
62
-442
/
+818
|
\
|
*
Mentioned that critbits is sorted... (#5524)
Mark Summerfield
2017-03-14
1
-1
/
+1
|
*
Minor doc fix as per issue #5523 (#5533)
Mark Summerfield
2017-03-14
1
-1
/
+2
|
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-03-14
1
-1
/
+1
|
|
\
|
|
*
Deleted parenthetical phrase (#5526)
Mark Summerfield
2017-03-14
1
-1
/
+1
|
*
|
nimsuggest: when invoked with a directory, detect the main nim file on its own
Andreas Rumpf
2017-03-14
2
-1
/
+24
|
*
|
nimsuggest: suggest types in a type section
Andreas Rumpf
2017-03-14
4
-3
/
+23
|
|
/
|
*
nimsuggest: make tdot1 test case green again
Andreas Rumpf
2017-03-14
1
-1
/
+1
|
*
nimsuggest: make test green again
Andreas Rumpf
2017-03-14
1
-2
/
+2
|
*
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-03-14
32
-260
/
+474
|
|
\
|
|
*
sequtils: removed outdated note
Andreas Rumpf
2017-03-14
1
-3
/
+0
|
|
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-03-14
3
-2
/
+42
|
|
|
\
|
|
|
*
fix varargs forwarding for templates; fixes #5455 (#5505)
zah
2017-03-13
3
-2
/
+42
|
|
*
|
valgrind support for nim
Andreas Rumpf
2017-03-14
2
-0
/
+23
|
|
|
/
|
|
*
Fixes incorrect fd==0 test on Unix; Conserves handles by default. (#5512)
c-blake
2017-03-12
3
-9
/
+24
|
|
*
Fixed typo (#5508)
mark-summerfield
2017-03-12
1
-1
/
+1
|
|
*
Nicer English (#5513)
mark-summerfield
2017-03-12
1
-9
/
+9
|
|
*
Nicer English (#5511)
mark-summerfield
2017-03-12
1
-43
/
+43
|
|
*
Nicer English (#5514)
mark-summerfield
2017-03-12
1
-26
/
+26
[next]