aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1678 from Blaisorblade/sync-diagramsGuillaume Martres2016-11-121-3/+8
|\ \ | |/ |/| Resync copy of the type diagram in docs
| * Resync copy of the type diagram in docsPaolo G. Giarrusso2016-11-071-3/+8
| | | | | | | | | | | | | | Also add a note that the two diagrams should be kept in sync, both ways, so there's a chance that the copies are kept in sync. Alternatively one could drop a copy.
* | Update feature list on webpageFelix Mulder2016-11-091-7/+2
|/
* Fix highlighting in search, add highlights in forwarding linksFelix Mulder2016-11-077-21/+78
|
* Fix #1675: add `edit on github` buttonFelix Mulder2016-11-073-0/+11
|
* Fix #1674: add search to doc siteFelix Mulder2016-11-0722-46/+179
|
* Fix #1668 - add encoding for default docs layoutdos652016-11-061-0/+2
|
* Remove broken link in docs indexFelix Mulder2016-10-311-1/+1
|
* Change base-url, so dotty.epfl.ch can build masterFelix Mulder2016-10-311-1/+1
|
* Change base url to match new CNAME from dotty.epfl.chFelix Mulder2016-10-311-1/+1
|
* Create CNAMEFelix Mulder2016-10-311-0/+1
|
* Use => instead of -> for PolyTypesMartin Odersky2016-10-121-1/+1
| | | | | | If PolyTypes are to become value types we want to keep `=>` as the arrow for consistency. `->` should be reserved for PolyTypes that do not have side effects on instantiation.
* Merge pull request #1582 from cvogt/patch-2Felix Mulder2016-10-111-0/+1
|\ | | | | linking cbt usage, merge after #1581
| * linking cbt usage, merge after #1581Jan Christopher Vogt2016-10-111-0/+1
| |
* | cbt dotty usageJan Christopher Vogt2016-10-111-0/+19
|/
* Migrate dotty.epfl.ch to static site in repositoryFelix Mulder2016-10-0733-29/+4338
|
* Fix gh pages config fileFelix Mulder2016-10-061-1/+1
|
* Append baseurl to necessary linksFelix Mulder2016-10-062-19/+19
|
* Remove relative links for markdown pluginFelix Mulder2016-10-064-270/+9
| | | | | This plugin caused the Github site builder to kill the build (github has a limited number of trusted plugins - this wasn't one of them).
* Warn users about outdated HK schemeFelix Mulder2016-10-061-1/+5
|
* Add Jekyll as static site generatorFelix Mulder2016-10-0639-109/+768
|
* Add posts from dotty-websiteFelix Mulder2016-10-066-12/+471
|
* Add index.mdFelix Mulder2016-10-062-0/+31
|
* Move wiki into docs dirFelix Mulder2016-10-0621-643/+1493
|
* Add inline for valsMartin Odersky2016-10-021-2/+3
| | | | | | | | | | - allow inline as an alternative to final for vals (final is retained for backwards compatibility for now) - allow inline for parameters - check that rhs of inline value has a constant type - check that arguments to inline value parameters have constant type - check that inline members are not deferred - make inline members effectively final
* Eliminate SelectFromTypeTree from docsMartin Odersky2016-09-251-1/+1
|
* Fix #1396: Modify parser to allow wildcard types everywhereClemens Winter2016-08-011-6/+6
|
* Drop restriction to 2nd order hk typesMartin Odersky2016-07-121-2/+3
| | | | Allow hk type parameters to be higher kinded themselves.
* New type lambda scheme for hk typesMartin Odersky2016-07-111-1/+1
|
* PolishingMartin Odersky2016-04-011-10/+11
|
* Add linksMartin Odersky2016-04-011-6/+14
|
* New article: dotc's overall structureMartin Odersky2016-04-011-0/+165
|
* add syntax highlightingMartin Odersky2016-04-011-0/+4
|
* fix typoMartin Odersky2016-04-011-1/+1
|
* Fix typoMartin Odersky2016-04-011-1/+1
|
* Add more material to periods.mdMartin Odersky2016-04-011-1/+39
|
* First of a series of compiler design documentsMartin Odersky2016-04-011-0/+52
|
* Allow Named Arguments in TypeArgsMartin Odersky2016-02-191-1/+1
| | | | Lets one also pass named arguments to methods.
* First version of named type argumentsMartin Odersky2016-02-191-1/+3
|
* Fix parsing of blocks that end in an importMartin Odersky2015-12-191-1/+1
|
* fix typosMartin Odersky2015-10-231-8/+8
|
* fix typosMartin Odersky2015-10-231-2/+4
|
* fix typosMartin Odersky2015-10-231-3/+3
|
* fix typosMartin Odersky2015-10-231-2/+2
|
* Draft blog postMartin Odersky2015-10-231-0/+61
|
* Make it a syntactic criterion whether a literal is a legal typeMartin Odersky2015-08-241-2/+3
| | | | | Introduce a new non-terminal "SimpleLiteral". Only SimpleLiterals can be types.
* Update SyntaxSummary to take into account SIP 23.Martin Odersky2015-08-231-0/+1
|
* Typo fixsenia-psm2015-08-141-1/+1
|
* Typo fix in trait Lambda$II definitionsenia-psm2015-08-141-1/+1
|
* Disallow {...} arguments for annotationsMartin Odersky2015-05-211-1/+1
| | | | | This mimics scalac's behavior (but not the official syntax; in fact the official syntax seems to be ambiguous.