aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #700 from dotty-staging/fix/#689-lifted-modulesDmitry Petrashko2015-07-013-1/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Drop Module flag from lifted symbols.Martin Odersky2015-06-263-1/+12
* | | | Merge pull request #699 from dotty-staging/fix/trait-constructorsDmitry Petrashko2015-07-0111-52/+19
|\ \ \ \
| * | | | Add commentMartin Odersky2015-06-271-1/+1
| * | | | Drop TraitConstructors phaseMartin Odersky2015-06-2710-47/+18
| * | | | Drop redundant importMartin Odersky2015-06-261-1/+1
| * | | | Fix trait constructorsMartin Odersky2015-06-261-6/+2
| |/ / /
* | | | Merge pull request #662 from dotty-staging/add/resident-compilerodersky2015-06-2910-72/+104
|\ \ \ \
| * | | | Fix rebase breakage around reporters.Martin Odersky2015-06-292-3/+5
| * | | | New main file for resident compiler mode.Martin Odersky2015-06-291-0/+55
| * | | | Make reporter ised in Compiler configurableMartin Odersky2015-06-291-5/+7
| * | | | Refactor DriverMartin Odersky2015-06-292-20/+26
| * | | | Remove -resident settingMartin Odersky2015-06-293-43/+9
| * | | | Fix doc commentMartin Odersky2015-06-291-1/+2
|/ / / /
* | | | Merge pull request #697 from dotty-staging/fix/erasure-thistypes-vcsodersky2015-06-268-36/+40
|\| | |
| * | | Restored full testMartin Odersky2015-06-261-5/+5
| * | | Get rid of semiEraseVCs boolean parametersMartin Odersky2015-06-263-13/+18
| * | | Disable checkConstraintClosed by defaultMartin Odersky2015-06-263-3/+13
| * | | Simplify logic in erasure.Martin Odersky2015-06-261-17/+10
| * | | Remove check file.Martin Odersky2015-06-261-1/+0
| * | | Fix erasure of Thistypes.Martin Odersky2015-06-264-10/+7
|/ / /
* | | Merge pull request #691 from vsalvis/vsalvis-partest-outputDmitry Petrashko2015-06-2612-55/+61
|\ \ \
| * | | Partest 3/3: Proper compiler output redirectionvsalvis2015-06-244-27/+30
| * | | Partest 2/3: Compiler prints via context instead of printlnvsalvis2015-06-243-11/+11
| * | | Partest 1/3: Pass PrintWriter as argument for context creationvsalvis2015-06-245-17/+20
* | | | Merge pull request #680 from smarter/simplify/erasureodersky2015-06-265-28/+34
|\ \ \ \
| * | | | ClassOf: remove special case for value classesGuillaume Martres2015-06-241-20/+19
| * | | | TypeErasure#erasure: do not semi-erase types by defaultGuillaume Martres2015-06-244-8/+15
| | |/ / | |/| |
* | | | Merge pull request #678 from dotty-staging/fix/#670-orphan-polyparamodersky2015-06-257-16/+51
|\ \ \ \ | |/ / / |/| | |
| * | | Rename SimpleMap#mapValues -> mapValuesNowMartin Odersky2015-06-232-8/+8
| * | | Polish code.Martin Odersky2015-06-231-2/+2
| * | | Revert test to originalMartin Odersky2015-06-231-2/+2
| * | | Avoid junk produced by Constraint#replace.Martin Odersky2015-06-226-11/+46
* | | | Merge pull request #677 from alexander-myltsev/am-579-implement_class_ofDmitry Petrashko2015-06-235-1/+72
|\ \ \ \
| * | | | Closes #579 Implement mini-phase for classOf[T]Alexander Myltsev2015-06-225-1/+72
* | | | | Merge pull request #667 from dotty-staging/fix/#646-array-additionodersky2015-06-229-24/+57
|\ \ \ \ \
| * | | | | Fixed typoMartin Odersky2015-06-221-1/+1
| * | | | | Do not check for ambiguous implicits in viewExistsMartin Odersky2015-06-224-3/+14
| * | | | | Stratify classTags in DottyPredefMartin Odersky2015-06-221-9/+21
| * | | | | Avoid double context creation when modes change on a fresh context.Martin Odersky2015-06-224-11/+20
| * | | | | Insert a space between symbol and `:' when printing SelectionProtosMartin Odersky2015-06-221-1/+2
* | | | | | Merge pull request #675 from dotty-staging/fix/#652-erase-constructorsodersky2015-06-2212-10/+55
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix typoMartin Odersky2015-06-221-2/+2
| * | | | | Re-enable sanitized printingMartin Odersky2015-06-201-1/+1
| * | | | | Avoid noise introduced by printing anonymous class numbersMartin Odersky2015-06-202-4/+6
| * | | | | Updated check fileMartin Odersky2015-06-201-1/+1
| * | | | | Fix mapOuter to be type-preservingMartin Odersky2015-06-201-1/+5
| * | | | | Map outer fields to parameters in primary constructorMartin Odersky2015-06-205-1/+7
| * | | | | Map proxy references in constructors to parametersMartin Odersky2015-06-203-2/+15
| * | | | | Map outer accessors to outer paramatersMartin Odersky2015-06-193-1/+14