Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 7 pull requests #118849

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
16768e5
Add the two licences to LICENCES/ that `reuse` reported missing
jonathanpallant Nov 21, 2023
ce0051a
include submodules in the collected license metadata
pietroalbini Mar 13, 2023
d45eac3
Report missing licenses or copyright text.
jonathanpallant Nov 21, 2023
c6eb03b
condense llvm licensing into a single item
jonathanpallant Nov 22, 2023
daf6121
Put copyright on a line by itself.
jonathanpallant Nov 22, 2023
2d1cd45
Fix generate-copyright tool.
jonathanpallant Nov 22, 2023
7a49ac5
Add missing CC-BY-SA-4.0.
jonathanpallant Nov 22, 2023
c1577e5
Update reuse command to include submodules.
jonathanpallant Nov 23, 2023
efa4416
Change LLVM reuse dep5 line to say AND.
jonathanpallant Nov 29, 2023
f2f5d23
codegen: panic when trying to compute size/align of extern type
RalfJung Dec 2, 2023
ef73668
reject projecting to fields whose offset we cannot compute
RalfJung Dec 2, 2023
564fb4a
remove a cranelift test that doesn't make sense any more
RalfJung Dec 2, 2023
9f0c6f1
Simplify and comment the special-casing for Windows colors
jyn514 Dec 8, 2023
96b027f
use magenta instead of bold for highlighting
jyn514 Dec 8, 2023
32e48fc
use different revisions for testing colors on windows
jyn514 Dec 9, 2023
f4d8faa
make it more clear what comments refer to; avoid dangling unaligned r…
RalfJung Dec 11, 2023
5f5e6b9
test that both size_of_val and align_of_val panic
RalfJung Dec 11, 2023
289044f
also test projecting to some sized fields at non-zero offset in struc…
RalfJung Dec 11, 2023
3415957
also add a Miri test
RalfJung Dec 11, 2023
eba02ab
Reinstate the names of the Ayu dark theme developers.
jonathanpallant Dec 11, 2023
0564de1
remove some redundant clones
matthiaskrgr Dec 11, 2023
ef1831a
End locals' live range before suspending coroutine
tmiasko Dec 9, 2023
eaaa290
Remove redundant special case for resume argument
tmiasko Dec 10, 2023
0a65dd3
Monomorphize args while building Instance body
celinval Dec 11, 2023
b9d9cc5
Wesley is not on vacation
wesleywiser Dec 12, 2023
189f764
Rollup merge of #118445 - ferrocene:jp-support-reuse-in-submodules, r…
compiler-errors Dec 12, 2023
b422c11
Rollup merge of #118534 - RalfJung:extern-type-size-of-val, r=WaffleL…
compiler-errors Dec 12, 2023
b4dee53
Rollup merge of #118756 - jyn514:colors, r=estebank
compiler-errors Dec 12, 2023
8f117dc
Rollup merge of #118797 - tmiasko:dead-coro, r=davidtwco
compiler-errors Dec 12, 2023
a677f2d
Rollup merge of #118840 - matthiaskrgr:cloooooone, r=compiler-errors
compiler-errors Dec 12, 2023
7a4bc59
Rollup merge of #118844 - celinval:smir-mono-args, r=compiler-errors
compiler-errors Dec 12, 2023
baa11d1
Rollup merge of #118848 - wesleywiser:vacation, r=wesleywiser
compiler-errors Dec 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 37 additions & 11 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# WARNING: this metadata is currently incomplete, do not rely on it yet.

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files-Excluded:
src/llvm-project

# Note that we're explicitly listing the individual files at the root of the
# repository rather than just having `Files: *`. This is explicitly done to
Expand Down Expand Up @@ -39,13 +37,8 @@ Files: compiler/*
Copyright: The Rust Project Developers (see https://thanks.rust-lang.org)
License: MIT or Apache-2.0

Files: compiler/rustc_codegen_cranelift/src/cranelift_native.rs
Copyright: The Cranelift Project Developers
The Rust Project Developers (see https://thanks.rust-lang.org)
License: Apache-2.0 WITH LLVM-exception AND (Apache-2.0 OR MIT)

Files: compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp
Copyright: LLVM authors
Copyright: 2003-2019 University of Illinois at Urbana-Champaign.
The Rust Project Developers (see https://thanks.rust-lang.org)
License: Apache-2.0 WITH LLVM-exception AND (Apache-2.0 OR MIT)

Expand Down Expand Up @@ -85,11 +78,44 @@ Files: src/librustdoc/html/static/css/normalize.css
Copyright: Nicolas Gallagher and Jonathan Neal
License: MIT

Files: src/librustdoc/html/static/css/themes/ayu.css
Copyright: Ike Ku, Jessica Stokes, Leon Guan
Files: src/librustdoc/html/static/css/rustdoc.css
Copyright: 2016 Ike Ku, Jessica Stokes and Leon Guan
The Rust Project Developers (see https://thanks.rust-lang.org)
License: MIT OR Apache-2.0

Files: src/doc/rustc-dev-guide/mermaid.min.js
Copyright: Knut Sveidqvist
Copyright: 2014-2021 Knut Sveidqvist
License: MIT

Files: library/backtrace/*
Copyright: 2014 Alex Crichton
The Rust Project Developers (see https://thanks.rust-lang.org)
License: MIT OR Apache-2.0

Files: src/doc/embedded-book/*
Copyright: Rust on Embedded Devices Working Group
The Rust Project Developers (see https://thanks.rust-lang.org)
License: MIT OR Apache-2.0 OR CC-BY-SA-4.0

Files: src/doc/rust-by-example/*
Copyright: 2014 Jorge Aparicio
The Rust Project Developers (see https://thanks.rust-lang.org)
License: MIT OR Apache-2.0

# Reuse cannot process the LLVM source tree, and so the copyrights for the LLVM
# submodule are written out here manually. The collect-licence-metadata tool
# has a specific exception coded within it to ignore ./src/llvm-project so
# any time LLVM is updated, please revisit this section. The copyrights are
# taken from the relevant LLVM sub-folders: llvm, lld, lldb, compiler-rt and libunwind.
#
# The git hash for the CREDITS.TXT file is taken from the current git submodule
# commit for ./src/llvm-project.
#
# The copyright years were compiled by looking at all the relevant
# ./src/llvm-project/*/LICENSE.txt files

Files: src/llvm-project/*
Copyright: 2003-2019 by the contributors listed in [CREDITS.TXT](https://github.com/rust-lang/llvm-project/blob/7738295178045041669876bf32b0543ec8319a5c/llvm/CREDITS.TXT)
2010 Apple Inc
2003-2019 University of Illinois at Urbana-Champaign.
License: NCSA AND Apache-2.0 WITH LLVM-exception
319 changes: 319 additions & 0 deletions LICENSES/CC-BY-3.0.txt

Large diffs are not rendered by default.

Loading
Loading