aboutsummaryrefslogtreecommitdiff
path: root/src/dotty
Commit message (Expand)AuthorAgeFilesLines
* Relax Ycheck for labels after LabelDefsDmitry Petrashko2015-07-132-2/+7
* Merge pull request #708 from dotty-staging/add/check-reentrantodersky2015-07-0629-114/+251
|\
| * Make Resident compiler a class.Martin Odersky2015-07-061-2/+2
| * Drop dead transformInfo definitionMartin Odersky2015-07-061-4/+0
| * Fix omission in CtxLazyMartin Odersky2015-07-061-1/+4
| * Try to avoid datarace involving NoDenotationMartin Odersky2015-07-061-2/+4
| * Make sharing violations errorsMartin Odersky2015-07-061-6/+21
| * More @sharable annotationsMartin Odersky2015-07-065-47/+57
| * Eliminate global _nextId field in SymbolsMartin Odersky2015-07-061-18/+12
| * Mark gloabl entry point @unsharedMartin Odersky2015-07-061-1/+1
| * Turn global vars into valsMartin Odersky2015-07-062-2/+2
| * Remove unused global rootsMartin Odersky2015-07-061-2/+0
| * Add @sharable annotationMartin Odersky2015-07-0618-43/+59
| * Add reentrancy checkingMartin Odersky2015-07-065-1/+104
* | Check that a self type T is closed.Martin Odersky2015-07-061-7/+13
* | Error instead of crash when sigName comes up with a missing reference.Martin Odersky2015-07-063-6/+17
* | Put proper parentheses around complex widened types of singletons.Martin Odersky2015-07-061-1/+1
|/
* Merge pull request #694 from dotty-staging/fix/dependent-methodsodersky2015-07-063-15/+53
|\
| * CleanupsMartin Odersky2015-06-251-4/+4
| * Sharpen prototypes of implicit methods.Martin Odersky2015-06-251-1/+27
| * setNewTyperState -> setExploreTyperState when computing shadoing implicitsMartin Odersky2015-06-242-2/+7
| * Drop redundant adapt.Martin Odersky2015-06-241-1/+1
| * Handle normalization of implicit dependent methods.Martin Odersky2015-06-231-10/+16
| * Avoid follow-on errors after implicit argument errors.Martin Odersky2015-06-232-2/+3
* | Merge pull request #715 from dotty-staging/repeated-arraysDmitry Petrashko2015-07-052-2/+11
|\ \
| * | Arrays.newRefArray has multiple symbols that coexist during bootstrap.Dmitry Petrashko2015-07-052-2/+11
* | | Merge pull request #695 from dotty-staging/fix/source-positionsDmitry Petrashko2015-07-025-8/+19
|\ \ \
| * | | Document that lines and columns start at 0.Martin Odersky2015-06-252-1/+5
| * | | Make columns start at 0.Martin Odersky2015-06-252-5/+9
| * | | Avoid crasher when first token of a program is in errorMartin Odersky2015-06-252-2/+5
| | |/ | |/|
* | | Check value class member restrictionsMartin Odersky2015-07-021-2/+14
* | | Check that value classes are staticMartin Odersky2015-07-021-4/+6
* | | Make value classes implicitly finalMartin Odersky2015-07-021-0/+2
* | | Check final and sealed conditionsMartin Odersky2015-07-021-3/+10
* | | Merge pull request #707 from dotty-staging/fix-printlnDmitry Petrashko2015-07-013-4/+4
|\ \ \
| * | | Fix #704, make reporters print messagesDmitry Petrashko2015-07-011-1/+1
| * | | Make Reporter.doReport publicDmitry Petrashko2015-07-013-3/+3
* | | | Merge pull request #700 from dotty-staging/fix/#689-lifted-modulesDmitry Petrashko2015-07-011-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Drop Module flag from lifted symbols.Martin Odersky2015-06-261-1/+2
* | | | 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
| |/ / /
* | | | Fix rebase breakage around reporters.Martin Odersky2015-06-291-1/+1
* | | | 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
|/ / /