Skip to content

Fix dates #2629

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2017
Merged
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
1 change: 1 addition & 0 deletions docs/blog/_posts/2015-10-23-dotty-compiler-bootstraps.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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
---

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

For most of us, the change of the year is an occasion for thinking
Expand Down
1 change: 1 addition & 0 deletions docs/blog/_posts/2016-02-03-essence-of-scala.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: blog-page
title: The Essence of Scala
author: Martin Odersky
authorImg: /images/martin.jpg
date: 2016-02-03
---

What do you get if you boil Scala on a slow flame and wait until all
Expand Down
1 change: 1 addition & 0 deletions docs/blog/_posts/2016-02-17-scaling-dot-soundness.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: blog-page
title: Scaling DOT to Scala - Soundness
author: Martin Odersky
authorImg: /images/martin.jpg
date: 2016-02-17
---

In my [last
Expand Down
1 change: 1 addition & 0 deletions docs/blog/_posts/2016-05-05-multiversal-equality.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: blog-page
title: Multiversal Equality for Scala
author: Martin Odersky
authorImg: /images/martin.jpg
date: 2016-05-05
---

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
1 change: 1 addition & 0 deletions docs/blog/_posts/2016-12-05-implicit-function-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: blog-page
title: Implicit Function Types
author: Martin Odersky
authorImg: /images/martin.jpg
date: 2016-12-05
---

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,6 +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
---

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