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
*
a simple way to simulate covariance in generic types
Zahary Karadjov
2017-04-28
1
-1
/
+6
*
Allow tyOr,tyAnd and tyNot to be constructed in more contexts
Zahary Karadjov
2017-04-28
2
-16
/
+36
*
fix a regrsesion in signature matching of derived ptr types
Zahary Karadjov
2017-04-18
1
-3
/
+5
*
Restore the compilation of linalg by tweaking the complex disambiguation rules
Zahary Karadjov
2017-04-16
1
-10
/
+18
*
fix regression in tmatrixconcept
Zahary Karadjov
2017-04-16
1
-0
/
+4
*
fix compilation regression in alea
Zahary Karadjov
2017-04-16
3
-12
/
+4
*
fix a compilation error in linalg
Zahary Karadjov
2017-04-16
1
-25
/
+23
*
fix #5689
Zahary Karadjov
2017-04-15
2
-10
/
+13
*
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
*
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
[next]