aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add dotty runner script able to run dotty-compiled class with `main`Felix Mulder2016-05-261-0/+25
* | | | Merge pull request #1256 from felixmulder/topic/test-bcodeDmitry Petrashko2016-05-278-4/+728
|\ \ \ \
| * | | | Move `stripAnnots` to `isRef` instead of performing explicitly everywhereFelix Mulder2016-05-192-12/+6
| * | | | Add tests for primitive construction as well as reference and boxed unit arraysFelix Mulder2016-05-183-3/+100
| * | | | Add test for `Array.ofDim`Felix Mulder2016-05-171-0/+24
| * | | | Fix #1258: correct behavior for annotated valuesFelix Mulder2016-05-174-24/+50
| * | | | Add attribution in AUTHORS.mdFelix Mulder2016-05-171-0/+7
| * | | | Add switch verification testFelix Mulder2016-05-172-2/+62
| * | | | Add bytecode checking infrastructureFelix Mulder2016-05-174-0/+516
| | |_|/ | |/| |
* | | | Merge pull request #1275 from felixmulder/topic/partial-eval-isInstanceOfDmitry Petrashko2016-05-2710-5/+196
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix double evaluation of scrutinee with side-effects, add testFelix Mulder2016-05-263-10/+24
| * | | Take side-effects into account during rewritingFelix Mulder2016-05-261-5/+10
| * | | Don't evaluate isInstanceOf for value classes, disable bugged testsFelix Mulder2016-05-266-30/+44
| * | | Address reviewer feedbackFelix Mulder2016-05-261-10/+19
| * | | Fix primitive rewritingFelix Mulder2016-05-261-1/+1
| * | | Rewrite `TypeApply` to null-check on rewrite to true, add docstringsFelix Mulder2016-05-261-23/+82
| * | | Add initial partial evaluation of isInstanceOf callsFelix Mulder2016-05-263-2/+92
|/ / /
* | | Merge pull request #1246 from dotty-staging/add-multiversal-equals-2odersky2016-05-2522-70/+524
|\ \ \
| * | | Fix doc commentMartin Odersky2016-05-231-1/+1
| * | | Move eqAny to PredefMartin Odersky2016-05-234-15/+14
| * | | Add Eq instances of standard types to PredefMartin Odersky2016-05-234-4/+53
| * | | Address reviewers commentsMartin Odersky2016-05-231-5/+5
| * | | Tweak of valid eqAny conditionMartin Odersky2016-05-231-39/+30
| * | | Fix comments in Eq class and make it a trait.Martin Odersky2016-05-231-4/+7
| * | | Make use of implicitNotFound for eqaulity errorsMartin Odersky2016-05-233-4/+6
| * | | Safe equality for core classes:Martin Odersky2016-05-236-6/+14
| * | | Add Java types to equality testMartin Odersky2016-05-231-0/+21
| * | | Print diagnostics to implicits printerMartin Odersky2016-05-231-2/+2
| * | | Make Eq contravariantMartin Odersky2016-05-232-5/+21
| * | | Test caseMartin Odersky2016-05-231-0/+80
| * | | Check equality that with == and != makes senseMartin Odersky2016-05-233-13/+46
| * | | Hooks to check that comparisons with == / != make senseMartin Odersky2016-05-237-142/+220
| * | | Fixed error in commentMartin Odersky2016-05-231-2/+2
| * | | Add new strawman for multiversal equalityMartin Odersky2016-05-231-0/+96
| * | | Downwards comparisons for implicit search and overloading resolutionMartin Odersky2016-05-235-5/+61
| * | | Ignore LazyRefs in Tasty pickling comparisonsMartin Odersky2016-05-231-0/+2
| * | | Fix caching problem when computing implicit scopesMartin Odersky2016-05-231-1/+1
| * | | Make sure type parameters correspond to type args in applyOveroadedMartin Odersky2016-05-231-1/+7
| * | | Allow auto-tupling for arguments to overloaded methodsMartin Odersky2016-05-231-6/+20
* | | | Merge pull request #1278 from Blaisorblade/topic/javadoc-buildGuillaume Martres2016-05-257-24/+27
|\ \ \ \
| * | | | Fix remaining Javadoc warningsPaolo G. Giarrusso2016-05-256-22/+25
| * | | | Fix errors with Javadoc 8Paolo G. Giarrusso2016-05-252-2/+2
|/ / / /
* | | | Merge pull request #1277 from dotty-staging/fix-dotcDmitry Petrashko2016-05-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix newline in DOTTY_ROOT when cd produces outputOndrej Lhotak2016-05-251-1/+1
| |/ /
* | | Merge pull request #1249 from dotty-staging/change-early-annotsodersky2016-05-233-2/+14
|\ \ \ | |_|/ |/| |
| * | Add class annotations as first step of completing the class.Martin Odersky2016-05-131-1/+2
| * | Explain specific changes in later strawman proposalsMartin Odersky2016-05-122-0/+11
| * | Evaluate annotations before completing tree of definitionsMartin Odersky2016-05-101-1/+1
| |/
* | Merge pull request #1243 from dotty-staging/fix-#1240odersky2016-05-2313-58/+231
|\ \ | |/ |/|
| * Two more testsMartin Odersky2016-05-192-0/+30