aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* showcase #941Dmitry Petrashko2015-11-101-0/+4
* Showcase #942Dmitry Petrashko2015-11-101-0/+4
* Add more collections that compileDmitry Petrashko2015-11-101-0/+14
* Showcase #940Dmitry Petrashko2015-11-101-0/+2
* Add Map and MapLikeDmitry Petrashko2015-11-101-0/+3
* Showcase #939Dmitry Petrashko2015-11-101-0/+3
* Try to add ListMap and ListSetDmitry Petrashko2015-11-101-0/+7
* Showcase #939Dmitry Petrashko2015-11-101-0/+3
* Start adding more immutable collections.Dmitry Petrashko2015-11-101-0/+8
* Add more classes that compileDmitry Petrashko2015-11-101-0/+21
* One more cyclic reference.Dmitry Petrashko2015-11-101-0/+3
* One more manifestation of #916Dmitry Petrashko2015-11-101-0/+5
* Showcase #938Dmitry Petrashko2015-11-101-0/+2
* One more cyclic reference.Dmitry Petrashko2015-11-101-0/+7
* Add more collections that compileDmitry Petrashko2015-11-101-2/+25
* Showcase #937Dmitry Petrashko2015-11-101-3/+13
* Disable compilation of GenSeq and GenSeqLike.Dmitry Petrashko2015-11-101-0/+4
* Showcase #935Dmitry Petrashko2015-11-101-1/+0
* Add more collections to whitelist.Dmitry Petrashko2015-11-101-0/+9
* Check that Iterator.scala compiles on jenkins.Dmitry Petrashko2015-11-102-4/+5
* Merge pull request #928 from dotty-staging/stdlib-definitionsDmitry Petrashko2015-11-1058-562/+756
|\
| * Get more info on HeisenbugsMartin Odersky2015-11-092-1/+21
| * Print missing ref diagnostics on stderrMartin Odersky2015-11-091-2/+2
| * Avoid cyclic reference errors when unpickling classesMartin Odersky2015-11-093-7/+16
| * Don't inspect info when dealiasing classesMartin Odersky2015-11-091-2/+3
| * Better diagnosis from completions printerMartin Odersky2015-11-092-1/+13
| * More info when TreeChecker failsMartin Odersky2015-11-091-1/+1
| * Trying to get more diagnostics out of TreeCheckerMartin Odersky2015-11-091-0/+4
| * Make dir.list synchronized.Martin Odersky2015-11-091-2/+5
| * More refined Retyping tracingMartin Odersky2015-11-091-3/+4
| * Disable "Exception while typing" trace in retyper.Martin Odersky2015-11-091-2/+2
| * Generalize MultiArrayOf to arrays of wildcardsMartin Odersky2015-11-093-36/+36
| * Avoid taking references before toplevel symbols are entered.Martin Odersky2015-11-096-32/+30
| * Enable compilation of primitive types.Martin Odersky2015-11-091-12/+10
| * Don't try to transform sources of primitive value classes after FrontEnd.Martin Odersky2015-11-091-1/+14
| * Make symbol methods in Definitions depend on implicit contextMartin Odersky2015-11-093-104/+121
| * Rename AnnotRef -> AnnotTypeMartin Odersky2015-11-093-58/+57
| * Shorten ..Class.typeRef to ..TypeMartin Odersky2015-11-0917-43/+43
| * Fix dotty compilation problem in DefinitionsMartin Odersky2015-11-091-4/+4
| * Renamings in DefinitionsMartin Odersky2015-11-0920-163/+140
| * Avoid overhead of generating symbol sets on each accessMartin Odersky2015-11-0912-36/+49
| * Make Set[TypeRef]s privateMartin Odersky2015-11-091-5/+5
| * Remove/hide value class mapsMartin Odersky2015-11-092-17/+14
| * Move refType/Class maps from Definitions to CapturedVarsMartin Odersky2015-11-092-20/+27
| * Make BoxedUnit_UNIT a defMartin Odersky2015-11-091-2/+1
| * Match on _name rather than TypeRef in scalaPrimitivesMartin Odersky2015-11-092-32/+32
| * Standardize requiredMethod callsMartin Odersky2015-11-095-44/+34
| * Standardize naming and definition order of annotation classesMartin Odersky2015-11-093-28/+28
| * Use more standard way to define LanguageModuleClassMartin Odersky2015-11-091-3/+3
| * Make isPolymorphicAfterErasure a methodMartin Odersky2015-11-091-2/+2