Skip to content

Commit ddd2a1b

Browse files
authored
Merge pull request #2629 from dotty-staging/fix-dates
Fix dates
2 parents dac7df2 + e0660b9 commit ddd2a1b

7 files changed

+7
-0
lines changed

docs/blog/_posts/2015-10-23-dotty-compiler-bootstraps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ author: Martin Odersky and Dmitry Petrashko
44
title: "We got liftoff!"
55
subTitle: The Dotty compiler for Scala bootstraps.
66
excerpt_separator: <!--more-->
7+
date: 2015-10-23
78
---
89

910
The [Dotty project](https://github.com/lampepfl/dotty)

docs/blog/_posts/2016-01-02-new-year-resolutions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: blog-page
33
title: New Year Resolutions
44
author: Martin Odersky
55
authorImg: /images/martin.jpg
6+
date: 2016-01-02
67
---
78

89
For most of us, the change of the year is an occasion for thinking

docs/blog/_posts/2016-02-03-essence-of-scala.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: blog-page
33
title: The Essence of Scala
44
author: Martin Odersky
55
authorImg: /images/martin.jpg
6+
date: 2016-02-03
67
---
78

89
What do you get if you boil Scala on a slow flame and wait until all

docs/blog/_posts/2016-02-17-scaling-dot-soundness.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: blog-page
33
title: Scaling DOT to Scala - Soundness
44
author: Martin Odersky
55
authorImg: /images/martin.jpg
6+
date: 2016-02-17
67
---
78

89
In my [last

docs/blog/_posts/2016-05-05-multiversal-equality.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: blog-page
33
title: Multiversal Equality for Scala
44
author: Martin Odersky
55
authorImg: /images/martin.jpg
6+
date: 2016-05-05
67
---
78

89
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.

docs/blog/_posts/2016-12-05-implicit-function-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: blog-page
33
title: Implicit Function Types
44
author: Martin Odersky
55
authorImg: /images/martin.jpg
6+
date: 2016-12-05
67
---
78

89
I just made the [first pull request](https://github.com/lampepfl/dotty/pull/1775) to add _implicit function types_ to

docs/blog/_posts/2017-05-31-first-dotty-milestone-release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: blog-page
33
title: Announcing Dotty 0.1.2-RC1, a major step towards Scala 3
44
author: Dmytro Petrashko
55
authorImg: /images/petrashko.jpg
6+
date: 2017-05-31
67
---
78

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

0 commit comments

Comments
 (0)