aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Scalac scanning to the Travis CI buildVlad Ureche2014-02-163-10/+28
* Added information about mailing list to READMEDarkDimius2014-02-151-0/+2
* Removed clean (thanks @sjrd)Vlad Ureche2014-02-141-1/+1
* New worksheet highlighting some symbol and tree constructionsMartin Odersky2014-02-141-0/+104
* Let Travis pick up the version from build.sbtVlad Ureche2014-02-141-3/+1
* Merge pull request #21 from VladUreche/topic/travisVlad Ureche2014-02-142-0/+15
|\
| * README with Travis badgeVlad Ureche2014-02-141-0/+2
| * Travis CIVlad Ureche2014-02-141-0/+13
|/
* Avoid forming And/Or types with equal operands.Martin Odersky2014-02-142-10/+12
* Streamlined treatment of ThisType in subtype checks.Martin Odersky2014-02-141-28/+13
* Two performance optimizationsMartin Odersky2014-02-136-57/+71
* Some changes in the interest of speedups.Martin Odersky2014-02-129-73/+89
* Fixed a bug in LRUcache which prevented sizes >= 8.Martin Odersky2014-02-123-3/+6
* Merge branch 'origin/master'Martin Odersky2014-02-112-4/+8
|\
| * Update README.mdodersky2014-02-071-1/+1
| * Update README.mdodersky2014-02-071-2/+6
| * Merge pull request #8 from VladUreche/issue/4Vlad Ureche2014-02-061-2/+2
| |\
| | * Towards #4: dotc.tests working on my machineVlad Ureche2014-02-061-2/+2
| |/
* | Wrapped up definition of attachments.Martin Odersky2014-02-112-41/+68
* | COnverted symOfTree and expandedTree to attachments.Martin Odersky2014-02-113-18/+30
* | New scheme for attachments.Martin Odersky2014-02-1117-27/+114
* | Merge branch 'wip/bring-forward': Incremental compilationMartin Odersky2014-02-1013-1339/+182
|\ \
| * | New scheme for incremental invalidation of parents.Martin Odersky2014-02-107-75/+96
| * | Make Definitions load all symbols in current runId.Martin Odersky2014-02-108-1289/+63
| * | WIP: Fixes to bring symbols forwardMartin Odersky2014-02-095-21/+66
|/ /
* | Get rid of CompleteInCreationContextMartin Odersky2014-02-092-8/+5
* | Symbol loaders no longer complete with creation contextMartin Odersky2014-02-098-197/+189
* | Getting rid of some CompleInCreationContextsMartin Odersky2014-02-094-17/+16
* | Making completer take an implicit contextMartin Odersky2014-02-0911-71/+97
* | Fix for creating right number of compilers in BenchMartin Odersky2014-02-091-3/+1
* | Move maxConstraint computation to RunInfo to avoid references to stale symbols.Martin Odersky2014-02-093-11/+12
* | Skolems are permanent, but not packages.Martin Odersky2014-02-091-3/+5
* | Generalize test infrastructureMartin Odersky2014-02-073-15/+17
* | Invalidate companions after indexing.Martin Odersky2014-02-071-13/+10
* | Replace open package module logic by special member lookups in a package class.Martin Odersky2014-02-073-46/+52
* | Make skolems live forever...Martin Odersky2014-02-062-6/+9
* | Catch stale referencesMartin Odersky2014-02-063-7/+10
* | Checking for already existing symbols before creating new ones.Martin Odersky2014-02-065-14/+38
|/
* Fixed ScannerTest to make it work with relative pathsMartin Odersky2014-02-061-2/+2
* Made showclass tests more robust if fewer stubs are generated than the limit.Martin Odersky2014-02-061-1/+1
* Fix bug for reading type arguments in ClassfileParserMartin Odersky2014-02-066-17/+17
* Merge pull request #7 from DarkDimius/pathsLukas Rytz2014-02-064-14/+14
|\
| * Merge branch 'master' of github.com:lampepfl/dotty into pathsDmitry Petrashko2014-02-063-29/+70
| |\
| * | One more absolute path changed to relativeDmitry Petrashko2014-02-061-1/+1
| * | Update readmeDmitry Petrashko2014-02-061-0/+1
| * | Use relative paths in testsDmitry Petrashko2014-02-064-13/+13
* | | Create LICENSE.mdLukas Rytz2014-02-061-0/+16
| |/ |/|
* | Contributing guideVlad Ureche2014-02-062-1/+65
* | Update and rename readme.md to README.mdVlad Ureche2014-02-062-28/+6
|/
* Commenting out unused alternative isSubType implementation.Martin Odersky2014-02-032-286/+292