aboutsummaryrefslogtreecommitdiff
path: root/test/test
Commit message (Expand)AuthorAgeFilesLines
* Made blacklist in ScannerTest ignore the source path location of the blacklis...Martin Odersky2014-02-161-4/+4
* Add Scalac scanning to the Travis CI buildVlad Ureche2014-02-161-8/+13
* Make Definitions load all symbols in current runId.Martin Odersky2014-02-101-1/+1
* Generalize test infrastructureMartin Odersky2014-02-071-7/+6
* Make skolems live forever...Martin Odersky2014-02-061-5/+8
* 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
* One more absolute path changed to relativeDmitry Petrashko2014-02-061-1/+1
* Use relative paths in testsDmitry Petrashko2014-02-063-9/+9
* Fixing the test suite.Martin Odersky2014-01-171-1/+1
* Module classes are now entered into owner's scope when unpickled.Martin Odersky2013-12-261-2/+2
* Fixing problems in treatment of private symbolsMartin Odersky2013-12-241-2/+2
* Starting to test compiling the compiler.Martin Odersky2013-12-211-0/+19
* Handling implicit unapply arguments.Martin Odersky2013-12-201-2/+2
* Fixed several deep problems in handling of types and symbols.Martin Odersky2013-12-142-3/+3
* Adapting showClasstests to newly downloaded classpathMartin Odersky2013-11-291-2/+4
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-222-47/+46
* Added unit testing supportMartin Odersky2013-11-187-94/+53
* Module classes are now enteredMartin Odersky2013-09-241-3/+3
* Changed Throwing reporting scheme.Martin Odersky2013-09-232-2/+5
* Added main runner and driver.Martin Odersky2013-08-121-1/+1
* Redesign of trees.Martin Odersky2013-07-274-21/+86
* SeqLiteral refactoringMartin Odersky2013-07-221-2/+2
* Added code for adapt and more.Martin Odersky2013-07-211-2/+4
* Adding diagnostics how many stubs were generatedMartin Odersky2013-07-121-1/+3
* Taking accessibility into account for &, |Martin Odersky2013-06-191-1/+2
* Added typer.ModeMartin Odersky2013-06-172-4/+6
* Removed ClassDef as a Tree node class.Martin Odersky2013-06-151-3/+1
* Dropping type parameters from typed TypeDefs.Martin Odersky2013-06-132-66/+12
* Refactoring: breaking out desugaring into its own object.Martin Odersky2013-06-042-5/+9
* Added tests for desugaring.Martin Odersky2013-05-246-24/+244
* More tweaks to desugaringMartin Odersky2013-05-231-3/+10
* Moved TempTrees to Trees, get automatically flattened in transforms.Martin Odersky2013-05-231-0/+8
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-223-3/+3
* More tree refactorings.Martin Odersky2013-05-223-4/+5
* Refactored Printing architecture.Martin Odersky2013-05-173-5/+18
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-142-2/+2
* New parser testsMartin Odersky2013-05-133-3/+72
* new tests and worksheetsMartin Odersky2013-05-124-0/+95
* Early initialization of keywords to save space.Martin Odersky2013-05-121-0/+4
* Added TreeBuilder and TreeInfo classes.Martin Odersky2013-04-191-1/+1
* Scanners added.Martin Odersky2013-04-172-0/+59
* Avoids exponential amount of testing for nested packagesMartin Odersky2013-04-102-3/+4
* Renamed creation methods of NamedTypesMartin Odersky2013-04-091-1/+1
* Added initial denotations to NamedType where feasible.Martin Odersky2013-04-091-1/+1
* ShowClass tests now run both with -Ydebug and without.Martin Odersky2013-04-093-3/+10
* Refining refined printers.Martin Odersky2013-04-092-4/+4
* More refinements to classfile loading.Martin Odersky2013-04-082-7/+13
* Changes to pre complete declsMartin Odersky2013-04-073-3/+10
* Refactored lazy class completers and module class completers.Martin Odersky2013-04-061-3/+3