aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement getClass methodAlexander Myltsev2015-07-252-0/+50
* Merge pull request #724 from dotty-staging/labels-YcheckDmitry Petrashko2015-07-222-2/+7
|\
| * Relax Ycheck for labels after LabelDefsDmitry Petrashko2015-07-132-2/+7
* | Merge pull request #706 from dotty-staging/fix-676Dmitry Petrashko2015-07-201-13/+43
|\ \
| * | Address review comments.Dmitry Petrashko2015-07-131-7/+17
| * | #676 generate less code for lazy valsDmitry Petrashko2015-07-021-13/+33
* | | Merge pull request #719 from dotty-staging/fix/doubledefsDmitry Petrashko2015-07-203-24/+24
|\ \ \
| * | | Make use of freshened in LambdaLift.newNameMartin Odersky2015-07-091-11/+3
| * | | Avoid generating dupliocate namesMartin Odersky2015-07-091-11/+14
| * | | New name utility method: freshenedMartin Odersky2015-07-091-2/+7
* | | | tpd#New: Make constructor TermRefs non-ambiguousGuillaume Martres2015-07-161-9/+4
* | | | Merge pull request #727 from dotty-staging/genbcode-annotationsDmitry Petrashko2015-07-151-1/+1
|\ \ \ \
| * | | | Implement emotion of annotations in GenBCode.Dmitry Petrashko2015-07-141-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #714 from smarter/add/vc-inline-before-erasureDmitry Petrashko2015-07-154-28/+122
|\ \ \ \
| * | | | Move the inlining of value class methods before ErasureGuillaume Martres2015-07-073-25/+112
| * | | | tpd#select: Make it possible to select a TypeSymbolGuillaume Martres2015-07-061-3/+10
| |/ / /
* | | | Merge pull request #721 from smarter/fix/implicit-scope-boundsodersky2015-07-151-0/+2
|\ \ \ \
| * | | | Don't add lower bounds of abstract types to the implicit scopeGuillaume Martres2015-07-111-0/+2
| |/ / /
* | | | Merge pull request #722 from smarter/fix/productPrefixDmitry Petrashko2015-07-152-1/+6
|\ \ \ \
| * | | | SyntheticMethods: override productPrefix for case classesGuillaume Martres2015-07-132-1/+6
| |/ / /
* | | | Merge pull request #726 from dotty-staging/fix-713Dmitry Petrashko2015-07-151-1/+1
|\ \ \ \
| * | | | Fix #713. Put tasty attribute on mirror class of modules.Dmitry Petrashko2015-07-141-1/+1
| |/ / /
* / / / Fix StackOverflow in Names.rehashDmitry Petrashko2015-07-141-1/+2
|/ / /
* | | 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