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
/
semexprs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
first version of 'spawn'
Araq
2014-04-16
1
-0
/
+2
*
implemented region pointers
Araq
2014-04-09
1
-4
/
+4
*
propagate semExpr flags in macro/template expansion
Zahary Karadjov
2014-04-06
1
-8
/
+9
*
tsymchoicefield compiles
Araq
2014-04-01
1
-2
/
+4
*
fixes #1025; don't know what this breaks
Araq
2014-03-26
1
-3
/
+2
*
implemented 'borrow dot' feature for distinct types
Araq
2014-03-26
1
-5
/
+5
*
fix #1015
Zahary Karadjov
2014-03-20
1
-3
/
+8
*
reference implementation of a vector swizzle library
Zahary Karadjov
2014-03-20
1
-14
/
+29
*
Added support for {.packed.} pragma on objects
Audun Wilhelmsen
2014-03-18
1
-1
/
+1
*
make some tests green
Zahary Karadjov
2014-03-16
1
-2
/
+8
*
handle arbitrary expressions dependent on static input params in proc signatures
Zahary Karadjov
2014-03-16
1
-1
/
+13
*
more robust handling of proc signatures containing inter-param type references
Zahary Karadjov
2014-03-16
1
-5
/
+8
*
first phase of tyGenericParam reforms needed for static params
Zahary Karadjov
2014-03-16
1
-2
/
+2
*
fix #715 again
Zahary Karadjov
2014-03-16
1
-1
/
+6
*
fix #988
Zahary Karadjov
2014-03-10
1
-3
/
+4
*
fix #986
Zahary Karadjov
2014-03-10
1
-13
/
+21
*
fix #829; (macros.quote)
Zahary Karadjov
2014-03-09
1
-1
/
+1
*
fix #949
Zahary Karadjov
2014-03-09
1
-1
/
+2
*
implements higher-order inline iterators and return type inference for iterators
Zahary Karadjov
2014-03-08
1
-2
/
+14
*
test cases for the new handling of iterators by the `is` operator
Zahary Karadjov
2014-03-06
1
-5
/
+0
*
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
1
-11
/
+13
*
iterators now return tyIter(T);
Zahary Karadjov
2014-03-05
1
-2
/
+2
*
new VM is getting stable
Araq
2014-02-24
1
-0
/
+4
*
quite messy implementation of generic lambdas, needs reworking; fixes #715
Zahary Karadjov
2014-02-17
1
-2
/
+2
*
fix some regressions caused by tyTypeDesc[tyNone]
Zahary Karadjov
2014-02-15
1
-10
/
+9
*
the delegator pragma becomes a set of dot operators
Zahary Karadjov
2014-02-15
1
-24
/
+10
*
fixes #797; generic procs can be used in places expecting matching concrete p...
Zahary Karadjov
2014-02-11
1
-1
/
+8
*
fixes 'newSeq[T]' instantiation bug
Araq
2014-02-09
1
-3
/
+9
*
fixes #844
Araq
2014-02-02
1
-2
/
+2
*
remove the old tester
Araq
2014-02-02
1
-21
/
+18
|
\
|
*
the `is` operator now uses exactly the same algorithm as proc signature matching
Zahary Karadjov
2014-01-26
1
-18
/
+7
|
*
implements #766;
Zahary Karadjov
2014-01-24
1
-3
/
+11
|
*
support for parametric user-defined type classes
Zahary Karadjov
2014-01-24
1
-2
/
+2
*
|
bugfix: object constructor doesn't allow 'distinct' types
Araq
2014-02-01
1
-2
/
+2
|
/
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-23
/
+22
*
better html generator for the tester; fixes some VM bugs
Araq
2014-01-17
1
-1
/
+1
*
progress towards fixing tgenericshardcases
Zahary Karadjov
2014-01-06
1
-4
/
+6
*
Templates will pick the candidate in the nearest scope when symbols are mixed-in
Zahary Karadjov
2013-12-31
1
-1
/
+1
*
restore return type inference
Zahary Karadjov
2013-12-30
1
-1
/
+1
*
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-15
/
+18
|
\
|
*
make more tests green
Zahary Karadjov
2013-12-29
1
-3
/
+5
|
*
wip type class reforms (the compiler bootstraps fine)
Zahary Karadjov
2013-12-25
1
-1
/
+1
|
*
make the current PContext accessible through TCandidate
Zahary Karadjov
2013-12-25
1
-8
/
+8
|
*
static params: expr[T] is now static[T]
Zahary Karadjov
2013-12-19
1
-4
/
+5
*
|
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-21
/
+24
*
|
case consistency: next steps
Araq
2013-12-29
1
-8
/
+8
*
|
case consistency part 4
Araq
2013-12-27
1
-89
/
+89
*
|
case consistency part 1
Araq
2013-12-27
1
-10
/
+10
*
|
Merge branch 'vm2' of github.com:Araq/Nimrod into vm2
Araq
2013-12-24
1
-7
/
+8
|
\
\
|
*
|
Merge branch 'master' into vm2
Araq
2013-12-13
1
-1
/
+1
|
|
\
|
[next]