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
...
*
|
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
*
cleaned up the code and implemented proper error messages
Zahary Karadjov
2017-04-06
3
-80
/
+206
*
fix #4556
Zahary Karadjov
2017-04-06
2
-56
/
+165
*
fix another compiler regression
Andreas Rumpf
2017-04-05
1
-0
/
+4
*
make tests green again
Andreas Rumpf
2017-04-04
1
-1
/
+1
*
Merge branch 'devel' into araq
Andreas Rumpf
2017-04-04
1
-4
/
+2
|
\
|
*
fixes #5638
Araq
2017-04-04
1
-3
/
+1
|
*
revert PR #5638 because it breaks code
Araq
2017-04-04
1
-2
/
+2
*
|
attempt to make tests green again
Andreas Rumpf
2017-04-04
1
-1
/
+2
*
|
assignments support ': stmtList' like let/var do
Andreas Rumpf
2017-04-04
1
-1
/
+7
*
|
remove the need for the .procvar annotation
Andreas Rumpf
2017-04-03
2
-21
/
+32
*
|
de-deprecate silly warning about non-exhaustive string case statments
Andreas Rumpf
2017-04-03
1
-7
/
+3
|
/
*
remove en-dash from the language
Andreas Rumpf
2017-04-02
2
-21
/
+6
*
language addition: colon-block for expressions in let/var context
Andreas Rumpf
2017-04-02
1
-10
/
+16
*
Fixed issue #5638 (#5639)
Anatoly Galiulin
2017-04-01
1
-0
/
+1
*
support for the Genode OS framework (#5560)
Emery Hemingway
2017-03-31
3
-5
/
+31
*
Implementing `repr` for JS (#5578)
Silvio
2017-03-31
1
-9
/
+43
*
attempt to fix #5632 typedesc typeRel regression (#5634)
andri lim
2017-03-31
1
-1
/
+1
*
attempt to fix #5621 #5615 generic ref object typeRel (#5633)
andri lim
2017-03-31
1
-1
/
+1
*
make pragma expression parsing use the same parser mechanism as elsewhere
Andreas Rumpf
2017-03-31
1
-3
/
+2
*
Merge remote-tracking branch 'origin/concepts-rebased' into araq
Andreas Rumpf
2017-03-31
27
-288
/
+798
|
\
|
*
make all tests green again
Zahary Karadjov
2017-03-31
1
-1
/
+1
|
*
requested code review changes
Zahary Karadjov
2017-03-29
4
-30
/
+43
|
*
Fix the compilation of the emmy package
Zahary Karadjov
2017-03-28
1
-0
/
+2
|
*
fix tgenericshardcases
Zahary Karadjov
2017-03-24
2
-8
/
+14
|
*
use lower-case proc names
Zahary Karadjov
2017-03-24
1
-4
/
+4
[prev]
[next]