aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast
Commit message (Expand)AuthorAgeFilesLines
* File name renamingMartin Odersky2013-11-282-0/+0
* Final set of Types tweaksMartin Odersky2013-11-251-2/+2
* Cleanup of TermRef.withSym and TypeRef.withSymMartin Odersky2013-11-251-2/+2
* Cleanup of named type creation from SymDenotations.Martin Odersky2013-11-232-12/+12
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-224-12/+12
* Various cleanupsMartin Odersky2013-11-181-6/+5
* Converting most uses of NamedType to select.Martin Odersky2013-11-151-15/+13
* Tweak to Coder testMartin Odersky2013-11-151-1/+1
* Bringing underlyingIfRepeated up-to-dateMartin Odersky2013-11-111-1/+1
* Fixing NoPosition leaksMartin Odersky2013-11-071-10/+34
* Changing for-expansion for irrefutable patterns.Martin Odersky2013-11-061-10/+33
* Fallback to old treatement of tuples.Martin Odersky2013-11-041-5/+22
* Upgraded handling of positionsMartin Odersky2013-11-041-5/+32
* Fixing a bug in TypedTrees.Martin Odersky2013-11-031-1/+1
* Adding simplification and fixing a variance problem.Martin Odersky2013-11-031-2/+7
* Fixed unpickling of polymorphic constructors.Martin Odersky2013-10-271-5/+11
* Fixed handling of varargsMartin Odersky2013-10-263-11/+12
* Flipping the logic to determine type leaksMartin Odersky2013-10-241-1/+1
* Parsing and desugaring fixes for blocks.Martin Odersky2013-10-241-0/+8
* Fix: Symbols and interpolated strings are term trees.Martin Odersky2013-10-241-2/+2
* Several bug fixes to typer and classfile reader.Martin Odersky2013-09-284-9/+16
* Added isRef method to determine whether a type is a typeref that refers to a ...Martin Odersky2013-09-261-1/+1
* Bug fixes and improvements in error diagnostics.Martin Odersky2013-09-161-5/+5
* Reverting explicit arguments for zipoped/unzipMartin Odersky2013-08-291-4/+12
* Fixed bugs related to typechecking closures.Martin Odersky2013-08-272-4/+5
* Inserts AnyRef as a parent if parents of class def or module def are empty.Martin Odersky2013-08-251-8/+9
* Fixed two problems that lead to over-zealous lifting.Martin Odersky2013-08-231-2/+5
* Fixes expansion and general handling of pattern defs.Martin Odersky2013-08-232-49/+56
* More typer bug fixes and improvements in error messagesMartin Odersky2013-08-223-7/+10
* Various bug fixes for typer.Martin Odersky2013-08-221-1/+1
* Fixing leak logic by turning a key predicate around.Martin Odersky2013-08-221-4/+4
* Some additions to module completionMartin Odersky2013-08-191-1/+1
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-192-5/+13
* Defined root context with importsMartin Odersky2013-08-171-6/+0
* Changed desugaring of modulesMartin Odersky2013-08-171-2/+1
* Eliminating getter generation in namer/typer.Martin Odersky2013-08-162-20/+9
* Various bugfixes for namer/typer/treesMartin Odersky2013-08-163-36/+37
* Finished rest of typer.Martin Odersky2013-08-103-41/+9
* Added typing of all forms of type trees.Martin Odersky2013-08-102-8/+23
* Typing of SeqLiteralsMartin Odersky2013-08-095-14/+25
* Added support for pattern variables and Bind.Martin Odersky2013-08-091-0/+14
* Typing of try and throw statements.Martin Odersky2013-08-081-1/+19
* Typing of return statements.Martin Odersky2013-08-081-0/+3
* Implementation of match/case def including GADT pattern matching.Martin Odersky2013-08-082-4/+6
* Revised typed ClassDef construction.Martin Odersky2013-08-051-10/+8
* Type checking function trees and closures.Martin Odersky2013-08-055-33/+52
* Handling typevars in inference.Martin Odersky2013-08-015-35/+45
* Splitting creation methods out between tpd and untpd.Martin Odersky2013-07-283-206/+189
* Redesign of trees.Martin Odersky2013-07-276-962/+1070
* More typer logic, in particular dealing with variants of applicationsMartin Odersky2013-07-254-73/+86