aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Filter out ProductX when X > 3 in package viewFelix Mulder2016-08-191-1/+7
* Adjust font configuration for finalized package viewFelix Mulder2016-08-191-7/+19
* Add companions to package view w ability to choose between themFelix Mulder2016-08-192-10/+74
* Filter out companion objects from package-viewFelix Mulder2016-08-191-14/+19
* Split implementation to internal mutable and external interfaceFelix Mulder2016-08-1919-228/+280
* Move member rendering back to client (for event listeners)Felix Mulder2016-08-199-135/+157
* Move dynamically generated content to JVM sideFelix Mulder2016-08-1918-104/+3481
* Fix packages not ending up in `packages` map in Phases.scalaFelix Mulder2016-08-197-60/+63
* Add initial return values to members - to be updatedFelix Mulder2016-08-196-83/+136
* Fix package list linksFelix Mulder2016-08-193-15/+27
* Add recursive CLI args, move other doc argsFelix Mulder2016-08-193-63/+81
* Add the scaladoc CLI args that make sense for dottydocFelix Mulder2016-08-194-5/+68
* Improve layout with search and replace confusing Packages titleFelix Mulder2016-08-192-11/+50
* Minify cssFelix Mulder2016-08-192-125/+2
* Add command alias for dottydocFelix Mulder2016-08-191-2/+2
* Add summary comment, cleanupFelix Mulder2016-08-198-41/+84
* Fix compilation for multiple sourcesFelix Mulder2016-08-195-7/+34
* Add module member lookupFelix Mulder2016-08-1912-170/+380
* Port cooking of strings from NSCFelix Mulder2016-08-1912-35/+619
* Add project and impl for initial barebones dottydocFelix Mulder2016-08-1924-0/+1790
* Merge pull request #1452 from dotty-staging/fix-#1432Guillaume Martres2016-08-174-2/+18
|\
| * Fix #1432: Fix desugaring of Bind(WILDCARD, _).Nicolas Stucki2016-08-154-2/+18
* | Merge pull request #1455 from dotty-staging/tests2Guillaume Martres2016-08-1719-30/+40
|\ \
| * | Add passing testsMartin Odersky2016-08-1710-2/+2
| * | Fix eta expansion for deeply curried methodsMartin Odersky2016-08-173-23/+6
| * | Harden copmpareHkApply for ill-typed programsMartin Odersky2016-08-174-4/+29
| * | Add clause for HKApply in TypeAssigner#avoidMartin Odersky2016-08-172-1/+3
|/ /
* | Merge pull request #1434 from dotty-staging/fix-#1430Guillaume Martres2016-08-1738-358/+565
|\ \
| * | Fix merge conflictMartin Odersky2016-08-171-6/+6
| * | Don't omit scala. from fullNameString.Martin Odersky2016-08-161-1/+1
| * | Don't print $ suffixes of module classesMartin Odersky2016-08-161-1/+4
| * | Don't print REPL prefixes.Martin Odersky2016-08-161-0/+4
| * | Don't disambiguate aliasesMartin Odersky2016-08-161-11/+11
| * | Catch exceptions only in i-interpolator.Martin Odersky2016-08-162-6/+2
| * | Fix readLine in TestREPL to align with Ammonite readerMartin Odersky2016-08-163-4/+86
| * | New string infterpolatorsMartin Odersky2016-08-1631-349/+420
| * | Error message for illegal self type (#1424)Martin Odersky2016-08-162-1/+4
| * | Suspend interpolating typevars when there are unreported errors.Martin Odersky2016-08-162-6/+40
| * | Fix #1430: Avoid constrained polyparams in error messageMartin Odersky2016-08-161-1/+15
* | | Merge pull request #1438 from olafurpg/fix-1437/dotc-error-handlingFelix Mulder2016-08-161-1/+14
|\ \ \ | |/ / |/| |
| * | Fix #1437: handle build failure in bin/dotc.Ólafur Páll Geirsson2016-08-021-1/+14
* | | Merge pull request #1445 from dotty-staging/fix-#1442Dmitry Petrashko2016-08-154-1/+86
|\ \ \
| * | | t4859: update the check file.Dmitry Petrashko2016-08-091-1/+1
| * | | SelectStatic: do not promote types-qualifiers.Dmitry Petrashko2016-08-091-1/+1
| * | | SelectStatic: retain symbols on overloaded selectsDmitry Petrashko2016-08-091-2/+1
| * | | SelectStatic: also normalise TypeApply nodes.Dmitry Petrashko2016-08-091-0/+6
| * | | SelectStatic: do not create blocks that are qualifier of select\applyDmitry Petrashko2016-08-091-11/+27
| * | | Fix SelectStatic: do not lift java statics to free idents.Dmitry Petrashko2016-08-091-1/+3
| * | | Fix NoDenotation.owner in SelectStatic.Dmitry Petrashko2016-08-091-3/+3
| * | | Test that #1442 is fixed.Dmitry Petrashko2016-08-091-0/+24