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
*
make vmgen more robust in the context of 'nim check'
Araq
2016-12-31
1
-2
/
+3
*
Merge pull request #5163 from vegansk/5155-async
Dominik Picheta
2016-12-30
3
-2
/
+46
|
\
|
*
Add pending operations presence check function, fixes #5155
Anatoly Galiulin
2016-12-29
3
-2
/
+46
*
|
fixes #2050
Araq
2016-12-30
2
-5
/
+17
*
|
fixes #3848
Araq
2016-12-30
1
-1
/
+1
*
|
fixes #5161
Araq
2016-12-30
1
-1
/
+1
*
|
fixes #5147
Araq
2016-12-30
2
-7
/
+35
*
|
fixes #5148
Araq
2016-12-29
2
-1
/
+8
*
|
finish tool: Check for installations in 'program files' et al
Araq
2016-12-29
1
-3
/
+22
*
|
make gendepend work again
Araq
2016-12-29
1
-1
/
+1
*
|
new shift ops for Nim; based on #4743
Andreas Rumpf
2016-12-29
3
-28
/
+59
*
|
attempt to mitigate Nimble issue #293
Andreas Rumpf
2016-12-29
1
-2
/
+2
*
|
Merge pull request #5158 from AdrianV/patch-4
Andreas Rumpf
2016-12-29
1
-1
/
+1
|
\
\
|
*
|
bcc uses _timezone like vcc
AdrianV
2016-12-28
1
-1
/
+1
*
|
|
Merge pull request #5159 from AdrianV/patch-5
Andreas Rumpf
2016-12-29
1
-1
/
+1
|
\
\
\
|
*
|
|
bcc misses the same functions like vcc
AdrianV
2016-12-28
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #5156 from nigredo-tori/patch-1
Andreas Rumpf
2016-12-29
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
NimTypeKind - replace ntyArrayConstr with ntyAlias
nigredo-tori
2016-12-28
1
-1
/
+1
|
|
/
*
|
Merge pull request #5160 from mpcjanssen/xmldom-mpcjanssen
Dominik Picheta
2016-12-28
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Define getAttributes(NS) on PNode instead of PElement.
Mark Janssen
2016-12-28
1
-2
/
+2
|
/
*
support: koch supports 'nimble' vs 'nimble --latest'
Andreas Rumpf
2016-12-28
1
-13
/
+24
*
remove deprecated system.TResult enum
Andreas Rumpf
2016-12-28
1
-2
/
+0
*
support for arm64; fixes #2147
Andreas Rumpf
2016-12-27
1
-0
/
+2
*
disable new alloctor behaviour for emscripten
Andreas Rumpf
2016-12-27
1
-4
/
+5
*
simple closure iterator calling closure iterator works; refs #3837
Andreas Rumpf
2016-12-27
2
-9
/
+29
*
fixes #4519
Andreas Rumpf
2016-12-25
2
-1
/
+5
*
Update paypal link in the community page.
Dominik Picheta
2016-12-24
1
-5
/
+6
*
fixes #5142
Araq
2016-12-23
2
-4
/
+14
*
NimScript: prepare for future Nimble improvements; should be completely compa...
Araq
2016-12-23
1
-21
/
+23
*
make travis green
Araq
2016-12-22
1
-1
/
+2
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2016-12-22
1
-2
/
+2
|
\
|
*
Used typed/untyped instead of stmt/expr in semQuoteAst. Fixes issue 5120 (#5126)
Chris Heller
2016-12-22
1
-2
/
+2
*
|
fixes #5140
Araq
2016-12-22
2
-1
/
+31
|
/
*
make tsets test green again
Araq
2016-12-22
1
-5
/
+6
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2016-12-22
2
-0
/
+21
|
\
|
*
Merge pull request #5125 from chrisheller/fix-issue-5119
Andreas Rumpf
2016-12-22
2
-0
/
+21
|
|
\
|
|
*
Change error handling in split to use doAssert so it is not compiled out when...
Chris Heller
2016-12-21
1
-1
/
+1
|
|
*
Update unit test to handle AssertionError instead of ValueError for #5119
Chris Heller
2016-12-21
1
-1
/
+1
|
|
*
Change error handling to use assert as per Araq's comment
Chris Heller
2016-12-21
1
-4
/
+1
|
|
*
Guard against calling split with an empty string as a separator. Fixes #5119
Chris Heller
2016-12-21
2
-0
/
+24
*
|
|
fixes #5137
Andreas Rumpf
2016-12-22
2
-14
/
+28
|
/
/
*
/
implements module grouping for the import statement
Andreas Rumpf
2016-12-21
4
-14
/
+37
|
/
*
added missing file
Andreas Rumpf
2016-12-21
1
-0
/
+4
*
fixes recently introduced regression
Andreas Rumpf
2016-12-21
1
-6
/
+8
*
fixes #5136
Andreas Rumpf
2016-12-21
2
-6
/
+16
*
fixes #5135
Andreas Rumpf
2016-12-21
3
-0
/
+14
*
fixes #5131
Araq
2016-12-20
2
-1
/
+49
*
make nimfix compile with newer compiler API
Araq
2016-12-20
1
-2
/
+3
*
bugfix: aporia compiles again
Araq
2016-12-20
1
-0
/
+1
*
Merge branch 'devel' into sighashes
Araq
2016-12-19
14
-25
/
+115
|
\
[next]