aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS.md
diff options
context:
space:
mode:
authorodersky <odersky@gmail.com>2014-02-23 11:56:07 +0100
committerodersky <odersky@gmail.com>2014-02-23 11:56:07 +0100
commit18882a5d64296c4c856bcd5a78d6786b82470277 (patch)
tree86de726c8c0227d9486cc11c3c9213ea1376f0cd /AUTHORS.md
parente33fad388d4c8caa784dca32b50c75a17ba3d515 (diff)
downloaddotty-18882a5d64296c4c856bcd5a78d6786b82470277.tar.gz
dotty-18882a5d64296c4c856bcd5a78d6786b82470277.tar.bz2
dotty-18882a5d64296c4c856bcd5a78d6786b82470277.zip
Update AUTHORS.md
Diffstat (limited to 'AUTHORS.md')
-rw-r--r--AUTHORS.md18
1 files changed, 9 insertions, 9 deletions
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`