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
/
compiler
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Reset exprs before return by arg. Fixes #5098 (#5191)
Brandon Pickering
2017-01-11
1
-2
/
+2
|
*
alternative fix for #4884; fixes tlateboundstatic
Zahary Karadjov
2017-01-11
1
-1
/
+1
|
*
bugfix: abs(0.0) should be +0.0
Andreas Rumpf
2017-01-10
1
-1
/
+1
|
*
fix #4884
Zahary Karadjov
2017-01-08
1
-3
/
+4
|
*
Remove colon when unpacking yielded tuples. Fixes #5173 (#5190)
Brandon Pickering
2017-01-08
1
-1
/
+3
|
*
happy new year
Araq
2017-01-07
9
-12
/
+12
|
*
make Nim compiler compile with 0.15.2
Araq
2017-01-07
2
-6
/
+22
|
*
added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994
Araq
2017-01-07
4
-14
/
+22
|
*
fixes 'nim c file_without_nim_ext' regression; refs #5183
Andreas Rumpf
2017-01-06
1
-1
/
+2
|
*
fixes #5185
Andreas Rumpf
2017-01-06
2
-4
/
+5
|
*
gendepend improvements; refs #5144
Araq
2017-01-06
2
-1
/
+9
|
*
compiler API: introduce options.disableNmiblePath
Araq
2017-01-06
2
-4
/
+7
|
*
fixes #5171
Araq
2017-01-03
1
-0
/
+1
|
*
make nimforum compile again
Araq
2016-12-31
1
-1
/
+4
|
*
existance of new distros.nim module can be detected with defined(nimDistros)
Araq
2016-12-31
1
-0
/
+1
|
*
make vmgen more robust in the context of 'nim check'
Araq
2016-12-31
1
-2
/
+3
|
*
fixes #2050
Araq
2016-12-30
1
-5
/
+9
|
*
fixes #3848
Araq
2016-12-30
1
-1
/
+1
|
*
fixes #5161
Araq
2016-12-30
1
-1
/
+1
|
*
fixes #5147
Araq
2016-12-30
1
-7
/
+25
|
*
fixes #5148
Araq
2016-12-29
1
-1
/
+1
|
*
make gendepend work again
Araq
2016-12-29
1
-1
/
+1
|
*
new shift ops for Nim; based on #4743
Andreas Rumpf
2016-12-29
2
-1
/
+11
|
*
attempt to mitigate Nimble issue #293
Andreas Rumpf
2016-12-29
1
-2
/
+2
|
*
simple closure iterator calling closure iterator works; refs #3837
Andreas Rumpf
2016-12-27
1
-9
/
+15
|
*
fixes #4519
Andreas Rumpf
2016-12-25
1
-1
/
+1
|
*
fixes #5142
Araq
2016-12-23
1
-4
/
+6
|
*
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
|
|
|
|
|
|
* Use typed/untyped instead of stmt/expr in semQuoteAst. Fixes #5120
*
|
fixes #5140
Araq
2016-12-22
1
-1
/
+3
|
/
*
make tsets test green again
Araq
2016-12-22
1
-5
/
+6
|
*
fixes #5137
Andreas Rumpf
2016-12-22
1
-14
/
+19
|
*
implements module grouping for the import statement
Andreas Rumpf
2016-12-21
3
-14
/
+26
|
*
fixes recently introduced regression
Andreas Rumpf
2016-12-21
1
-6
/
+8
|
*
fixes #5136
Andreas Rumpf
2016-12-21
1
-6
/
+6
|
*
fixes #5135
Andreas Rumpf
2016-12-21
1
-0
/
+5
|
*
fixes #5131
Araq
2016-12-20
1
-1
/
+1
|
*
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
7
-17
/
+43
|
\
|
*
make tests green again
Araq
2016-12-18
1
-1
/
+1
|
|
|
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2016-12-18
1
-2
/
+3
|
|
\
|
|
*
fixes nimsuggest bug #43
Andreas Rumpf
2016-12-18
1
-2
/
+3
|
|
|
|
*
|
fixes #4308, fixes #4905
Araq
2016-12-18
3
-1
/
+23
|
|
|
|
*
|
debug output: show line info earlier
Araq
2016-12-18
1
-1
/
+1
|
|
/
|
*
revert line info generation change; produces worse results for other cases
Araq
2016-12-18
1
-2
/
+2
|
|
|
*
significantly better stack traces when templates are involved
Araq
2016-12-18
1
-8
/
+12
|
|
|
*
fixes nimsuggest issue #40
Araq
2016-12-18
1
-1
/
+1
|
|
|
*
fixes nimsuggest issue #41
Araq
2016-12-18
1
-1
/
+3
|
|
*
|
Merge branch 'devel' into sighashes
Araq
2016-12-17
6
-10
/
+36
|
\
|
[next]