Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc-tool/resources/_layouts/main.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- This page was last generated on {{ page.date | date: "%b-%d-%Y" }} -->
<!-- This page was last generated on {{ page.date | date: "%Y-%B-%d %H:%M" }} -->
<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/_posts/2015-10-23-dotty-compiler-bootstraps.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: Martin Odersky and Dmitry Petrashko
title: "We got liftoff!"
subTitle: The Dotty compiler for Scala bootstraps.
excerpt_separator: <!--more-->
date: 2015-10-23
date: 2015-10-23 00:00:00
---

The [Dotty project](https://github.com/lampepfl/dotty)
Expand Down
6 changes: 1 addition & 5 deletions docs/blog/_posts/2016-01-02-new-year-resolutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: blog-page
title: New Year Resolutions
author: Martin Odersky
authorImg: /images/martin.jpg
date: 2016-01-02
date: 2016-01-02 00:00:00
---

For most of us, the change of the year is an occasion for thinking
Expand Down Expand Up @@ -60,7 +60,3 @@ simpler: The language, its foundations, its libraries. I hope you
will join me in that venture.

With that thought, I wish you a happy new year 2016.




3 changes: 1 addition & 2 deletions docs/blog/_posts/2016-02-03-essence-of-scala.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: blog-page
title: The Essence of Scala
author: Martin Odersky
authorImg: /images/martin.jpg
date: 2016-02-03
date: 2016-02-03 00:00:00
---

What do you get if you boil Scala on a slow flame and wait until all
Expand Down Expand Up @@ -143,4 +143,3 @@ project are important.
either to increase our confidence that they are indeed sound, or
to show that they are unsound. In my next blog I will
present some of the issues we have discovered through that exercise.

9 changes: 1 addition & 8 deletions docs/blog/_posts/2016-02-17-scaling-dot-soundness.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: blog-page
title: Scaling DOT to Scala - Soundness
author: Martin Odersky
authorImg: /images/martin.jpg
date: 2016-02-17
date: 2016-02-17 00:00:00
---

In my [last
Expand Down Expand Up @@ -150,10 +150,3 @@ should make sure not to back-slide. And if the experience of the past
10 years has taught us one thing, it is that the meta theory of type
systems has many more surprises in store than one might think. That's
why mechanical proofs are essential.







2 changes: 1 addition & 1 deletion docs/blog/_posts/2016-05-05-multiversal-equality.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: blog-page
title: Multiversal Equality for Scala
author: Martin Odersky
authorImg: /images/martin.jpg
date: 2016-05-05
date: 2016-05-05 00:00:00
---

I have been working recently on making equality tests using `==` and `!=` safer in Scala. This has led to a [Language Enhancement Proposal](https://github.com/lampepfl/dotty/issues/1247) which I summarize in this blog.
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/_posts/2016-12-05-implicit-function-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: blog-page
title: Implicit Function Types
author: Martin Odersky
authorImg: /images/martin.jpg
date: 2016-12-05
date: 2016-12-05 00:00:00
---

I just made the [first pull request](https://github.com/lampepfl/dotty/pull/1775) to add _implicit function types_ to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: blog-page
title: Announcing Dotty 0.1.2-RC1, a major step towards Scala 3
author: Dmytro Petrashko
authorImg: /images/petrashko.jpg
date: 2017-05-31
date: 2017-05-31 00:00:00
---

Today, we are excited to release Dotty version 0.1.2-RC1. This release
Expand Down