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
*
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
*
Revert "Revert "test cases for the new features""
Zahary Karadjov
2013-08-19
1
-4
/
+11
*
fixes #534
Zahary Karadjov
2013-08-07
1
-1
/
+3
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-07-20
1
-2
/
+5
|
\
|
*
fixes #505
Araq
2013-07-02
1
-2
/
+5
*
|
'modules' module from 'main'; minor bugfixes
Araq
2013-07-20
1
-1
/
+4
*
|
refactorings for the eval engine; bugfix: clean templates as accessors
Araq
2013-07-19
1
-44
/
+53
|
/
*
fixes lots of regressions
Araq
2013-06-29
1
-2
/
+3
*
fixes #488
Araq
2013-06-27
1
-0
/
+1
*
next steps for guarded data flow analysis
Araq
2013-06-11
1
-1
/
+3
*
implemented large parts of the 'not nil' checking
Araq
2013-06-09
1
-0
/
+25
*
astToStr is now immediate
Araq
2013-06-02
1
-0
/
+4
*
fixes #458
Araq
2013-05-31
1
-1
/
+2
*
Revert "fix threading tests"
Araq
2013-05-27
1
-1
/
+1
*
Revert "test cases for the new features"
Araq
2013-05-27
1
-11
/
+4
*
test cases for the new features
Zahary Karadjov
2013-05-26
1
-4
/
+11
*
fix threading tests
Zahary Karadjov
2013-05-26
1
-1
/
+1
*
made some tests green; implemented 'from module import nil'
Araq
2013-05-19
1
-1
/
+1
*
made some tests green
Araq
2013-05-19
1
-1
/
+2
*
updated docs
Araq
2013-05-19
1
-1
/
+1
*
fixes #433
Araq
2013-05-18
1
-15
/
+15
*
fixes #429 and tstmtexpr
Zahary Karadjov
2013-05-12
1
-1
/
+7
*
merged the persistent scopes work with the delayed proc compilation strategy
Zahary Karadjov
2013-05-12
1
-2
/
+2
|
\
*
|
final fixes giving us a working compiler
Zahary Karadjov
2013-05-12
1
-2
/
+2
*
|
get rid of ImportTablePos and ModuleTablePos
Zahary Karadjov
2013-05-12
1
-1
/
+1
*
|
get rid of the SymTab* procs in astalgo
Zahary Karadjov
2013-05-12
1
-5
/
+5
*
|
switch to a linked list of scopes
Zahary Karadjov
2013-05-11
1
-6
/
+6
|
/
*
more intuitive behaviour for 'discardable' in expression bodies
Araq
2013-05-04
1
-4
/
+3
*
fixes #117
Araq
2013-05-04
1
-6
/
+11
*
bugfixes
Araq
2013-05-04
1
-0
/
+6
*
completed expr/stmt unification
Araq
2013-05-03
1
-151
/
+26
[next]