From 18882a5d64296c4c856bcd5a78d6786b82470277 Mon Sep 17 00:00:00 2001 From: odersky Date: Sun, 23 Feb 2014 11:56:07 +0100 Subject: Update AUTHORS.md --- AUTHORS.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'AUTHORS.md') diff --git a/AUTHORS.md b/AUTHORS.md index b2c747f50..84230bf92 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -3,45 +3,45 @@ that the list of contributors to the codebase will grow quickly. Dotty draws ins Scala compiler "nsc", which is developed at [scala/scala](https://github.com/scala/scala). The majority of the dotty codebase is new code, with the exception of the components listed below. We have for each component tried to -come up with a list of the original authors in the `scala/scala` codebase. Apologies if some major authors were omitted +come up with a list of the original authors in the [scala/scala](https://github.com/scala/scala) codebase. Apologies if some major authors were omitted by oversight. `dotty.tools.dotc.ast` -The syntax tree handling is mostly new, but some elements, such as the idea of tree copiers and the `TreeInfo` module, were adopted from `scala/scala`. +The syntax tree handling is mostly new, but some elements, such as the idea of tree copiers and the `TreeInfo` module, were adopted from [scala/scala](https://github.com/scala/scala). The original authors of these parts included Martin Odersky, Paul Phillips and Matthias Zenger. `dotty.tools.dotc.config` -> The configuration components were adapted and extended from `scala/scala`. +> The configuration components were adapted and extended from [scala/scala](https://github.com/scala/scala). > The original sources were authored by Paul Phillips with contributions from Martin Odersky, Miguel Garcia and others. `dotty.tools.dotc.core` -> The core data structures and operations are mostly new. Some parts (e.g. those dealing with names) were adapted from `scala/scala`. +> The core data structures and operations are mostly new. Some parts (e.g. those dealing with names) were adapted from [scala/scala](https://github.com/scala/scala). > These were originally authored by Martin Odersky, Adriaan Moors, Jason Zaugg, Paul Phillips, Eugene Burmako and others. `dotty.tools.dotc.core.pickling` -> The classfile readers were adapted from the Scala compiler. Original authors were Martin Odersky, Iulian Dragos, Matthias Zenger and others. +> The classfile readers were adapted from the current Scala compiler. Original authors were Martin Odersky, Iulian Dragos, Matthias Zenger and others. `dotty.tools.dotc.parsing` -> The lexical and syntactic analysis components were adapted from the Scala compiler. They were originally authored by Martin Odersky, +> The lexical and syntactic analysis components were adapted from the current Scala compiler. They were originally authored by Martin Odersky, > Burak Emir, Paul Phillips, Adriaan Moors, Lex Spoon, Sean McDermid and others. `dotty.tools.dotc.reporting` -> Adapted from `scala/scala` with some heavy modifications. They were originally authored by Matthias Zenger, Martin Odersky, +> Adapted from [scala/scala](https://github.com/scala/scala) with some heavy modifications. They were originally authored by Matthias Zenger, Martin Odersky, and others. `dotty.tools.dotc.typer` -> Some minor components (e.g. the ConstantFolder) were adapted from `scala/scala`. The rest is new. +> Some minor components (e.g. the ConstantFolder) were adapted from the current Scala compiler. The rest is new. `dotty.tools.dotc.util` -> The utilities package is a mix of new and adapted components. The files in `scala/scala` were originally authored by many people, +> The utilities package is a mix of new and adapted components. The files in [scala/scala](https://github.com/scala/scala) were originally authored by many people, > including Paul Phillips, Martin Odersky, Sean McDermid, and others. `dotty.tools.io` -- cgit v1.2.3