summaryrefslogtreecommitdiff
path: root/COPYRIGHT
Commit message (Collapse)AuthorAgeFilesLines
* Update COPYRIGHT fileManish Goregaokar2022-10-301-0/+50
|
* Update the LLVM license mentioned in COPYRIGHTWesley Wiser2022-09-231-42/+271
| | | | | | LLVM has relicensed their codebase. Remove the old UIUC license text from the LLVM section and include the licensing text used by LLVM itself.
* Remove mentions of libbacktrace from COPYRIGHTWesley Wiser2022-09-231-38/+0
| | | | | | | | Use of libbacktrace was removed in 06d565c967bfb7c6ff52a991bbe47b4a2a25de3e where we switched to using the gimili library instead. Note: the backtrace submodule located at library/backtrace points to backtrace-rs which removed support for using libbacktrace in https://github.com/rust-lang/backtrace-rs/pull/423.
* Remove mention of "compiler-rt" from COPYRIGHT fileWesley Wiser2022-09-231-81/+0
| | | | | | | | The compiler-rt dependency was removed in 7e6c9f363501c49d3a1f666d85d41891f50890b8 in favor of a vendored dependency on rust-lang/compiler-builtins (dual UIUC and MIT licensed). That vendored dependency was converted to a regular Cargo dependency in 4c21a3bc2afc5933f31f1368f6b3406c5f1bdeb3.
* Rebase to the llvm-project monorepoJosh Stone2019-01-251-3/+3
| | | | | | | | The new git submodule src/llvm-project is a monorepo replacing src/llvm and src/tools/{clang,lld,lldb}. This also serves as a rebase for these projects to the new 8.x branch from trunk. The src/llvm-emscripten fork is unchanged for now.
* src/jemalloc is gone, remove its mention from COPYRIGHTSimonSapin-patch-1Simon Sapin2019-01-021-32/+0
|
* Remove references to AUTHORS.txt fileDonato Sciarra2018-07-301-2/+2
| | | | Refer instead to thanks page.
* Remove hoedown from rustdocGuillaume Gomez2018-02-161-22/+0
| | | | | | | | | | | | | | | | | | | | | Is it really time? Have our months, no, *years* of suffering come to an end? Are we finally able to cast off the pall of Hoedown? The weight which has dragged us down for so long? ----- So, timeline for those who need to catch up: * Way back in December 2016, [we decided we wanted to switch out the markdown renderer](https://github.com/rust-lang/rust/issues/38400). However, this was put on hold because the build system at the time made it difficult to pull in dependencies from crates.io. * A few months later, in March 2017, [the first PR was done, to switch out the renderers entirely](https://github.com/rust-lang/rust/pull/40338). The PR itself was fraught with CI and build system issues, but eventually landed. * However, not all was well in the Rustdoc world. During the PR and shortly after, we noticed [some differences in the way the two parsers handled some things](https://github.com/rust-lang/rust/issues/40912), and some of these differences were major enough to break the docs for some crates. * A couple weeks afterward, [Hoedown was put back in](https://github.com/rust-lang/rust/pull/41290), at this point just to catch tests that Pulldown was "spuriously" running. This would at least provide some warning about spurious tests, rather than just breaking spontaneously. * However, the problems had created enough noise by this point that just a few days after that, [Hoedown was switched back to the default](https://github.com/rust-lang/rust/pull/41431) while we came up with a solution for properly warning about the differences. * That solution came a few weeks later, [as a series of warnings when the HTML emitted by the two parsers was semantically different](https://github.com/rust-lang/rust/pull/41991). But that came at a cost, as now rustdoc needed proc-macro support (the new crate needed some custom derives farther down its dependency tree), and the build system was not equipped to handle it at the time. It was worked on for three months as the issue stumped more and more people. * In that time, [bootstrap was completely reworked](https://github.com/rust-lang/rust/pull/43059) to change how it ordered compilation, and [the method by which it built rustdoc would change](https://github.com/rust-lang/rust/pull/43482), as well. This allowed it to only be built after stage1, when proc-macros would be available, allowing the "rendering differences" PR to finally land. * The warnings were not perfect, and revealed a few [spurious](https://github.com/rust-lang/rust/pull/44368) [differences](https://github.com/rust-lang/rust/pull/45421) between how we handled the renderers. * Once these were handled, [we flipped the switch to turn on the "rendering difference" warnings all the time](https://github.com/rust-lang/rust/pull/45324), in October 2017. This began the "warning cycle" for this change, and landed in stable in 1.23, on 2018-01-04. * Once those warnings hit stable, and after a couple weeks of seeing whether we would get any more reports than what we got from sitting on nightly/beta, [we switched the renderers](https://github.com/rust-lang/rust/pull/47398), making Pulldown the default but still offering the option to use Hoedown. And that brings us to the present. We haven't received more new issues from this in the meantime, and the "switch by default" is now on beta. Our reasoning is that, at this point, anyone who would have been affected by this has run into it already.
* COPYRIGHT: Provide a better explanation of Rust copyrightsJosh Triplett2017-07-261-31/+10
| | | | | | | | | | | | | | | Avoid implying that any copyrights have been assigned to a separate entity (such as "The Rust Project Developers") Rust contributors retain their copyrights, and do not assign them to anyone by contributing. Remove the inaccurate notice, and provide a clear explanation. Avoid stating that all files contain copyright notices and/or license notices, and especially avoid suggesting that the license terms only apply to files marked as such. In the process, this also drops a separate notice that implies only some copyrights are retained by contributors (suggesting that others are not).
* Remove the in-tree `flate` crateAlex Crichton2017-06-201-6/+0
| | | | | | | | A long time coming this commit removes the `flate` crate in favor of the `flate2` crate on crates.io. The functionality in `flate2` originally flowered out of `flate` itself and is additionally the namesake for the crate. This will leave a gap in the naming (there's not `flate` crate), which will likely cause a particle collapse of some form somewhere.
* Add hoedown COPYRIGHT backGuillaume Gomez2017-04-171-0/+22
|
* COPYRIGHT: remove hoedown licenseNODA, Kai2017-04-121-22/+0
| | | | | | | | Hoedown was removed in b96fef8411f Also cleanup src/tools/tidy/src/main.rs Signed-off-by: NODA, Kai <nodakai@gmail.com>
* Mention initial copyright yearPrayag Verma2016-01-281-1/+1
|
* Remove reference to AUTHORS.txt fileDave Hodder2016-01-161-1/+1
|
* Update copyright dateZach Panzarino2016-01-011-1/+1
|
* Remove references to removed Valgrind headersAndrew Paseltiner2015-09-081-98/+0
|
* copyright: update paths and entriesLuca Bruno2015-01-221-16/+4
| | | | | | | valgrind files moved and modpath.iss deleted. Both entries updated in COPYRIGHT file. Signed-off-by: Luca Bruno <lucab@debian.org>
* update mit-license and copyrightWillson Mock2015-01-101-1/+1
|
* Update COPYRIGHT to better reflect the current repoBrian Anderson2014-10-061-88/+176
|
* Remove libuv, gypAaron Turon2014-10-011-35/+0
| | | | | | | | | | This commit removes the libuv and gyp submodules, as well as all build infrastructure related to them. For more context, see the [runtime removal RFC](https://github.com/rust-lang/rfcs/pull/230) [breaking-change]
* Update some copyright dates0.9Brian Anderson2014-01-081-1/+1
|
* add gitattributes and fix whitespace issuesDaniel Micay2013-05-031-1/+0
|
* Update COPYRIGHTrelease-0.60.6Graydon Hoare2013-04-021-2/+2
|
* Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare2012-12-031-0/+370