aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fixing problem related to overloaded symbolsMartin Odersky2013-09-241-9/+50
* Module classes are now enteredMartin Odersky2013-09-241-3/+3
* Changed Throwing reporting scheme.Martin Odersky2013-09-232-2/+5
* expolaratory worksheetMartin Odersky2013-09-161-0/+29
* Added main runner and driver.Martin Odersky2013-08-121-1/+1
* Added support for pattern variables and Bind.Martin Odersky2013-08-091-0/+16
* 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-192-1/+51
* Added typedIdent method.Martin Odersky2013-06-181-0/+21
* 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
* Weakening disambiguation from =:= to matches.Martin Odersky2013-04-051-3/+3
* Adapted backlisting in test framework to new module class name scheme.Martin Odersky2013-04-051-2/+3
* Pre-initializing Unpickler NamedTypes with their Denotations.Martin Odersky2013-04-051-2/+2
* Made & , | NoType-aware.Martin Odersky2013-04-051-2/+1
* More tests in worksheets.Martin Odersky2013-04-056-15/+96
* Refactored test frameworkMartin Odersky2013-04-059-19/+196
* Consolidated tracing under -YdebugTrace.Martin Odersky2013-04-042-3/+8
* Improvements in tracing and some Type fixes.Martin Odersky2013-04-032-2/+11
* Some more fixes of classfile reading.Martin Odersky2013-03-261-2/+2
* More fixes to classfile reading.Martin Odersky2013-03-252-0/+131