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
*
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
|
|
\
|
|
*
|
new VM: improvements
Araq
2013-12-12
1
-3
/
+3
|
*
|
more tests are green
Araq
2013-12-08
1
-1
/
+2
|
*
|
Merge branch 'master' into vm2
Araq
2013-12-05
1
-15
/
+29
|
|
\
\
|
*
|
|
compiler bootstraps with new VM
Araq
2013-10-15
1
-3
/
+3
*
|
|
|
Correct the spelling of the word 'implicitly'
Satish BD
2013-12-23
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2013-12-09
1
-6
/
+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
fixes #686
Araq
2013-11-29
1
-6
/
+8
*
|
|
progress towards adding negative type classes
Zahary Karadjov
2013-12-09
1
-1
/
+1
|
/
/
*
|
simple unit test and better documentation for the user defined type classes
Zahary Karadjov
2013-11-17
1
-5
/
+7
*
|
improvements for the `is` operator; implemented the type lifting rule in user...
Zahary Karadjov
2013-11-17
1
-2
/
+12
*
|
support for multiple test variables and var qualifiers in user-defined type c...
Zahary Karadjov
2013-11-13
1
-2
/
+2
|
/
*
fixes #566
Araq
2013-09-11
1
-2
/
+2
*
fixes #588
Araq
2013-09-10
1
-5
/
+8
*
fix regressions affecting the echo magic and the creating of rod files
Zahary Karadjov
2013-09-07
1
-1
/
+1
*
Merge branch 'type-classes' into upstream
Zahary Karadjov
2013-09-03
1
-41
/
+83
|
\
|
*
implemented the using statement
Zahary Karadjov
2013-08-31
1
-0
/
+17
|
*
minor improvement towards tgenericshardcases
Zahary Karadjov
2013-08-28
1
-1
/
+5
|
*
fix tisop
Zahary Karadjov
2013-08-27
1
-2
/
+2
|
*
fix tcompiles
Zahary Karadjov
2013-08-27
1
-0
/
+1
|
*
fix tnoop
Zahary Karadjov
2013-08-26
1
-5
/
+3
|
*
implemented delegators and improved the error messages of unmatched type classes
Zahary Karadjov
2013-08-26
1
-21
/
+10
|
*
prevent eval crashes due to PContext-dependent ops not being available in eva...
Zahary Karadjov
2013-08-25
1
-3
/
+3
|
*
working code for simple cases of user-defined type classes
Zahary Karadjov
2013-08-25
1
-9
/
+42
*
|
fixes #563
Araq
2013-08-31
1
-0
/
+1
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-30
1
-1
/
+1
|
\
|
|
*
pass-through of static int generic params to arrays when late instantiation i...
Zahary Karadjov
2013-08-23
1
-1
/
+1
*
|
float64 is now an alias to 'float'; fixes #545
Araq
2013-08-30
1
-1
/
+1
|
/
*
Revert "Revert "fix threading tests""
Zahary Karadjov
2013-08-19
1
-1
/
+1
[next]