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 (
Expand
)
Author
Age
Files
Lines
...
|
|
*
fix #5683
Zahary Karadjov
2017-04-14
2
-6
/
+10
|
|
*
fix a parsing regression (do is still mandatory in some situations)
Zahary Karadjov
2017-04-14
1
-1
/
+4
|
|
*
wip
Zahary Karadjov
2017-04-11
1
-4
/
+5
|
|
*
lift parameter-less do block to lambdas
Zahary Karadjov
2017-04-10
6
-15
/
+27
|
|
*
support post expression blocks in return and yield
Zahary Karadjov
2017-04-10
1
-1
/
+3
|
|
*
fix a regression in tlexerex
Zahary Karadjov
2017-04-10
1
-13
/
+14
|
|
*
adapt quote to the new parsing rules
Zahary Karadjov
2017-04-10
1
-8
/
+11
|
|
*
fix a parsing regression (calls with do inside param lists)
Zahary Karadjov
2017-04-10
1
-2
/
+5
|
|
*
fully consisent parsing between the new and the old 'do blocks'
Zahary Karadjov
2017-04-10
1
-78
/
+67
|
|
*
the new blocks without 'do' produce compatible AST with 'do blocks'
Zahary Karadjov
2017-04-09
1
-4
/
+4
|
|
*
fix the do notation when used with procs
Zahary Karadjov
2017-04-09
6
-11
/
+12
|
|
*
fix #5643; fix #5644
Zahary Karadjov
2017-04-08
3
-7
/
+12
|
|
*
Restore the Nim's 0.14 proper handling of generic aliases
Zahary Karadjov
2017-04-08
8
-55
/
+135
|
|
*
fix #5658
Zahary Karadjov
2017-04-07
2
-4
/
+14
|
|
*
fix #5654
Zahary Karadjov
2017-04-07
2
-2
/
+5
|
|
*
fix #5642
Zahary Karadjov
2017-04-07
3
-3
/
+6
|
|
*
fix #5648
Zahary Karadjov
2017-04-07
1
-2
/
+4
|
|
*
wip fix #5640
Zahary Karadjov
2017-04-07
2
-1
/
+3
*
|
|
Fixes #5821 (float32 literal comparison issue) (#5825)
Dominik Picheta
2017-05-17
2
-4
/
+6
*
|
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2017-05-16
2
-4
/
+7
|
\
\
\
|
*
|
|
Async macro fixes (#5739)
Yuriy Glukhov
2017-05-16
1
-0
/
+3
|
*
|
|
Create correct C protoypes in genMainProc. (#5822)
Markus F.X.J. Oberhumer
2017-05-16
1
-4
/
+4
|
|
/
/
*
/
/
weaken the rules for proc definition pragmas that have been forwarded
Araq
2017-05-16
1
-2
/
+10
|
/
/
*
|
fixed macros.getTypeImpl for a symbol of type tyGenericBody (#5788) (#5812)
jcosborn
2017-05-14
1
-1
/
+6
*
|
fixes multiple nil-checks for methods (#5806)
Parashurama
2017-05-12
1
-3
/
+6
*
|
Consider optNoCppExceptions in blockLeaveActions (#5801)
Ruslan Mustakov
2017-05-11
1
-2
/
+2
*
|
Fixed const sets in JS (#5790)
Yuriy Glukhov
2017-05-10
2
-2
/
+1
*
|
fixes an internal compiler error when json.to is used wrongly
Andreas Rumpf
2017-05-06
1
-1
/
+9
*
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-05-04
1
-11
/
+30
|
\
\
|
*
\
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2017-05-02
3
-15
/
+20
|
|
\
\
|
*
|
|
fixes #5752
Araq
2017-05-02
1
-11
/
+30
*
|
|
|
isDeepConstExpr helper can handle nkRange
Andreas Rumpf
2017-05-01
1
-1
/
+1
*
|
|
|
JS codegen: produce better code for constant sets
Andreas Rumpf
2017-05-01
1
-2
/
+8
|
|
/
/
|
/
|
|
*
|
|
js codegen: emit more line information
Andreas Rumpf
2017-04-26
1
-12
/
+14
*
|
|
fixes tuple unpacking regression
Andreas Rumpf
2017-04-26
1
-1
/
+1
*
|
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-04-26
2
-7
/
+4
|
\
|
|
|
*
|
fixes a parser bug
Araq
2017-04-25
1
-4
/
+1
|
*
|
Fix for #5695 make subscript operator overloadable for tuples (#5749)
cooldome
2017-04-24
1
-3
/
+3
*
|
|
make -d:nimdiff feature more robust
Andreas Rumpf
2017-04-26
1
-2
/
+5
|
/
/
*
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-04-24
1
-1
/
+1
|
\
\
|
*
\
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2017-04-19
1
-1
/
+1
|
|
\
\
|
*
|
|
fixes #5729
Araq
2017-04-19
1
-1
/
+1
*
|
|
|
make nimble compile again
Andreas Rumpf
2017-04-22
1
-1
/
+1
*
|
|
|
make sighashes work in more cases
Andreas Rumpf
2017-04-21
1
-10
/
+54
|
|
/
/
|
/
|
|
*
|
|
attempt to make sighashes produce smaller diffs
Andreas Rumpf
2017-04-19
1
-1
/
+1
|
/
/
*
|
fixes yet another regression caused by the .procvar removal
Andreas Rumpf
2017-04-14
1
-0
/
+4
*
|
Linux abi take 3 (#5692)
Jacek Sieka
2017-04-12
1
-1
/
+1
*
|
Error Message if CC invocation fails (#5663)
Fredrik Høisæther Rasch
2017-04-08
1
-11
/
+26
|
/
*
move the object construction logic to a separate file
Zahary Karadjov
2017-04-06
3
-278
/
+294
*
object construction: test cases and manual additions
Zahary Karadjov
2017-04-06
1
-10
/
+8
[prev]
[next]