summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #844Araq2014-02-021-2/+2
* remove the old testerAraq2014-02-021-21/+18
|\
| * the `is` operator now uses exactly the same algorithm as proc signature matchingZahary Karadjov2014-01-261-18/+7
| * implements #766;Zahary Karadjov2014-01-241-3/+11
| * support for parametric user-defined type classesZahary Karadjov2014-01-241-2/+2
* | bugfix: object constructor doesn't allow 'distinct' typesAraq2014-02-011-2/+2
|/
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-23/+22
* better html generator for the tester; fixes some VM bugsAraq2014-01-171-1/+1
* progress towards fixing tgenericshardcasesZahary Karadjov2014-01-061-4/+6
* Templates will pick the candidate in the nearest scope when symbols are mixed-inZahary Karadjov2013-12-311-1/+1
* restore return type inferenceZahary Karadjov2013-12-301-1/+1
* Merge branch 'upstream' into develZahary Karadjov2013-12-291-15/+18
|\
| * make more tests greenZahary Karadjov2013-12-291-3/+5
| * wip type class reforms (the compiler bootstraps fine)Zahary Karadjov2013-12-251-1/+1
| * make the current PContext accessible through TCandidateZahary Karadjov2013-12-251-8/+8
| * static params: expr[T] is now static[T]Zahary Karadjov2013-12-191-4/+5
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-291-21/+24
* | case consistency: next stepsAraq2013-12-291-8/+8
* | case consistency part 4Araq2013-12-271-89/+89
* | case consistency part 1Araq2013-12-271-10/+10
* | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2Araq2013-12-241-7/+8
|\ \
| * | Merge branch 'master' into vm2Araq2013-12-131-1/+1
| |\|
| * | new VM: improvementsAraq2013-12-121-3/+3
| * | more tests are greenAraq2013-12-081-1/+2
| * | Merge branch 'master' into vm2Araq2013-12-051-15/+29
| |\ \
| * | | compiler bootstraps with new VMAraq2013-10-151-3/+3
* | | | Correct the spelling of the word 'implicitly'Satish BD2013-12-231-1/+1
| |_|/ |/| |
* | | Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2013-12-091-6/+8
|\ \ \ | | |/ | |/|
| * | fixes #686Araq2013-11-291-6/+8
* | | progress towards adding negative type classesZahary Karadjov2013-12-091-1/+1
|/ /
* | simple unit test and better documentation for the user defined type classesZahary Karadjov2013-11-171-5/+7
* | improvements for the `is` operator; implemented the type lifting rule in user...Zahary Karadjov2013-11-171-2/+12
* | support for multiple test variables and var qualifiers in user-defined type c...Zahary Karadjov2013-11-131-2/+2
|/
* fixes #566Araq2013-09-111-2/+2
* fixes #588Araq2013-09-101-5/+8
* fix regressions affecting the echo magic and the creating of rod filesZahary Karadjov2013-09-071-1/+1
* Merge branch 'type-classes' into upstreamZahary Karadjov2013-09-031-41/+83
|\
| * implemented the using statementZahary Karadjov2013-08-311-0/+17
| * minor improvement towards tgenericshardcasesZahary Karadjov2013-08-281-1/+5
| * fix tisopZahary Karadjov2013-08-271-2/+2
| * fix tcompilesZahary Karadjov2013-08-271-0/+1
| * fix tnoopZahary Karadjov2013-08-261-5/+3
| * implemented delegators and improved the error messages of unmatched type classesZahary Karadjov2013-08-261-21/+10
| * prevent eval crashes due to PContext-dependent ops not being available in eva...Zahary Karadjov2013-08-251-3/+3
| * working code for simple cases of user-defined type classesZahary Karadjov2013-08-251-9/+42
* | fixes #563Araq2013-08-311-0/+1
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-301-1/+1
|\|
| * pass-through of static int generic params to arrays when late instantiation i...Zahary Karadjov2013-08-231-1/+1
* | float64 is now an alias to 'float'; fixes #545Araq2013-08-301-1/+1
|/
* Revert "Revert "fix threading tests""Zahary Karadjov2013-08-191-1/+1