aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Definitions.scala
Commit message (Expand)AuthorAgeFilesLines
* New version of eta-expansion.Martin Odersky2013-12-281-1/+3
* Fix for denotsNamed.Martin Odersky2013-12-251-2/+2
* Typing by-name parameters with ExprTypes.Martin Odersky2013-12-221-2/+2
* Normalize parents to be class refsMartin Odersky2013-12-221-3/+3
* Change to computing arguments in a pattern match.Martin Odersky2013-12-191-0/+3
* Bringing isFunctionType in line with isTupleTypeMartin Odersky2013-12-171-3/+6
* Fixes to type applications and unapply.Martin Odersky2013-12-021-1/+1
* Cleanup of TermRef.withSym and TypeRef.withSymMartin Odersky2013-11-251-1/+1
* Types refactoringsMartin Odersky2013-11-251-1/+1
* Cleanup of named type creation from SymDenotations.Martin Odersky2013-11-231-1/+1
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-221-36/+36
* Fixing several type checking problems.Martin Odersky2013-11-061-0/+5
* Fallback to old treatement of tuples.Martin Odersky2013-11-041-1/+1
* Changing the type of pairs to be scala.Tuple2.Martin Odersky2013-11-031-1/+1
* Fixed handling of varargsMartin Odersky2013-10-261-12/+11
* Emprt package is now a member of Root package, not just owned by it.Martin Odersky2013-08-221-2/+3
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-191-2/+5
* Making definitions permanentMartin Odersky2013-08-171-20/+24
* Refined treatment of unapplyMartin Odersky2013-08-061-5/+5
* More typer logic, in particular dealing with variants of applicationsMartin Odersky2013-07-251-1/+4
* Added scheme to disabled implicit imports (not just Predef) if an explicit on...Martin Odersky2013-07-231-0/+2
* Added eta-expansion.Martin Odersky2013-07-221-8/+13
* Added code for adapt and more.Martin Odersky2013-07-211-10/+28
* Added functionality to deal with function applications.Martin Odersky2013-07-111-2/+12
* Integrated new treatment of higher-kinded types with Unpickler.Martin Odersky2013-06-071-54/+27
* Added support for eliminating type parameters from TypeDefs.Martin Odersky2013-06-071-5/+52
* wip, because I have to get off this machine.Martin Odersky2013-05-301-1/+1
* Added desugaring.Martin Odersky2013-05-221-1/+0
* Added symbolic XML builderMartin Odersky2013-04-191-0/+1
* Added some predefined methods in Definitions.Martin Odersky2013-04-191-89/+167
* Scanners added.Martin Odersky2013-04-171-1/+1
* Re-organized comparisons of types with classes.Martin Odersky2013-04-101-2/+2
* Renamed creation methods of NamedTypesMartin Odersky2013-04-091-1/+1
* Changes to pre complete declsMartin Odersky2013-04-071-1/+1
* Ensures ScalaValueClasses are properly initialized.Martin Odersky2013-04-051-2/+12
* Some more fixes of classfile reading.Martin Odersky2013-03-261-1/+1
* More fixes for classfile reading.Martin Odersky2013-03-251-1/+7
* Fixes fingerprint problems.Martin Odersky2013-03-241-1/+1
* Attempt to fix fingerprint problem (disabled for now)Martin Odersky2013-03-231-1/+1
* More changes for higher-kinded types emulation.Martin Odersky2013-03-181-15/+26
* Cleanup of higher-kinded types treatmentMartin Odersky2013-03-181-4/+5
* Added emulation of higher-kinded types.Martin Odersky2013-03-171-1/+35
* Various fixes to make classfile loading work.Martin Odersky2013-03-151-1/+1
* Defining standard dotty classes used in Definitions.Martin Odersky2013-03-141-3/+2
* Improvements to stub handling.Martin Odersky2013-03-141-11/+9
* Various fixes to get past Definitions#init.Martin Odersky2013-03-131-12/+15
* First steps to make compiler start work.Martin Odersky2013-03-111-1/+1
* Some refinements for priningMartin Odersky2013-03-071-1/+2
* Split scopes into immutable and mutable parts.Martin Odersky2013-03-031-1/+1
* Cleanup of flagsMartin Odersky2013-02-271-0/+1