Skip to content

Commit 506c13a

Browse files
authored
mv history into Readme since history is important (#5047)
1 parent 484d461 commit 506c13a

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

History.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,21 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
2020

2121
## [Roadmap](https://github.com/rescript-lang/rescript-compiler/wiki)
2222

23+
## History
24+
25+
This project was originally created by [Hongbo Zhang](https://github.com/bobzhang) in 2015 and
26+
still actively maintained by Hongbo Zhang hosted at
27+
[here](https://github.com/rescript-lang/rescript-compiler)
28+
29+
It was named BuckleScript and rebranded into [ReScript](https://rescript-lang.org/) in 2020.
30+
The major contributions from contributors include super_errors from
31+
[Cheng](https://github.com/chenglou) and [Cristiano](https://github.com/cristianoc), react_jsx_ppx from [Ricky](https://github.com/rickyvetter).
32+
Cristiano also contributed to several important patches in the upstream native compiler,
33+
in particular, the pattern match compilation.
34+
35+
More details are available [here](https://github.com/rescript-lang/rescript-compiler/graphs/contributors).
36+
37+
2338
## Licensing
2439

2540
See [COPYING](./COPYING) and [COPYING.LESSER](./COPYING.LESSER)
@@ -30,6 +45,6 @@ Refer to its copyright and license notices for information about its licensing.
3045
The `vendor/ninja.tar.gz` contains the vendored [ninja](https://github.com/ninja-build/ninja).
3146
Refer to its copyright and license notices for information about its licensing.
3247

33-
Note that OSS is for sharing of knowledge, but the authorship should be respected. Copyright headers in each file, Acknowledgements section in this file and [History](./History.md) should be kept **intact**.
48+
Note that OSS is for sharing of knowledge, but the authorship should be respected. Copyright headers in each file, Acknowledgements and History section in this file should be kept **intact**.
3449

3550
See [Credits](./Credits.md) for more details.

0 commit comments

Comments
 (0)