aboutsummaryrefslogtreecommitdiff
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1761 from dotty-staging/topic/product-showFelix Mulder2016-12-142-0/+171
|\ | | | | [REPL] Add show capability to common types
| * Use Nil.type and None.type instead of superclassesFelix Mulder2016-12-011-4/+4
| |
| * Fix tasty bootstrapFelix Mulder2016-12-011-12/+12
| |
| * Add documentation to `Show`Felix Mulder2016-11-301-3/+10
| |
| * Get rid of null in evidence paramFelix Mulder2016-11-301-3/+6
| |
| * Optimize `Show[String]` instanceFelix Mulder2016-11-301-10/+14
| |
| * Get rid of nesting implicitsFelix Mulder2016-11-302-31/+25
| |
| * Fix `Option[Nothing]` showFelix Mulder2016-11-301-2/+1
| |
| * Add basic Show capabilityFelix Mulder2016-11-302-0/+164
| |
* | Adress reviewers commentsMartin Odersky2016-12-011-8/+0
| |
* | Add missing fileMartin Odersky2016-11-301-0/+17
| |
* | Create FunctionN types on demandMartin Odersky2016-11-298-163/+0
|/ | | | | | We know create FunctionN types on demand whenever their name is looked up in the scope of package `scala`. This obviates the need to predefine function traits 23 to 30.
* Move sjs, make sure that partest compiles everything in dirsFelix Mulder2016-11-221-0/+198
|
* Create dotty-lib.jar for run testsFelix Mulder2016-11-221-4/+3
|
* separate lib from compilerFelix Mulder2016-11-22162-0/+4761