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
*
added a test case for bug #6776
Andreas Rumpf
2017-11-18
1
-0
/
+23
*
make tests green again
Andreas Rumpf
2017-11-18
5
-14
/
+20
*
fixes #6073
Andreas Rumpf
2017-11-18
2
-1
/
+14
*
fixes #5781
Andreas Rumpf
2017-11-18
1
-1
/
+1
*
fixes #6753
Andreas Rumpf
2017-11-18
2
-6
/
+6
*
fixes #6775
Andreas Rumpf
2017-11-18
1
-0
/
+1
*
fixes #6776
Andreas Rumpf
2017-11-18
1
-1
/
+1
*
Do not include date in binaries (#6581)
Bernhard M. Wiedemann
2017-11-18
2
-5
/
+6
*
replaced asArray with a much more powerful mapLiterals macro
Andreas Rumpf
2017-11-18
3
-19
/
+49
*
closes #6166
Andreas Rumpf
2017-11-18
1
-1
/
+20
*
Use 'typedesc' instead of 'untyped'
Andreas Rumpf
2017-11-18
1
-1
/
+1
*
Move asArray macro back to sequtils
Fredrik Høisæther Rasch
2017-11-18
2
-30
/
+30
*
Revert "Move asArray and ListComprehension to new sugar module"
Fredrik Høisæther Rasch
2017-11-18
2
-98
/
+87
*
Move asArray and ListComprehension to new sugar module
Fredrik Høisæther Rasch
2017-11-18
2
-87
/
+98
*
asarray targetType parameter does not need to be a typedesc.
Fredrik Høisæther Rasch
2017-11-18
1
-3
/
+5
*
asArray poduces a cal expression instead of a dot expression
Fredrik Høisæther Rasch
2017-11-18
1
-4
/
+4
*
Moving asArray to future module
Fredrik Høisæther Rasch
2017-11-18
2
-30
/
+29
*
Swapping asArray parameter order
Fredrik Høisæther Rasch
2017-11-18
1
-3
/
+3
*
Changing asArray documentation
Fredrik Høisæther Rasch
2017-11-18
1
-2
/
+2
*
avoid asArray macros import when using nimscript
Fredrik Høisæther Rasch
2017-11-18
1
-25
/
+25
*
Implement an `asArray` macro
Fredrik Høisæther Rasch
2017-11-18
1
-0
/
+29
*
Update docs of cookies.parseCookies. Closes #5721.
Dominik Picheta
2017-11-18
1
-0
/
+9
*
Fix compiler crash (#6773) (#6774)
cooldome
2017-11-18
2
-1
/
+48
*
fixes #6757
Andreas Rumpf
2017-11-17
1
-1
/
+7
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-11-17
2
-32
/
+34
|
\
|
*
added when statement (#6759)
Arne Döring
2017-11-17
1
-29
/
+32
|
*
fixes #6589 again (#6766)
Fabian Keller
2017-11-17
1
-3
/
+2
*
|
fixes the second example of #6757
Andreas Rumpf
2017-11-17
1
-7
/
+7
*
|
fixes #6765
Andreas Rumpf
2017-11-17
1
-3
/
+7
|
/
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-11-17
1
-12
/
+12
|
\
|
*
Merge pull request #6764 from lcrees/list-removed
Dominik Picheta
2017-11-16
1
-12
/
+12
|
|
\
|
|
*
Consolidate removed package list
lcrees
2017-11-16
1
-12
/
+12
|
|
/
*
/
make tests green again
Andreas Rumpf
2017-11-17
1
-2
/
+2
|
/
*
added system.getStackTraceEntries
Andreas Rumpf
2017-11-16
3
-22
/
+77
*
todo.txt updates
Andreas Rumpf
2017-11-16
1
-2
/
+2
*
Merge pull request #6659 from FedericoCeratto/Uri-string
Dominik Picheta
2017-11-16
1
-2
/
+35
|
\
|
*
Make Uri rendering more lenient
Federico Ceratto
2017-11-14
1
-2
/
+35
*
|
Merge pull request #6761 from lcrees/nopolynumeric
Dominik Picheta
2017-11-16
3
-458
/
+2
|
\
\
|
*
|
Removed deprecated numeric and poly module from the stdlib
lcrees
2017-11-16
3
-458
/
+2
|
/
/
*
|
'nim doc' is now using version 2 of the documentation generator
Andreas Rumpf
2017-11-16
6
-6
/
+8
*
|
Removed deprecated gentabs module from the stdlib (#6748)
Lynn C. Rees
2017-11-16
2
-211
/
+2
*
|
Fix platform detection in makefile (#6751)
Sergey Avseyev
2017-11-16
1
-8
/
+11
*
|
Add ioselectors to doc index (#6657)
Lynn C. Rees
2017-11-15
1
-1
/
+1
*
|
use targets from test spec when running testament tests (#6687)
Jacek Sieka
2017-11-15
21
-125
/
+136
*
|
WIP: Add a advanced compiler command 'ctags' (#6654)
Dmitry Atamanov
2017-11-15
4
-1
/
+71
*
|
Documentation: directly use ref object + fields (#6598)
Mamy Ratsimbazafy
2017-11-15
5
-37
/
+48
*
|
Change expr/stmt in examples to untyped (#6734)
Lynn C. Rees
2017-11-15
16
-119
/
+56
*
|
Modified handling of zero precision in formatFloat (#6719)
Fabian Keller
2017-11-15
2
-9
/
+16
*
|
Trim remaining expr/stmt from stdlib (#6742)
Lynn C. Rees
2017-11-15
9
-16
/
+16
*
|
Move deprecated romans module from stdlib to Nimble package (#6660)
Lynn C. Rees
2017-11-15
3
-130
/
+2
[next]