aboutsummaryrefslogtreecommitdiff
path: root/test/test
Commit message (Expand)AuthorAgeFilesLines
...
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-272-7/+7
* Better diagnostics for failing stub count testsMartin Odersky2014-03-201-1/+1
* Allow MiniPhase to be DenotTransformerDmitry Petrashko2014-03-195-39/+62
* LazyVals phase.Dmitry Petrashko2014-03-191-0/+350
* Re-enabled and renamed testsMartin Odersky2014-03-181-4/+4
* Refactored denotation transformersMartin Odersky2014-03-181-4/+4
* Renamings TreeTransformer -> TreeMap, TreeMapper -> TreeTypeMapMartin Odersky2014-03-182-2/+2
* CreateCompanionObjects transformerDmitry Petrashko2014-03-131-0/+117
* PostTyper transformersDmitry Petrashko2014-03-131-0/+117
* Improve test infrastructureMartin Odersky2014-03-101-2/+16
* Tree Transformer&TreeTransform:Dmitry Petrashko2014-03-061-0/+179
* For some tests context is required, it should be passed to checker phase.Dmitry Petrashko2014-03-032-19/+29
* Merge pull request #31 from DarkDimius/testsDarkDimius2014-03-022-0/+40
|\
| * Infrastructure for per-phase tests, with inline source as a string.Dmitry Petrashko2014-03-012-0/+40
|/
* 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